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

update Kubernetes storage jobs #21051

Merged
merged 1 commit into from
Feb 26, 2021
Merged
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
35 changes: 20 additions & 15 deletions config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -31,7 +31,7 @@ presubmits:
- --timeout=125
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=gci
Expand All @@ -41,7 +41,6 @@ presubmits:
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-slow
- --test_args=--ginkgo.focus=\[sig-storage\].*\[Slow\] --ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=80m
# Bazel needs privileged mode in order to sandbox builds.
securityContext:
privileged: true
image: gcr.io/k8s-testimages/kubekins-e2e:v20210224-a27864c-master
Expand All @@ -68,7 +67,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -81,7 +80,7 @@ presubmits:
- --timeout=150
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=gci
Expand All @@ -90,7 +89,6 @@ presubmits:
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-snapshot
- --test_args=--ginkgo.focus=\[Feature:VolumeSnapshotDataSource\] --ginkgo.skip=\[Disruptive\]|\[Flaky\] --minStartupPods=8
- --timeout=120m
# Bazel needs privileged mode in order to sandbox builds.
securityContext:
privileged: true
image: gcr.io/k8s-testimages/kubekins-e2e:v20210224-a27864c-master
Expand All @@ -117,7 +115,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -130,7 +128,7 @@ presubmits:
- --timeout=150
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=gci
Expand All @@ -143,6 +141,8 @@ presubmits:
resources:
requests:
memory: "6Gi"
securityContext:
privileged: true
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-iscsi
Expand All @@ -154,7 +154,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -167,7 +167,7 @@ presubmits:
- --timeout=150
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=ubuntu
Expand All @@ -184,6 +184,8 @@ presubmits:
resources:
requests:
memory: "6Gi"
securityContext:
privileged: true
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-iscsi-serial
Expand All @@ -195,7 +197,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -208,7 +210,7 @@ presubmits:
- --timeout=150
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=ubuntu
Expand All @@ -224,7 +226,8 @@ presubmits:
resources:
requests:
memory: "6Gi"

securityContext:
privileged: true
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-storage-disruptive
Expand All @@ -235,7 +238,7 @@ presubmits:
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
Expand All @@ -248,7 +251,7 @@ presubmits:
- --timeout=300
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --extract=local
- --gcp-master-image=gci
- --gcp-node-image=gci
Expand All @@ -261,6 +264,8 @@ presubmits:
resources:
requests:
memory: "6Gi"
securityContext:
privileged: true
annotations:
testgrid-create-test-group: 'true'
periodics:
Expand Down