-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: pass custom timeout to testrace in CI #87474
Conversation
In cockroachdb#86363, we added a timeout to tests at the test binary level. Tests running with `--config=race` however use a custom timeout, different from the original default values set by bazel based on the test size. This patch propagates those custom values to testrace in CI. Release justification: Non-production code changes Release note: None
TFTR! bors r=rickystewart |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
bors retry |
Build succeeded: |
blathers backport release-22.2 |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 7ac059f to blathers/backport-release-22.2-87474: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch release-22.2 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
In #86363, we added a timeout to tests at the test binary level. Tests running with
--config=race
however use a custom timeout, different from the original default values set by bazel based on the test size.This patch propagates those custom values to testrace in CI.
Release justification: Non-production code changes
Release note: None