Skip to content

Commit 2354636

Browse files
authored
Merge pull request #36279 from dims/replace-tf-wide-deep-with-pytorch
Replace tf-wide-deep with pytorch-wide-deep in image build jobs
2 parents dab4ac7 + 411e195 commit 2354636

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
@@ -26,9 +26,9 @@ readonly IMAGES=(
2626
nautilus
2727
nginx
2828
nginx-new
29-
node-perf/tf-wide-deep
3029
node-perf/npb-ep
3130
node-perf/npb-is
31+
node-perf/pytorch-wide-deep
3232
nonewprivs
3333
nonroot
3434
perl

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ postsubmits:
380380
# We override that with the nginx-new image.
381381
- name: WHAT
382382
value: "nginx-new"
383-
- name: post-kubernetes-push-e2e-node-perf-tf-wide-deep-test-images
383+
- name: post-kubernetes-push-e2e-node-perf-pytorch-wide-deep-test-images
384384
rerun_auth_config:
385385
github_team_slugs:
386386
- org: kubernetes
@@ -397,7 +397,7 @@ postsubmits:
397397
testgrid-dashboards: sig-testing-images, sig-k8s-infra-gcb
398398
decorate: true
399399
# we only need to run if the test images have been changed.
400-
run_if_changed: '^.go-version$|^test/images/[^/]+$|^test\/images\/node-perf\/tf-wide-deep\/'
400+
run_if_changed: '^.go-version$|^test/images/[^/]+$|^test\/images\/node-perf\/pytorch-wide-deep\/'
401401
branches:
402402
# TODO(releng): Remove once repo default branch has been renamed
403403
- ^master$
@@ -419,9 +419,9 @@ postsubmits:
419419
- test/images
420420
env:
421421
# By default, the E2E test image's WHAT is all-conformance.
422-
# We override that with the node-perf/tf-wide-deep image.
422+
# We override that with the node-perf/pytorch-wide-deep image.
423423
- name: WHAT
424-
value: "node-perf/tf-wide-deep"
424+
value: "node-perf/pytorch-wide-deep"
425425
- name: post-kubernetes-push-e2e-node-perf-npb-ep-test-images
426426
rerun_auth_config:
427427
github_team_slugs:

0 commit comments

Comments
 (0)