Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update windows tests jobs #33395

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-e2e-capz-windows-1-31
cluster: eks-prow-build-cluster
always_run: false
branches:
- release-1.31
decorate: true
extra_refs:
- base_ref: release-1.16
org: kubernetes-sigs
path_alias: sigs.k8s.io/cluster-api-provider-azure
repo: cluster-api-provider-azure
workdir: false
- base_ref: master
org: kubernetes-sigs
path_alias: sigs.k8s.io/cloud-provider-azure
repo: cloud-provider-azure
- org: kubernetes-sigs
repo: windows-testing
base_ref: master
path_alias: k8s.io/windows-testing
workdir: true
labels:
preset-azure-community: "true"
preset-capz-containerd-1-7-latest: "true"
preset-capz-windows-2022: "true"
preset-capz-windows-common-pull: "true"
preset-dind-enabled: "true"
optional: true
path_alias: k8s.io/kubernetes
run_if_changed: azure.*\.go$|.*windows\.go$|test/e2e/windows/.*
spec:
serviceAccountName: azure
containers:
- command:
- "runner.sh"
- "env"
- "./capz/run-capz-e2e.sh"
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.31
name: ""
resources:
requests:
cpu: "2"
memory: "9Gi"
limits:
cpu: "2"
memory: "9Gi"
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-windows-presubmit
testgrid-tab-name: pull-kubernetes-e2e-capz-windows-1-31
testgrid-num-columns-recent: '30'
107 changes: 107 additions & 0 deletions config/jobs/kubernetes-sigs/sig-windows/release-1.31-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
periodics:
- name: ci-kubernetes-e2e-capz-master-windows-1-31
annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.31-informing, sig-windows-signal, sig-windows-1.31-release
testgrid-tab-name: capz-windows-1.31
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 4h0m0s
extra_refs:
- base_ref: main
org: kubernetes-sigs
path_alias: sigs.k8s.io/cluster-api-provider-azure
repo: cluster-api-provider-azure
- base_ref: master
org: kubernetes-sigs
path_alias: sigs.k8s.io/windows-testing
repo: windows-testing
workdir: true
- base_ref: master
org: kubernetes-sigs
path_alias: sigs.k8s.io/cloud-provider-azure
repo: cloud-provider-azure
interval: 3h
labels:
preset-azure-community: "true"
preset-capz-containerd-1-7-latest: "true"
preset-capz-windows-2022: "true"
preset-capz-windows-common: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
spec:
serviceAccountName: azure
containers:
- command:
- runner.sh
- env
- KUBERNETES_VERSION=latest-1.31
- ./capz/run-capz-e2e.sh
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.31
name: ""
resources:
limits:
cpu: "2"
memory: 9Gi
requests:
cpu: "2"
memory: 9Gi
securityContext:
privileged: true
- name: ci-kubernetes-e2e-capz-1-31-windows-serial-slow
cluster: eks-prow-build-cluster
interval: 48h
decorate: true
decoration_config:
timeout: 5h
labels:
preset-dind-enabled: "true"
preset-azure-community: "true"
preset-capz-containerd-1-7-latest: "true"
preset-capz-serial-slow: "true"
preset-capz-gmsa-setup: "true"
preset-capz-windows-2022: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.16
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: false
- org: kubernetes-sigs
repo: windows-testing
base_ref: master
path_alias: sigs.k8s.io/windows-testing
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: master
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
serviceAccountName: azure
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.31
command:
- "runner.sh"
- "env"
- KUBERNETES_VERSION=latest-1.31
- "./capz/run-capz-e2e.sh"
securityContext:
privileged: true
resources:
requests:
cpu: 2
memory: "9Gi"
limits:
cpu: 2
memory: "9Gi"
env:
- name: GINKGO_FOCUS
value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
- name: GINKGO_SKIP
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]
annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-windows-1.31-release, sig-windows-signal
testgrid-tab-name: capz-windows-1-31-serial-slow
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ periodics:
- name: GINKGO_FOCUS
value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
- name: GINKGO_SKIP
value: \[LinuxOnly\]|device.plugin.for.Windows|RebootHost|\[sig-autoscaling\].\[Feature:HPA\]
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]
annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-windows-master-release, sig-windows-signal
@@ -340,7 +340,7 @@ periodics:
- name: GINKGO_FOCUS
value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
- name: GINKGO_SKIP
value: \[LinuxOnly\]|device.plugin.for.Windows|RebootHost|\[sig-autoscaling\].\[Feature:HPA\]
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]
annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-windows-master-release
Loading