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

CAPV: reintroduce dropped valid jobs #33249

Merged
Merged
Show file tree
Hide file tree
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
@@ -1,195 +1,192 @@
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT.
periodics:
- name: periodic-cluster-api-provider-vsphere-test-main
cluster: eks-prow-build-cluster
interval: 1h
decorate: true
decoration_config:
timeout: 120m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
command:
- runner.sh
args:
- make
- test-junit
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs unit tests

- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main
cluster: eks-prow-build-cluster
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
cron: '0 0 * * *'
decorate: true
decoration_config:
timeout: 180m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
args:
- ./hack/e2e.sh
env:
- name: GINKGO_FOCUS
value: "\\[vcsim\\]"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-govmomi-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs all e2e tests

- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-supervisor-main
cluster: eks-prow-build-cluster
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
cron: '0 3 * * *'
decorate: true
decoration_config:
timeout: 180m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
args:
- ./hack/e2e.sh
env:
- name: GINKGO_FOCUS
value: "\\[vcsim\\] \\[supervisor\\]"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-supervisor-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs all e2e tests

- name: periodic-cluster-api-provider-vsphere-coverage-main
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
decoration_config:
timeout: 120m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
- bash
args:
- -c
- |
result=0
./hack/ci-test-coverage.sh || result=$?
cp coverage.* ${ARTIFACTS}
cd ../../k8s.io/test-infra/gopherage
GO111MODULE=on go build .
./gopherage filter --exclude-path="zz_generated,generated\.go" "${ARTIFACTS}/coverage.out" > "${ARTIFACTS}/filtered.cov" || result=$?
./gopherage html "${ARTIFACTS}/filtered.cov" > "${ARTIFACTS}/coverage.html" || result=$?
./gopherage junit --threshold 0 "${ARTIFACTS}/filtered.cov" > "${ARTIFACTS}/junit_coverage.xml" || result=$?
exit $result
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "4Gi"
limits:
cpu: "4000m"
memory: "4Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-coverage-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Shows test coverage for CAPV
- name: periodic-cluster-api-provider-vsphere-test-main
cluster: eks-prow-build-cluster
interval: 1h
decorate: true
decoration_config:
timeout: 120m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
command:
- runner.sh
args:
- make
- test-junit
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs unit tests
- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main
cluster: eks-prow-build-cluster
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
cron: '0 0 * * *'
decorate: true
decoration_config:
timeout: 180m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
args:
- ./hack/e2e.sh
env:
- name: GINKGO_FOCUS
value: "\\[vcsim\\]"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-govmomi-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs all e2e tests
- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-supervisor-main
cluster: eks-prow-build-cluster
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
cron: '0 3 * * *'
decorate: true
decoration_config:
timeout: 180m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
args:
- ./hack/e2e.sh
env:
- name: GINKGO_FOCUS
value: "\\[vcsim\\] \\[supervisor\\]"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "3Gi"
limits:
cpu: "4000m"
memory: "3Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-vcsim-supervisor-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Runs all e2e tests
- name: periodic-cluster-api-provider-vsphere-coverage-main
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
decoration_config:
timeout: 120m
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.30
command:
- runner.sh
- bash
args:
- -c
- |
result=0
./hack/ci-test-coverage.sh || result=$?
cp coverage.* ${ARTIFACTS}
cd ../../k8s.io/test-infra/gopherage
GO111MODULE=on go build .
./gopherage filter --exclude-path="zz_generated,generated\.go" "${ARTIFACTS}/coverage.out" > "${ARTIFACTS}/filtered.cov" || result=$?
./gopherage html "${ARTIFACTS}/filtered.cov" > "${ARTIFACTS}/coverage.html" || result=$?
./gopherage junit --threshold 0 "${ARTIFACTS}/filtered.cov" > "${ARTIFACTS}/junit_coverage.xml" || result=$?
exit $result
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
resources:
requests:
cpu: "4000m"
memory: "4Gi"
limits:
cpu: "4000m"
memory: "4Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-test-coverage-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"
description: Shows test coverage for CAPV
Loading