-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Improve PR job names in Github Actions preview #109868
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? infra-ci cc @RalfJung |
Maybe we should apply this to the auto and try sections too? e.g., https://github.com/rust-lang-ci/rust/actions/runs/4589308533/jobs/8104110343 looks like it's named similarly whereas just matrix.name is probably fine. |
Before: `CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)` After: `CI / PR - mingw-check (pull_request)`
r=me |
this does start showing "CI / auto - ${{ matrix.name }} (pull_request) Skipped" on PRs instead of "CI / auto (pull_request) Skipped", but given that the job is being skipped anyway, that seems ok. @bors r=Mark-Simulacrum rollup |
Improve PR job names in Github Actions preview Fixes https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/PR.20CI.20job.20names. Before: `CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)` After: `CI / PR - mingw-check (pull_request)` r? `@jyn514`
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#109526 (LIBPATH is used as dylib's path environment variable on AIX) - rust-lang#109642 (check for missing codegen backeng config) - rust-lang#109722 (Implement read_buf for RustHermit) - rust-lang#109856 (fix(middle): emit error rather than delay bug when reaching limit) - rust-lang#109868 (Improve PR job names in Github Actions preview) - rust-lang#109871 (Include invocation start times) - rust-lang#109873 (Move some UI tests into subdirectories) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/PR.20CI.20job.20names.
Before:
CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)
After:
CI / PR - mingw-check (pull_request)
r? @jyn514