about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2021-06-07 15:01:50 +0200
committerPietro Albini <pietro@pietroalbini.org>2021-06-07 18:55:43 +0200
commit12d37e615faa179b90cbaf34e082fa0c03e416f8 (patch)
tree4f495a571ce6de53dc730b28f776d266f94573c5 /src/ci/docker
parentb52bf1b41c8480326f3178d22c7d7524baf55361 (diff)
downloadrust-12d37e615faa179b90cbaf34e082fa0c03e416f8.tar.gz
rust-12d37e615faa179b90cbaf34e082fa0c03e416f8.zip
add the x86_64-gnu-stable job to test with stable channel
During the 1.52 release process we had to deal with some commits that
passed the test suite on the nightly branch but failed on the beta or
stable branch. In that case it was due to some UI tests including the
channel name in the output, but other changes might also be dependent on
the channel.

This commit adds a new CI job that runs the Linux x86_64 test suite with
the stable branch, ensuring nightly changes also work as stable.
Diffstat (limited to 'src/ci/docker')
-rwxr-xr-xsrc/ci/docker/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/run.sh b/src/ci/docker/run.sh
index c2ff62e7481..3a47076722c 100755
--- a/src/ci/docker/run.sh
+++ b/src/ci/docker/run.sh
@@ -235,6 +235,7 @@ docker \
   --env TOOLSTATE_REPO_ACCESS_TOKEN \
   --env TOOLSTATE_REPO \
   --env TOOLSTATE_PUBLISH \
+  --env RUST_CI_OVERRIDE_RELEASE_CHANNEL \
   --env CI_JOB_NAME="${CI_JOB_NAME-$IMAGE}" \
   --init \
   --rm \