Skip to content
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

test.sh: Add flags to only run custom cluster or full test suites. #3698

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Jul 20, 2019

./test.sh -C or ./test.sh -F can be used to run only the custom cluster tests or only the long running systests. On my machine these take approx. 7 minutes and 11 minutes to finish respectively. These flags can be used to run them as separate jobs in parallel in CI so we can run all the tests for each PR.


This change is Reviewable

@danielmai danielmai requested review from manishrjain and a team as code owners July 20, 2019 01:38
Copy link
Contributor

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

@danielmai danielmai merged commit a8c4234 into master Jul 23, 2019
danielmai added a commit that referenced this pull request Jul 31, 2019
./test.sh -C or ./test.sh -F can be used to run only the custom
cluster tests or only the long running systests. On my machine
these take approx. 7 minutes and 11 minutes to finish
respectively. These flags can be used to run them as separate
jobs in parallel in CI so we can run all the tests for each PR.
martinmr pushed a commit that referenced this pull request Aug 12, 2019
./test.sh -C or ./test.sh -F can be used to run only the custom
cluster tests or only the long running systests. On my machine
these take approx. 7 minutes and 11 minutes to finish
respectively. These flags can be used to run them as separate
jobs in parallel in CI so we can run all the tests for each PR.
martinmr added a commit that referenced this pull request Aug 12, 2019
./test.sh -C or ./test.sh -F can be used to run only the custom
cluster tests or only the long running systests. On my machine
these take approx. 7 minutes and 11 minutes to finish
respectively. These flags can be used to run them as separate
jobs in parallel in CI so we can run all the tests for each PR.
@danielmai danielmai deleted the danielmai/test-flags branch July 31, 2020 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants