Skip to content

kubernetes tests with kind#13222

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl918502543
Open

kubernetes tests with kind#13222
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl918502543

Conversation

@copybara-service
Copy link
Copy Markdown

@copybara-service copybara-service Bot commented May 20, 2026

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.

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

@copybara-service copybara-service Bot added the exported Issue was exported automatically label May 20, 2026
@copybara-service copybara-service Bot force-pushed the test/cl918502543 branch 12 times, most recently from 96cdcab to f4547a9 Compare May 21, 2026 14:25
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant