-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) #145663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR modifies If appropriate, please update |
@bors try |
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
💔 Test for 06dca67 failed: CI. Failed jobs:
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
💔 Test for 71ba459 failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for c269407 failed: CI. Failed jobs:
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test for 87c5c88 failed: CI. Failed jobs:
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #145472) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR cleans up a bunch of test steps and adds metadata to them. I didn't yet touch the most complicated step (
CompileTest
), I'm leaving that for another PR.Testing anything on stage 0 is only possible for compiletest and with
build.allow-compiletest-stage0
. Testing anything else on stage 0 will either produce a nice error or crash with a stage being subtracted below zero.r? @jieyouxu
try-job: dist-x86_64-linux
try-job: aarch64-gnu
try-job: arm-android
try-job:
x86_64-gnu-llvm-20*
try-job:
x86_64-msvc-*
try-job: aarch64-apple