@@ -128,7 +128,7 @@ postsubmits:
128128 # We override that with the busybox image.
129129 - name : WHAT
130130 value : " busybox"
131- - name : post-kubernetes-push-e2e-ipc-utils -test-images
131+ - name : post-kubernetes-push-e2e-glibc-dns-testing -test-images
132132 rerun_auth_config :
133133 github_team_slugs :
134134 - org : kubernetes
@@ -145,7 +145,7 @@ postsubmits:
145145 testgrid-dashboards : sig-testing-images, sig-k8s-infra-gcb
146146 decorate : true
147147 # we only need to run if the test images have been changed.
148- run_if_changed : ' ^.go-version$|^test/images/[^/]+$|^test\/images\/ipc-utils \/'
148+ run_if_changed : ' ^.go-version$|^test/images/[^/]+$|^test\/images\/glibc-dns-testing \/'
149149 branches :
150150 # TODO(releng): Remove once repo default branch has been renamed
151151 - ^master$
@@ -167,10 +167,10 @@ postsubmits:
167167 - test/images
168168 env :
169169 # By default, the E2E test image's WHAT is all-conformance.
170- # We override that with the ipc-utils image.
170+ # We override that with the glibc-dns-testing image.
171171 - name : WHAT
172- value : " ipc-utils "
173- - name : post-kubernetes-push-e2e-jessie-dnsutils -test-images
172+ value : " glibc-dns-testing "
173+ - name : post-kubernetes-push-e2e-ipc-utils -test-images
174174 rerun_auth_config :
175175 github_team_slugs :
176176 - org : kubernetes
@@ -187,7 +187,7 @@ postsubmits:
187187 testgrid-dashboards : sig-testing-images, sig-k8s-infra-gcb
188188 decorate : true
189189 # we only need to run if the test images have been changed.
190- run_if_changed : ' ^.go-version$|^test/images/[^/]+$|^test\/images\/jessie-dnsutils \/'
190+ run_if_changed : ' ^.go-version$|^test/images/[^/]+$|^test\/images\/ipc-utils \/'
191191 branches :
192192 # TODO(releng): Remove once repo default branch has been renamed
193193 - ^master$
@@ -209,9 +209,9 @@ postsubmits:
209209 - test/images
210210 env :
211211 # By default, the E2E test image's WHAT is all-conformance.
212- # We override that with the jessie-dnsutils image.
212+ # We override that with the ipc-utils image.
213213 - name : WHAT
214- value : " jessie-dnsutils "
214+ value : " ipc-utils "
215215 - name : post-kubernetes-push-e2e-kitten-test-images
216216 rerun_auth_config :
217217 github_team_slugs :
0 commit comments