-
Notifications
You must be signed in to change notification settings - Fork 13.3k
@bors try
should not deny warnings
#140753
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
Comments
I think it will be very confusing when suddenly ci will fail although the try jobs passed previously, but maybe we can have something like try-job-light with a separate command? |
CI already fails in a lot of cases where explicit |
ah this is about just a |
cc @rust-lang/infra-bors |
@lcnr do you want this for any custom try build (where you select the CI job executed), or only for the default try jobs that are used for perf. runs and crater? |
I don't care 😅 I guess let's only do it for default try jobs and if people get annoyed by other ones, fix it then |
I think default try builds could ignore warnings, since we primarily use them to generate artifacts. CI job ones are generally also used to validate things pass CI 😸 |
…r=<try> Do not deny warnings in "fast" try builds When we do the classic ``@bors` try` build without specifying `try-job` in the PR description, we want to get a compiler toolchain for perf./crater/local experimentation as fast as possible. We don't run any tests in that case, so it seems reasonable to also ignore warnings. Fixes: rust-lang#140753
…r=<try> Do not deny warnings in "fast" try builds When we do the classic ``@bors` try` build without specifying `try-job` in the PR description, we want to get a compiler toolchain for perf./crater/local experimentation as fast as possible. We don't run any tests in that case, so it seems reasonable to also ignore warnings. Fixes: rust-lang#140753
…r=<try> Do not deny warnings in "fast" try builds When we do the classic ``@bors` try` build without specifying `try-job` in the PR description, we want to get a compiler toolchain for perf./crater/local experimentation as fast as possible. We don't run any tests in that case, so it seems reasonable to also ignore warnings. Fixes: rust-lang#140753
…r=<try> Do not deny warnings in "fast" try builds When we do the classic ``@bors` try` build without specifying `try-job` in the PR description, we want to get a compiler toolchain for perf./crater/local experimentation as fast as possible. We don't run any tests in that case, so it seems reasonable to also ignore warnings. Fixes: rust-lang#140753 r? `@jieyouxu` try-job: dist-x86_64-linux
Do not deny warnings in "fast" try builds When we do the classic ``@bors` try` build without specifying `try-job` in the PR description, we want to get a compiler toolchain for perf./crater/local experimentation as fast as possible. We don't run any tests in that case, so it seems reasonable to also ignore warnings. Fixes: rust-lang/rust#140753 r? `@jieyouxu` try-job: dist-x86_64-linux
I've had multiple try builds fail because of an unused import. This is annoying and seems unnecessary.
We should disable
deny-warnings
in try builds.The text was updated successfully, but these errors were encountered: