Skip to content

Commit 140b3c3

Browse files
authored
Merge pull request #35215 from hakman/kops-azure
kOps: Add periodic test for Azure
2 parents 313a3b9 + 097c100 commit 140b3c3

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

config/jobs/kubernetes/kops/kops-periodics-misc.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,60 @@ periodics:
174174
testgrid-dashboards: kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops, kops-misc
175175
testgrid-days-of-results: '90'
176176
testgrid-tab-name: e2e-kops-do-calico-fqdn
177+
- name: e2e-kops-k8s-azure-cilium
178+
cron: '30 1-23/3 * * *'
179+
labels:
180+
preset-service-account: "true"
181+
preset-kops-azure-cred-wi: "true"
182+
preset-dind-enabled: "true"
183+
cluster: k8s-infra-prow-build
184+
decorate: true
185+
decoration_config:
186+
timeout: 90m
187+
extra_refs:
188+
- org: kubernetes
189+
repo: kops
190+
base_ref: master
191+
workdir: true
192+
path_alias: k8s.io/kops
193+
spec:
194+
serviceAccountName: azure
195+
containers:
196+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250722-31ecdfb417-master
197+
imagePullPolicy: Always
198+
command:
199+
- runner.sh
200+
args:
201+
- bash
202+
- -c
203+
- |
204+
make test-e2e-install
205+
kubetest2 kops \
206+
-v 2 \
207+
--up --build --down \
208+
--cloud-provider=azure \
209+
--env KOPS_FEATURE_FLAGS=Azure \
210+
--create-args "--networking=cilium" \
211+
--cluster-name=e2e-kops-k8s-azure-cilium \
212+
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
213+
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
214+
--test=kops \
215+
-- \
216+
--test-package-marker=stable.txt \
217+
--parallel 25
218+
resources:
219+
limits:
220+
cpu: "4"
221+
memory: "6Gi"
222+
requests:
223+
cpu: "4"
224+
memory: "6Gi"
225+
annotations:
226+
test.kops.k8s.io/cloud: azure
227+
test.kops.k8s.io/k8s_version: 'stable'
228+
test.kops.k8s.io/kops_channel: alpha
229+
test.kops.k8s.io/kops_version: ''
230+
test.kops.k8s.io/networking: 'cilium'
231+
testgrid-dashboards: kops-k8s-stable, kops-latest, sig-cluster-lifecycle-kops, kops-misc
232+
testgrid-days-of-results: '90'
233+
testgrid-tab-name: e2e-kops-k8s-azure-cilium

0 commit comments

Comments
 (0)