kubernetes tests with kind#13222
Open
copybara-service[bot] wants to merge 1 commit into
Open
Conversation
96cdcab to
f4547a9
Compare
Use KIND to run kubernetes tests, special useful for local development. It add a github action to run kubernetes tests tests on presubmit to cover regressions on kubernetes. ```sh aojea@aojea:~/src/gvisor$ make kubernetes-smoke-test ... PASS INFO: Found 1 test target... Target //test/kubernetes/tests:hello_test up-to-date: bazel-bin/test/kubernetes/tests/hello_test_/hello_test INFO: Elapsed time: 65.502s, Critical Path: 48.74s INFO: 578 processes: 1078 action cache hit, 9 internal, 568 linux-sandbox, 1 local. INFO: Build completed successfully, 578 total actions //test/kubernetes/tests:hello_test PASSED in 13.2s Executed 1 out of 1 test: 1 test passes. ``` /cc @BenTheElder FUTURE_COPYBARA_INTEGRATE_REVIEW=#12614 from aojea:kind_kubernetes 66e0229 PiperOrigin-RevId: 918502543
f4547a9 to
e3f292b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kubernetes tests with kind
Use KIND to run kubernetes tests, special useful for local development.
It add a github action to run kubernetes tests tests on presubmit to cover regressions on kubernetes.
/cc @BenTheElder
FUTURE_COPYBARA_INTEGRATE_REVIEW=#12614 from aojea:kind_kubernetes 66e0229