-
Notifications
You must be signed in to change notification settings - Fork 242
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
ci: Add k8s network conformance tests to makefile #2086
Conversation
it might be better to add the k8s tests to the main makefile where other test targets live since we primarily use the hackfile for provisioning clusters |
76238aa
to
f4f9a8c
Compare
test-k8se2e: test-k8se2e-build test-k8se2e-only ## Alias to run build and test | ||
|
||
test-k8se2e-build: ## Build k8s e2e test suite | ||
cd hack/scripts && bash ./k8se2e.sh $(GROUP) $(CLUSTER) |
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.
Will this work? Given we don't have variables Group
or Cluster
in the file ?
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.
Yes, these scripts were heavily reliant on those arguments being present in command to begin with. Having a default did not provide any additional benefit.
f4f9a8c
to
5c72f9a
Compare
5c72f9a
to
22d2f85
Compare
* Add k8s Network Conformance tests command to makefile * Add lines to README * Allow numbers to show in make help call * Addressing Comments
Reason for Change:
Allows for users to test cluster network conformance from the command line and give a single command to test network conformance in future CI.
Issue Fixed:
Requirements:
Notes:
Example commands: