Skip to content

Commit

Permalink
Merge pull request #33395 from jsturtevant/update-windows-tests
Browse files Browse the repository at this point in the history
Update windows tests jobs
  • Loading branch information
k8s-ci-robot authored Sep 19, 2024
2 parents 595caa6 + b622d23 commit 2376cd7
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 427 deletions.
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
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 2376cd7

Please sign in to comment.