Skip to content

Commit 4ac43af

Browse files
authored
Unrolled build for #154673
Rollup merge of #154673 - Kobzol:try-job-quick, r=jieyouxu Use a different name for fast try builds Based on discussion in https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/try.20build.20that.20includes.20Miri.3F/with/581602033.
2 parents ad4b935 + cdde491 commit 4ac43af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎src/ci/github-actions/jobs.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
dist-x86_64-linux: &job-dist-x86_64-linux
9595
name: dist-x86_64-linux
9696
env:
97+
IMAGE: dist-x86_64-linux
9798
CODEGEN_BACKENDS: llvm,cranelift
9899
DOCKER_SCRIPT: dist.sh
99100
<<: *job-linux-36c-codebuild
@@ -150,6 +151,7 @@ pr:
150151
# it in each job definition.
151152
try:
152153
- <<: *job-dist-x86_64-linux
154+
name: dist-x86_64-linux-quick
153155

154156
# Jobs that only run when explicitly invoked in one of the following ways:
155157
# - comment `@bors try jobs=<job-name>`

‎src/doc/rustc-dev-guide/src/tests/ci.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ Such a try build will not execute any tests, and it will allow compilation warni
150150
It is useful when you want to
151151
get an optimized toolchain as fast as possible, for a Crater run or performance benchmarks,
152152
even if it might not be working fully correctly.
153-
If you want to do a full build for the default try job,
153+
154+
The CI job executed in fast try builds has a special suffix (`-quick`),
155+
to distinguish it from a full build of the default try job.
156+
If you want to do the full build instead,
154157
specify its job name in a job pattern (explained below).
155158

156159
If you want to run custom CI jobs in a try build and make sure that they pass all tests and do

0 commit comments

Comments
 (0)