@@ -60,11 +60,6 @@ presubmits:
60
60
args :
61
61
- ./pull-test.sh # provided by csi-release-tools
62
62
env :
63
- # We pick some version for which there are pre-built images for kind.
64
- # Update only when the newer version is known to not cause issues,
65
- # otherwise presubmit jobs may start to fail for reasons that are
66
- # unrelated to the PR. Testing against the latest Kubernetes is covered
67
- # by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary).
68
63
- name : CSI_PROW_KUBERNETES_VERSION
69
64
value : " 1.20.0"
70
65
- name : CSI_PROW_USE_BAZEL
@@ -77,6 +72,8 @@ presubmits:
77
72
value : " v4.0.0"
78
73
- name : CSI_PROW_TESTS
79
74
value : " unit sanity parallel"
75
+ - name : PULL_TEST_REPO_DIR
76
+ value : /home/prow/go/src/github.com/kubernetes-csi/csi-test
80
77
# docker-in-docker needs privileged mode
81
78
securityContext :
82
79
privileged : true
@@ -111,11 +108,6 @@ presubmits:
111
108
args :
112
109
- ./pull-test.sh # provided by csi-release-tools
113
110
env :
114
- # We pick some version for which there are pre-built images for kind.
115
- # Update only when the newer version is known to not cause issues,
116
- # otherwise presubmit jobs may start to fail for reasons that are
117
- # unrelated to the PR. Testing against the latest Kubernetes is covered
118
- # by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary).
119
111
- name : CSI_PROW_KUBERNETES_VERSION
120
112
value : " 1.20.0"
121
113
- name : CSI_PROW_USE_BAZEL
@@ -128,6 +120,8 @@ presubmits:
128
120
value : " v4.0.0"
129
121
- name : CSI_PROW_TESTS
130
122
value : " unit sanity parallel"
123
+ - name : PULL_TEST_REPO_DIR
124
+ value : /home/prow/go/src/github.com/kubernetes-csi/external-provisioner
131
125
# docker-in-docker needs privileged mode
132
126
securityContext :
133
127
privileged : true
@@ -162,11 +156,6 @@ presubmits:
162
156
args :
163
157
- ./pull-test.sh # provided by csi-release-tools
164
158
env :
165
- # We pick some version for which there are pre-built images for kind.
166
- # Update only when the newer version is known to not cause issues,
167
- # otherwise presubmit jobs may start to fail for reasons that are
168
- # unrelated to the PR. Testing against the latest Kubernetes is covered
169
- # by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary).
170
159
- name : CSI_PROW_KUBERNETES_VERSION
171
160
value : " 1.20.0"
172
161
- name : CSI_PROW_USE_BAZEL
@@ -179,6 +168,8 @@ presubmits:
179
168
value : " v4.0.0"
180
169
- name : CSI_PROW_TESTS
181
170
value : " unit sanity parallel"
171
+ - name : PULL_TEST_REPO_DIR
172
+ value : /home/prow/go/src/github.com/kubernetes-csi/external-snapshotter
182
173
# docker-in-docker needs privileged mode
183
174
securityContext :
184
175
privileged : true
0 commit comments