-
Notifications
You must be signed in to change notification settings - Fork 316
tests: split out snippets builds #219
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
Conversation
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.
Sorry for the late reply. Once we agree on the env var name, I can make a change for allowing the env var.
.kokoro/presubmit/presubmit.cfg
Outdated
@@ -5,3 +5,7 @@ env_vars: { | |||
key: "RUN_SYSTEM_TESTS" | |||
value: "false" | |||
} | |||
env_vars: { | |||
key: "RUN_SNIPPETS" |
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.
I think we need to allow this envvar in the Kokoro config in google3.
Also how about RUN_SNIPPETS_TESTS
for consistensy?
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.
RUN_SNIPPETS_TESTS
sounds good to me
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.
Added to the Kokoro side configuration files.
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
1 similar comment
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
.kokoro/presubmit/presubmit.cfg
Outdated
@@ -5,3 +5,7 @@ env_vars: { | |||
key: "RUN_SYSTEM_TESTS" | |||
value: "false" | |||
} | |||
env_vars: { | |||
key: "RUN_SNIPPETS" |
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.
Added to the Kokoro side configuration files.
@tmatsuo Emulating PR #207. I don't know if I'm missing anything: e.g., I don't quite understand what the
split_system_tests=True
does in thesynth.py
there.Toward #191