Commit 0942efd 1 parent e5a7d8f commit 0942efd Copy full SHA for 0942efd
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
PYTHON=" python2"
44
44
fi
45
45
46
- if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
46
+ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf ; then
47
47
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48
48
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
49
49
fi
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; then
11
+ if isCiBranch auto || isCiBranch try || isCiBranch try-perf ; 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