Skip to content

Commit 96ba8cc

Browse files
authored
Merge pull request #36276 from dims/glibc-dns-testing-image
Rename jessie-dnsutils to glibc-dns-testing image job
2 parents 628269d + 552fa28 commit 96ba8cc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

config/jobs/image-pushing/k8s-staging-e2e-test-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ readonly IMAGES=(
2020
agnhost
2121
apparmor-loader
2222
busybox
23+
glibc-dns-testing
2324
ipc-utils
24-
jessie-dnsutils
2525
kitten
2626
nautilus
2727
nginx

config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)