-
Notifications
You must be signed in to change notification settings - Fork 13k
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
CI: fix name of jobs #135303
CI: fix name of jobs #135303
Conversation
There is a difference between the `image` (the Dockerfile), the `name` of the job (which determines also its properties) and the `full_name`, which includes the `auto/try/pr` prefix.
rustbot has assigned @Mark-Simulacrum. Use |
@bors p=1000 (to unblock CI) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
An S3 archive has to be copied before CI can progress. |
This change is reasonably straightforward and makes sense to me, so I think it is okay to merge. @bors r+ rollup=never |
⌛ Testing commit c8b29d6 with merge 62bf38fa600f4beb878d61c537837729d4ee689e... |
☀️ Test successful - checks-actions |
@bors treeclosed- |
There is a difference between the
image
(the Dockerfile), thename
of the job (which determines also its properties) and thefull_name
, which includes theauto/try/pr
prefix.Missed this in #134898.