-
Notifications
You must be signed in to change notification settings - Fork 13.3k
set --change-id
in ci
#119296
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
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
2 options come to my mind:
|
If the change-id is greater than the latest ID existing in |
fmease
added a commit
to fmease/rust
that referenced
this issue
Jan 3, 2024
…warning-for-ci, r=Mark-Simulacrum suppress change-tracker warnings in CI containers Fixes rust-lang#119296
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 3, 2024
Rollup merge of rust-lang#119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r=Mark-Simulacrum suppress change-tracker warnings in CI containers Fixes rust-lang#119296
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
right now, every ci job starts with this warning:
this is silly. it's ci. nobody is configuring different defaults. we should always silence this.
unfortunately this is somewhat tricky now that change-id is no longer stored in config.example.toml. maybe we can set
./configure --set change-id=${github.event.number}
insrc/ci/run.sh
? i am not sure how the change tracker handles a PR number it doesn't recognize.cc @onur-ozkan
The text was updated successfully, but these errors were encountered: