Skip to content

Commit c3d80dd

Browse files
committed
Enable VPA alpha-beta correctly
ENABLE_ALL_FEATURE_GATES was added to the local e2e script, for convinience. This explicitly enables the feature flags and configures the tests to test with flags enabled. Also remove the InPlaceOrRecreate flag, since it's already enabled by default
1 parent 43affae commit c3d80dd

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

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

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ periodics:
8989
requests:
9090
cpu: 2
9191
memory: 6Gi
92-
env:
93-
- name: FEATURE_GATES
94-
value: "InPlaceOrRecreate=true"
9592
annotations:
9693
testgrid-dashboards: sig-autoscaling-vpa
9794
testgrid-tab-name: autoscaling-vpa-admission-controller
@@ -137,9 +134,6 @@ periodics:
137134
requests:
138135
cpu: 2
139136
memory: 6Gi
140-
env:
141-
- name: FEATURE_GATES
142-
value: "InPlaceOrRecreate=true"
143137
annotations:
144138
testgrid-dashboards: sig-autoscaling-vpa
145139
testgrid-tab-name: autoscaling-vpa-full
@@ -185,9 +179,6 @@ periodics:
185179
requests:
186180
cpu: 2
187181
memory: 6Gi
188-
env:
189-
- name: FEATURE_GATES
190-
value: "InPlaceOrRecreate=true"
191182
annotations:
192183
testgrid-dashboards: sig-autoscaling-vpa
193184
testgrid-tab-name: autoscaling-vpa-recommender
@@ -233,9 +224,6 @@ periodics:
233224
requests:
234225
cpu: 2
235226
memory: 6Gi
236-
env:
237-
- name: FEATURE_GATES
238-
value: "InPlaceOrRecreate=true"
239227
annotations:
240228
testgrid-dashboards: sig-autoscaling-vpa
241229
testgrid-tab-name: autoscaling-vpa-updater
@@ -284,7 +272,9 @@ periodics:
284272
env:
285273
- name: NUMPROC
286274
value: "8"
287-
- name: ENABLE_ALL_FEATURE_GATES
275+
- name: FEATURE_GATES
276+
value: "AllAlpha=true,AllBeta=true"
277+
- name: TEST_WITH_FEATURE_GATES_ENABLED
288278
value: "true"
289279
annotations:
290280
testgrid-dashboards: sig-autoscaling-vpa
@@ -332,7 +322,9 @@ periodics:
332322
cpu: 2
333323
memory: 6Gi
334324
env:
335-
- name: ENABLE_ALL_FEATURE_GATES
325+
- name: FEATURE_GATES
326+
value: "AllAlpha=true,AllBeta=true"
327+
- name: TEST_WITH_FEATURE_GATES_ENABLED
336328
value: "true"
337329
annotations:
338330
testgrid-dashboards: sig-autoscaling-vpa
@@ -380,7 +372,9 @@ periodics:
380372
cpu: 2
381373
memory: 6Gi
382374
env:
383-
- name: ENABLE_ALL_FEATURE_GATES
375+
- name: FEATURE_GATES
376+
value: "AllAlpha=true,AllBeta=true"
377+
- name: TEST_WITH_FEATURE_GATES_ENABLED
384378
value: "true"
385379
annotations:
386380
testgrid-dashboards: sig-autoscaling-vpa
@@ -428,7 +422,9 @@ periodics:
428422
cpu: 2
429423
memory: 6Gi
430424
env:
431-
- name: ENABLE_ALL_FEATURE_GATES
425+
- name: FEATURE_GATES
426+
value: "AllAlpha=true,AllBeta=true"
427+
- name: TEST_WITH_FEATURE_GATES_ENABLED
432428
value: "true"
433429
annotations:
434430
testgrid-dashboards: sig-autoscaling-vpa
@@ -476,7 +472,9 @@ periodics:
476472
cpu: 2
477473
memory: 6Gi
478474
env:
479-
- name: ENABLE_ALL_FEATURE_GATES
475+
- name: FEATURE_GATES
476+
value: "AllAlpha=true,AllBeta=true"
477+
- name: TEST_WITH_FEATURE_GATES_ENABLED
480478
value: "true"
481479
annotations:
482480
testgrid-dashboards: sig-autoscaling-vpa

0 commit comments

Comments
 (0)