-
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
build: plumb COCKROACH_PROPOSER_EVALUATED_KV env var #10455
Conversation
My current impression is that the best way to set up the nightly is to trigger the |
What are you trying to achieve? Do you want a single nightly run of the tests with prop-evaluated kv, or do you want stress with that configuration? Review status: 0 of 5 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
The former, with an option of the latter (but that would presumably use your stress-meta). |
I think this strategy makes sense. The main pitfall you'll run into is that there's no UI option to trigger with a set of environment variables - you need to use an API call. It shouldn't be too hard, though - make a nightly job that hits that API endpoint. http://stackoverflow.com/questions/10007874/trigger-option-to-set-specific-build-parameters Review status: 0 of 5 files reviewed at latest revision, 1 unresolved discussion. build/teamcity-acceptance.sh, line 7 at r1 (raw file):
I don't think you actually need to do this, since we're not running this command from within the builder. I would suggest Comments from Reviewable |
There is a UI option, it's just not very ergonomic. Reviewed 5 of 5 files at r1. build/teamcity-acceptance.sh, line 7 at r1 (raw file):
|
Oh, there might not be a UI option for a scheduled trigger with specific parameters? Review status: all files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
Yes, that's what I'm saying. Review status: all files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
1b407ae
to
0052281
Compare
This should make it easy to run a nightly build for which tests are run using proposer-evaluated KV. Updates cockroachdb#10454.
0052281
to
ca5a956
Compare
OK, plumbing this only for the main test and testrace invocation (and implicitly for Review status: 2 of 4 files reviewed at latest revision, 2 unresolved discussions. build/teamcity-acceptance.sh, line 7 at r1 (raw file):
|
This should make it easy to run a nightly build for which tests are run using
proposer-evaluated KV.
Updates #10454.
This change is