Skip to content

Commit 51ca805

Browse files
authored
Merge pull request #29912 from jsturtevant/windows-add-alpha-vertical-scaling-job
[sig-windows] Add job to test InPlacePodVerticalScaling
2 parents e06052f + 837d10d commit 51ca805

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

config/jobs/kubernetes-sigs/sig-windows/release-master-windows-presubmits.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,62 @@ presubmits:
167167
testgrid-dashboards: sig-windows-presubmit
168168
testgrid-tab-name: pull-kubernetes-e2e-capz-windows-alpha-features
169169
testgrid-num-columns-recent: '30'
170+
- name: pull-kubernetes-e2e-capz-windows-alpha-feature-vertical-pod-autoscaler
171+
decorate: true
172+
always_run: false
173+
optional: true
174+
path_alias: k8s.io/kubernetes
175+
branches:
176+
- master
177+
- main
178+
labels:
179+
preset-dind-enabled: "true"
180+
preset-kind-volume-mounts: "true"
181+
preset-azure-cred-only: "true"
182+
preset-azure-anonymous-pull: "true" # Sets REGISTRY which is needed when building CCM/CNM images
183+
preset-capz-windows-2022: "true"
184+
preset-capz-windows-common-pull: "true"
185+
preset-windows-private-registry-cred: "true"
186+
preset-capz-containerd-1-7-latest: "true"
187+
extra_refs:
188+
- org: kubernetes-sigs
189+
repo: cluster-api-provider-azure
190+
base_ref: release-1.9
191+
path_alias: sigs.k8s.io/cluster-api-provider-azure
192+
workdir: false
193+
- org: kubernetes-sigs
194+
repo: cloud-provider-azure
195+
base_ref: master
196+
path_alias: sigs.k8s.io/cloud-provider-azure
197+
workdir: false
198+
- org: kubernetes-sigs
199+
repo: windows-testing
200+
base_ref: master
201+
path_alias: k8s.io/windows-testing
202+
workdir: true
203+
spec:
204+
containers:
205+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
206+
command:
207+
- "runner.sh"
208+
- "env"
209+
- "KUBERNETES_VERSION=latest"
210+
- "./capz/run-capz-e2e.sh"
211+
securityContext:
212+
privileged: true
213+
resources:
214+
requests:
215+
cpu: 2
216+
memory: "9Gi"
217+
env:
218+
- name: NODE_FEATURE_GATES
219+
value: "InPlacePodVerticalScaling=true"
220+
- name: GINKGO_FOCUS
221+
value: (\[Feature:InPlacePodVerticalScaling\]|\[sig-windows\]) # run the feature and a few windows related tests
222+
annotations:
223+
testgrid-dashboards: sig-windows-presubmit
224+
testgrid-tab-name: pull-kubernetes-e2e-capz-windows-alpha-feature-vertical-pod-autoscaler
225+
testgrid-num-columns-recent: '30'
170226
kubernetes-sigs/windows-testing:
171227
- name: pull-e2e-capz-windows-2022-extension
172228
decorate: true

0 commit comments

Comments
 (0)