File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ variables:
1515 BUILD_IMAGE : 486234852809.dkr.ecr.us-east-1.amazonaws.com/images/mirror/b1o7r7e0/nginx_musl_toolchain
1616 NGINX_VERSION : 1.26.0
1717
18- .interruptible_outside_default_branch : &interruptible_outside_default_branch
18+ .interruptible_outside_master : &interruptible_outside_master
1919 interruptible : true
2020 rules :
21- - if : ' $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH '
21+ - if : ' $CI_COMMIT_BRANCH == "master" '
2222 interruptible : false
23- - if : ' $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH '
23+ - if : ' $CI_COMMIT_BRANCH != "master" '
2424 interruptible : true
2525
2626build-nginx-module :
27- << : *interruptible_outside_default_branch
27+ << : *interruptible_outside_master
2828 stage : build
2929 tags : ["arch:amd64"]
3030 timeout : 20min
@@ -48,7 +48,7 @@ build-nginx-module:
4848
4949
5050.benchmarks :
51- << : *interruptible_outside_default_branch
51+ << : *interruptible_outside_master
5252 stage : run-benchmarks
5353 needs : ["build-nginx-module"]
5454 tags : ["runner:apm-k8s-same-cpu"]
You can’t perform that action at this time.
0 commit comments