File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
config/jobs/image-pushing Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ readonly OUTPUT="$(dirname $0)/k8s-staging-perf-tests.yaml"
19
19
readonly IMAGES=(
20
20
access-tokens
21
21
containerd
22
+ network/netperfbenchmark
22
23
probes
23
24
request-benchmark
24
25
scratch
@@ -54,7 +55,7 @@ for image in "${IMAGES[@]}"; do
54
55
spec:
55
56
serviceAccountName: gcb-builder
56
57
containers:
57
- - image: gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
58
+ - image: gcr.io/k8s-staging-test-infra/image-builder:v20250914-3092127382
58
59
command:
59
60
- /run.sh
60
61
args:
Original file line number Diff line number Diff line change @@ -70,6 +70,40 @@ postsubmits:
70
70
env :
71
71
- name : WHAT
72
72
value : " containerd"
73
+ - name : post-kubernetes-push-perf-tests-networknetperfbenchmark
74
+ rerun_auth_config :
75
+ github_team_slugs :
76
+ - org : kubernetes
77
+ slug : sig-scalability-leads
78
+ github_users :
79
+ # TODO: Added for initial testing; remove after the job stabilizes.
80
+ - mkumatag
81
+ cluster : k8s-infra-prow-build-trusted
82
+ annotations :
83
+ testgrid-dashboards : sig-scalability-perf-tests, sig-k8s-infra-gcb
84
+ decorate : true
85
+ # we only need to run if the test images have been changed.
86
+ run_if_changed : ' ^util-images\/network\/netperfbenchmark\/'
87
+ branches :
88
+ - ^master$
89
+ spec :
90
+ serviceAccountName : gcb-builder
91
+ containers :
92
+ - image : gcr.io/k8s-staging-test-infra/image-builder:v20250914-3092127382
93
+ command :
94
+ - /run.sh
95
+ args :
96
+ # this is the project GCB will run in, which is the same as the GCR
97
+ # images are pushed to.
98
+ - --project=k8s-staging-perf-tests
99
+ # This is the same as above, but with -gcb appended.
100
+ - --scratch-bucket=gs://k8s-staging-perf-tests-gcb
101
+ - --env-passthrough=WHAT
102
+ - --build-dir=.
103
+ - util-images
104
+ env :
105
+ - name : WHAT
106
+ value : " network/netperfbenchmark"
73
107
- name : post-kubernetes-push-perf-tests-probes
74
108
rerun_auth_config :
75
109
github_team_slugs :
You can’t perform that action at this time.
0 commit comments