-
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.
72 jobs in a single testgrid are too much. We now distinguish between periodic CI jobs and pull jobs. Testgrids with just a single job are avoided, instead those jobs are in "sig-storage-csi-other".
- Loading branch information
Showing
14 changed files
with
302 additions
and
186 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
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 |
---|---|---|
|
@@ -13,8 +13,9 @@ presubmits: | |
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull non-alpha job in csi-driver-host-path, using deployment 1.14 on Kubernetes 1.14.0 | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: 1-14-on-kubernetes-1-14 | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.14 on Kubernetes 1.14 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -28,7 +29,7 @@ presubmits: | |
# Update only when the newer version is known to not cause issues, | ||
# otherwise presubmit jobs may start to fail for reasons that are | ||
# unrelated to the PR. Testing against the latest Kubernetes is covered | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi#Summary). | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary). | ||
- name: CSI_PROW_KUBERNETES_VERSION | ||
value: "1.14.0" | ||
- name: CSI_PROW_KUBERNETES_DEPLOYMENT | ||
|
@@ -55,8 +56,9 @@ presubmits: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull non-alpha job in csi-driver-host-path, using deployment 1.14 on Kubernetes master | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: 1-14-on-kubernetes-master | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.14 on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -91,8 +93,9 @@ presubmits: | |
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull non-alpha job in csi-driver-host-path, using deployment 1.15 on Kubernetes 1.15.0 | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: 1-15-on-kubernetes-1-15 | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.15 on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -106,7 +109,7 @@ presubmits: | |
# Update only when the newer version is known to not cause issues, | ||
# otherwise presubmit jobs may start to fail for reasons that are | ||
# unrelated to the PR. Testing against the latest Kubernetes is covered | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi#Summary). | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary). | ||
- name: CSI_PROW_KUBERNETES_VERSION | ||
value: "1.15.0" | ||
- name: CSI_PROW_KUBERNETES_DEPLOYMENT | ||
|
@@ -133,8 +136,9 @@ presubmits: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull non-alpha job in csi-driver-host-path, using deployment 1.15 on Kubernetes master | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: 1-15-on-kubernetes-master | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.15 on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -169,8 +173,9 @@ presubmits: | |
preset-dind-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull alpha job in csi-driver-host-path, using deployment 1.15 on Kubernetes 1.15.0 | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: alpha-1-15-on-kubernetes-1-15 | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.15 on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -184,7 +189,7 @@ presubmits: | |
# Update only when the newer version is known to not cause issues, | ||
# otherwise presubmit jobs may start to fail for reasons that are | ||
# unrelated to the PR. Testing against the latest Kubernetes is covered | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi#Summary). | ||
# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary). | ||
- name: CSI_PROW_KUBERNETES_VERSION | ||
value: "1.15.0" | ||
- name: CSI_PROW_KUBERNETES_DEPLOYMENT | ||
|
@@ -211,8 +216,9 @@ presubmits: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull alpha job in csi-driver-host-path, using deployment 1.15 on Kubernetes master | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: alpha-1-15-on-kubernetes-master | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.15 on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -247,8 +253,9 @@ presubmits: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
description: Kubernetes-CSI pull unit job in csi-driver-host-path | ||
testgrid-dashboards: sig-storage-csi-csi-driver-host-path | ||
testgrid-tab-name: unit | ||
description: Kubernetes-CSI pull job in repo csi-driver-host-path for unit tests | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -285,10 +292,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "false" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.14-on-1.14 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.14 and 1.14 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.14 on Kubernetes 1.14 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -325,10 +332,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "false" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.14-on-1.15 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.15 and 1.14 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.14 on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -365,10 +372,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.14-on-master | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes master and 1.14 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.14 on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -405,10 +412,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "false" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.15-on-1.14 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.14 and 1.15 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.15 on Kubernetes 1.14 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -445,10 +452,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "false" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.15-on-1.15 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.15 and 1.15 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.15 on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -485,10 +492,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: 1.15-on-master | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes master and 1.15 sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.15 on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -525,10 +532,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "false" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: alpha-1.15-on-1.15 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI alpha tests with Kubernetes 1.15 and 1.15 sidecars | ||
description: periodic Kubernetes-CSI job for alpha tests, using deployment 1.15 on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -565,10 +572,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: canary-on-1.14 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.14 and canary sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.14 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -611,10 +618,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: canary-on-1.15 | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes 1.15 and canary sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.15 | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -657,10 +664,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: canary-on-master | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI non-alpha tests with Kubernetes master and canary sidecars | ||
description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
@@ -703,10 +710,10 @@ periodics: | |
preset-bazel-remote-cache-enabled: "true" | ||
preset-kind-volume-mounts: "true" | ||
annotations: | ||
testgrid-dashboards: sig-storage-csi | ||
testgrid-dashboards: sig-storage-csi-ci | ||
testgrid-tab-name: alpha-canary-on-master | ||
testgrid-alert-email: [email protected] | ||
description: Kubernetes-CSI alpha tests with Kubernetes master and canary sidecars | ||
description: periodic Kubernetes-CSI job for alpha tests, using deployment canary on Kubernetes master | ||
spec: | ||
containers: | ||
# We need this image because it has Docker in Docker and go. | ||
|
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
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
Oops, something went wrong.