Skip to content

Commit 39a660e

Browse files
authored
Merge pull request #35842 from adrianmoisey/set-junit-location
Set VPA's junit location
2 parents 7ea6ac4 + e07e3f7 commit 39a660e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ periodics:
4444
env:
4545
- name: NUMPROC
4646
value: "8"
47+
- name: WORKSPACE
48+
value: $(ARTIFACTS)
4749

4850
annotations:
4951
testgrid-dashboards: sig-autoscaling-vpa
@@ -93,6 +95,8 @@ periodics:
9395
env:
9496
- name: FEATURE_GATES
9597
value: "InPlaceOrRecreate=true"
98+
- name: WORKSPACE
99+
value: $(ARTIFACTS)
96100

97101
annotations:
98102
testgrid-dashboards: sig-autoscaling-vpa
@@ -142,6 +146,8 @@ periodics:
142146
env:
143147
- name: FEATURE_GATES
144148
value: "InPlaceOrRecreate=true"
149+
- name: WORKSPACE
150+
value: $(ARTIFACTS)
145151

146152
annotations:
147153
testgrid-dashboards: sig-autoscaling-vpa
@@ -191,6 +197,8 @@ periodics:
191197
env:
192198
- name: FEATURE_GATES
193199
value: "InPlaceOrRecreate=true"
200+
- name: WORKSPACE
201+
value: $(ARTIFACTS)
194202

195203
annotations:
196204
testgrid-dashboards: sig-autoscaling-vpa
@@ -240,6 +248,8 @@ periodics:
240248
env:
241249
- name: FEATURE_GATES
242250
value: "InPlaceOrRecreate=true"
251+
- name: WORKSPACE
252+
value: $(ARTIFACTS)
243253

244254
annotations:
245255
testgrid-dashboards: sig-autoscaling-vpa

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-presubmits.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ presubmits:
240240
env:
241241
- name: FEATURE_GATES
242242
value: "InPlaceOrRecreate=true"
243+
- name: WORKSPACE
244+
value: $(ARTIFACTS)
243245
- name: pull-autoscaling-e2e-vpa-actuation
244246
cluster: k8s-infra-prow-build
245247
annotations:
@@ -285,6 +287,8 @@ presubmits:
285287
value: "8"
286288
- name: FEATURE_GATES
287289
value: "InPlaceOrRecreate=true"
290+
- name: WORKSPACE
291+
value: $(ARTIFACTS)
288292
- name: pull-autoscaling-e2e-vpa-admission-controller
289293
cluster: k8s-infra-prow-build
290294
annotations:
@@ -328,6 +332,8 @@ presubmits:
328332
env:
329333
- name: FEATURE_GATES
330334
value: "InPlaceOrRecreate=true"
335+
- name: WORKSPACE
336+
value: $(ARTIFACTS)
331337
- name: pull-autoscaling-e2e-vpa-recommender
332338
cluster: k8s-infra-prow-build
333339
annotations:
@@ -371,6 +377,8 @@ presubmits:
371377
env:
372378
- name: FEATURE_GATES
373379
value: "InPlaceOrRecreate=true"
380+
- name: WORKSPACE
381+
value: $(ARTIFACTS)
374382
- name: pull-autoscaling-e2e-vpa-updater
375383
cluster: k8s-infra-prow-build
376384
annotations:
@@ -414,6 +422,8 @@ presubmits:
414422
env:
415423
- name: FEATURE_GATES
416424
value: "InPlaceOrRecreate=true"
425+
- name: WORKSPACE
426+
value: $(ARTIFACTS)
417427
- name: pull-autoscaling-e2e-ca-build
418428
cluster: k8s-infra-prow-build
419429
annotations:

0 commit comments

Comments
 (0)