File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ name: CI
22
22
- try
23
23
- try-perf
24
24
- automation/bors/try
25
- - automation/bors/try-merge
26
25
- master
27
26
pull_request :
28
27
branches :
Original file line number Diff line number Diff line change 282
282
- try
283
283
- try-perf
284
284
- automation/bors/try
285
- - automation/bors/try-merge
286
285
- master
287
286
pull_request :
288
287
branches :
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ source "$ci_dir/shared.sh"
47
47
48
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
49
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
51
52
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
52
53
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
53
54
HAS_METRICS=1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IFS=$'\n\t'
8
8
9
9
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
10
10
11
- if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then
11
+ if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try ; then
12
12
echo " channel verification is only executed on PR builds"
13
13
exit
14
14
fi
You can’t perform that action at this time.
0 commit comments