-
Notifications
You must be signed in to change notification settings - Fork 110
chore: Skip archived test #2018
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
chore: Skip archived test #2018
Conversation
32c721b
to
a8654b9
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.
LGTM, but can we make sure we have a plan to run these archived samples in some way? We could otherwise not detect issues with those samples.
Few thoughts on doing this,
- Run the archived samples in continuous and nightly builds thus leaving out presubmits.
- Run active and archived samples in presubmit only when there are changes in samples directory.
There could be some other better strategy but having this would help us find any regressions in archived samples.
Warning: This pull request is touching the following templated files:
|
Added the change to make sure we are running archived tests in continuous and nightly builds |
No description provided.