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

revise "single Kubernetes repos" jobs #14379

Merged
merged 7 commits into from
Oct 2, 2019
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 @@ -12,9 +12,9 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-storage-csi
testgrid-dashboards: sig-storage-csi-other
testgrid-tab-name: pull-kubernetes-csi-csi-driver-flex
description: Kubernetes-CSI pull job on csi-driver-flex
description: Kubernetes-CSI pull job in repo csi-driver-flex
spec:
containers:
# We need this image because it has Docker in Docker and go.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ presubmits:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand All @@ -25,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
Expand All @@ -51,6 +55,10 @@ presubmits:
preset-dind-enabled: "true"
preset-bazel-remote-cache-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand Down Expand Up @@ -84,6 +92,10 @@ presubmits:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand All @@ -97,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
Expand All @@ -123,6 +135,10 @@ presubmits:
preset-dind-enabled: "true"
preset-bazel-remote-cache-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand Down Expand Up @@ -156,6 +172,10 @@ presubmits:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand All @@ -169,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
Expand All @@ -195,6 +215,10 @@ presubmits:
preset-dind-enabled: "true"
preset-bazel-remote-cache-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand Down Expand Up @@ -228,6 +252,10 @@ presubmits:
preset-dind-enabled: "true"
preset-bazel-remote-cache-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
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.
Expand Down Expand Up @@ -264,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.
Expand Down Expand Up @@ -304,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.
Expand Down Expand Up @@ -344,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.
Expand Down Expand Up @@ -384,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.
Expand Down Expand Up @@ -424,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.
Expand Down Expand Up @@ -464,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.
Expand Down Expand Up @@ -504,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.
Expand Down Expand Up @@ -544,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.
Expand Down Expand Up @@ -590,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.
Expand Down Expand Up @@ -636,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.
Expand Down Expand Up @@ -682,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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-storage-csi
testgrid-dashboards: sig-storage-csi-other
testgrid-tab-name: pull-kubernetes-csi-csi-lib-utils
description: Kubernetes-CSI pull job on csi-lib-utils
description: Kubernetes-CSI pull job in repo csi-lib-utils
spec:
containers:
# We need this image because it has Docker in Docker and go.
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes-csi/csi-proxy/csi-proxy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-storage-csi
testgrid-dashboards: sig-storage-csi-other
testgrid-tab-name: pull-kubernetes-csi-csi-proxy
description: Kubernetes-CSI pull job on csi-proxy
description: Kubernetes-CSI pull job in repo csi-proxy
spec:
containers:
# We need this image because it has Docker in Docker and go.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-storage-csi
testgrid-dashboards: sig-storage-csi-other
testgrid-tab-name: pull-kubernetes-csi-csi-release-tools
description: Kubernetes-CSI pull job on csi-release-tools
description: Kubernetes-CSI pull job in repo csi-release-tools
spec:
containers:
# We need this image because it has Docker in Docker and go.
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes-csi/csi-test/csi-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ presubmits:
always_run: true
decorate: true
skip_report: false
skip_branches: ["^(release-0.3|release-1.0|saad-ali-patch-1|saad-ali-patch-2|v0.1.0|v0.2.0)$"]
skip_branches: ["^(release-0.3|release-1.0|v0.1.0|v0.2.0)$"]
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-storage-csi
testgrid-dashboards: sig-storage-csi-other
testgrid-tab-name: pull-kubernetes-csi-csi-test
description: Kubernetes-CSI pull job on csi-test
description: Kubernetes-CSI pull job in repo csi-test
spec:
containers:
# We need this image because it has Docker in Docker and go.
Expand Down
Loading