Skip to content

Commit d6d910f

Browse files
committed
ci-kubernetes-e2e-kind-rootless: set --use-built-binaries
```console $ kubetest2-tester-ginkgo --help [...] --use-built-binaries Look for binaries in _rundir/$KUBETEST2_RUN_DIR instead of extracting from tars downloaded from GCS. ``` This should ensure that the test uses the latest e2e binary. Expected to fix: - kubernetes/kubernetes issue 133330 - kubernetes/kubernetes issue 133369 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4ac0d3e commit d6d910f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/jobs/kubernetes/sig-testing/kubernetes-kind-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ periodics:
299299
--down \
300300
--test=ginkgo \
301301
-- \
302+
--use-built-binaries \
302303
--focus-regex='\[NodeConformance\]' \
303304
--skip-regex='\[Environment:NotInUserNS\]|\[Slow\]' \
304305
--parallel=8

0 commit comments

Comments
 (0)