File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
config/jobs/image-pushing Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments