File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ name: CI
2222 - try
2323 - try-perf
2424 - automation/bors/try
25- - automation/bors/try-merge
2625 - master
2726 pull_request :
2827 branches :
Original file line number Diff line number Diff line change 282282 - try
283283 - try-perf
284284 - automation/bors/try
285- - automation/bors/try-merge
286285 - master
287286 pull_request :
288287 branches :
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ source "$ci_dir/shared.sh"
4747
4848export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949
50- if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then
50+ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51+ isCiBranch automation/bors/try; then
5152 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
5253 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
5354 HAS_METRICS=1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IFS=$'\n\t'
88
99source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
1010
11- if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then
11+ if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try ; then
1212 echo " channel verification is only executed on PR builds"
1313 exit
1414fi
You can’t perform that action at this time.
0 commit comments