Skip to content

Commit 7da3d0e

Browse files
authored
autoscaling: use sig name for prow job prefix (#35644)
* autoscaling: use sig name for prow job prefix * revert changes to k/k jobs
1 parent ab2af06 commit 7da3d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ presubmits:
197197
memory: 6Gi
198198

199199
kubernetes/autoscaler:
200-
- name: pull-kubernetes-e2e-autoscaling-vpa-full
200+
- name: pull-autoscaling-e2e-vpa-full
201201
cluster: k8s-infra-prow-build
202202
annotations:
203203
testgrid-dashboards: sig-autoscaling-vpa
@@ -240,7 +240,7 @@ presubmits:
240240
env:
241241
- name: FEATURE_GATES
242242
value: "InPlaceOrRecreate=true"
243-
- name: pull-kubernetes-e2e-autoscaling-ca-build
243+
- name: pull-autoscaling-e2e-ca-build
244244
cluster: k8s-infra-prow-build
245245
annotations:
246246
testgrid-dashboards: sig-autoscaling-cluster-autoscaler

0 commit comments

Comments
 (0)