-
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
roachtest/mixed-versions-compat: use corpus for master #91458
Conversation
f73f790
to
e707f27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @fqazi)
@ajwerner I'm going to bors this to have the test functional again, but we do have a compatibility issue between master and 22.2 in the mixed version state (which is planning related) |
bors r+ |
Build failed (retrying...): |
bors r- |
Canceled. |
e707f27
to
2c2cbff
Compare
Fixes: cockroachdb#91350 The CI build scripts take advantage of the branch name to uplaod the corpus to GCS. Unfortunately, we have no way of know if the current build is master inside the roachtest. To address this, this patch supports fetching the master corpus as a fallback. Release note: None
2c2cbff
to
137e0c0
Compare
bors r+ |
Build failed (retrying...): |
Build succeeded: |
Informs: #91350
The CI build scripts take advantage of the branch name to uplaod the corpus to GCS. Unfortunately, we have no way of know if the current build is master inside the roachtest. To address this, this patch supports fetching the master corpus as a fallback.
Release note: None