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

CAPI: add KIND_BUILD_IMAGES variable where no version env vars are set #34252

Merged
merged 2 commits into from
Feb 3, 2025
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
Expand Up @@ -110,6 +110,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -159,6 +162,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand All @@ -182,7 +188,6 @@ periodics:
testgrid-tab-name: capi-e2e-mink8s-main
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"

- name: periodic-cluster-api-e2e-conformance-main
cluster: eks-prow-build-cluster
interval: 3h
Expand Down Expand Up @@ -214,6 +219,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -260,6 +268,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand Down Expand Up @@ -224,6 +227,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[PR-Blocking\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -267,6 +273,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -330,7 +339,6 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-e2e-main-1-32-1-33

- name: pull-cluster-api-e2e-conformance-main
cluster: eks-prow-build-cluster
labels:
Expand Down Expand Up @@ -358,6 +366,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -398,6 +409,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -159,6 +162,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand All @@ -182,7 +188,6 @@ periodics:
testgrid-tab-name: capi-e2e-mink8s-release-1-7
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"

- name: periodic-cluster-api-e2e-conformance-release-1-7
cluster: eks-prow-build-cluster
interval: 4h
Expand Down Expand Up @@ -214,6 +219,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -260,6 +268,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand Down Expand Up @@ -224,6 +227,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[PR-Blocking\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -267,6 +273,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -330,7 +339,6 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.7
testgrid-tab-name: capi-pr-e2e-release-1-7-1-29-1-30

- name: pull-cluster-api-e2e-conformance-release-1-7
cluster: eks-prow-build-cluster
labels:
Expand Down Expand Up @@ -358,6 +366,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -398,6 +409,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -159,6 +162,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand All @@ -182,7 +188,6 @@ periodics:
testgrid-tab-name: capi-e2e-mink8s-release-1-8
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"

- name: periodic-cluster-api-e2e-conformance-release-1-8
cluster: eks-prow-build-cluster
interval: 4h
Expand Down Expand Up @@ -214,6 +219,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -260,6 +268,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand Down Expand Up @@ -224,6 +227,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[PR-Blocking\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -267,6 +273,9 @@ presubmits:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -330,7 +339,6 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.8
testgrid-tab-name: capi-pr-e2e-release-1-8-1-30-1-31

- name: pull-cluster-api-e2e-conformance-release-1-8
cluster: eks-prow-build-cluster
labels:
Expand Down Expand Up @@ -358,6 +366,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -398,6 +409,9 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -159,6 +162,9 @@ periodics:
value: "true"
- name: GINKGO_SKIP
value: "\\[Conformance\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
# This value determines the minimum Kubernetes
# supported version for Cluster API management cluster
# and can be found by referring to [Supported Kubernetes Version](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions)
Expand All @@ -182,7 +188,6 @@ periodics:
testgrid-tab-name: capi-e2e-mink8s-release-1-9
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "4"

- name: periodic-cluster-api-e2e-conformance-release-1-9
cluster: eks-prow-build-cluster
interval: 4h
Expand Down Expand Up @@ -214,6 +219,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down Expand Up @@ -260,6 +268,9 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
# Ensure required kind images get built.
- name: KIND_BUILD_IMAGES
value: "KUBERNETES_VERSION_LATEST_CI"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
Expand Down
Loading