We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a7d8f commit 0942efdCopy full SHA for 0942efd
src/ci/run.sh
@@ -43,7 +43,7 @@ else
43
PYTHON="python2"
44
fi
45
46
-if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
+if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then
47
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
49
src/ci/scripts/verify-channel.sh
@@ -8,7 +8,7 @@ IFS=$'\n\t'
8
9
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
10
11
-if isCiBranch auto || isCiBranch try; then
+if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then
12
echo "channel verification is only executed on PR builds"
13
exit
14
0 commit comments