-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34252 from chrischdi/pr-add-kind-env-vars
CAPI: add KIND_BUILD_IMAGES variable where no version env vars are set
- Loading branch information
Showing
10 changed files
with
135 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
Oops, something went wrong.