File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
config/jobs/kubernetes/sig-testing Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ presubmits:
29
29
command :
30
30
- runner.sh
31
31
args :
32
+ # the script must run from kubernetes, but we're checking out kind
32
33
- " bash"
33
34
- " -c"
34
- - " source ./../test-infra/experiment/kind-conformance-image-e2e.sh"
35
+ - " cd ./../../k8s.io/kubernetes && source ./../test-infra/experiment/kind-conformance-image-e2e.sh"
35
36
# we need privileged mode in order to do docker in docker
36
37
securityContext :
37
38
privileged : true
@@ -124,9 +125,10 @@ periodics:
124
125
command :
125
126
- runner.sh
126
127
args :
128
+ # the script must run from kubernetes, but we're checking out kind
127
129
- " bash"
128
130
- " -c"
129
- - " source ./../test-infra/experiment/kind-conformance-image-e2e.sh"
131
+ - " cd ./../../k8s.io/kubernetes && source ./../test-infra/experiment/kind-conformance-image-e2e.sh"
130
132
# we need privileged mode in order to do docker in docker
131
133
securityContext :
132
134
privileged : true
You can’t perform that action at this time.
0 commit comments