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

Revert "config/jobs: mv some canary jobs to local ssd nodepool" #23813

Merged
merged 1 commit into from
Sep 29, 2021
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
8 changes: 0 additions & 8 deletions config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,6 @@ presubmits:
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
# TODO(https://github.com/kubernetes/k8s.io/issues/1187): remove nodeSelector/tolerations once new nodepool confirmed healthy
nodeSelector:
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
tolerations:
- key: "ephemeral-ssd-experiment"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- args:
- --root=/go/src
Expand Down
8 changes: 0 additions & 8 deletions config/jobs/kubernetes/sig-testing/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ presubmits:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
# TODO(https://github.com/kubernetes/k8s.io/issues/1187): remove nodeSelector/tolerations once new nodepool confirmed healthy
nodeSelector:
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
tolerations:
- key: "ephemeral-ssd-experiment"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210928-2a55334641-go-canary
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ presubmits:
grace_period: 15m
path_alias: k8s.io/kubernetes
spec:
# TODO(https://github.com/kubernetes/k8s.io/issues/1187): remove nodeSelector/tolerations once new nodepool confirmed healthy
nodeSelector:
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
tolerations:
- key: "ephemeral-ssd-experiment"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- image: gcr.io/k8s-staging-test-infra/krte:latest-master
imagePullPolicy: Always # pull latest image for canary testing
Expand Down
8 changes: 0 additions & 8 deletions config/jobs/kubernetes/sig-testing/make-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ presubmits:
skip_report: false
path_alias: k8s.io/kubernetes
spec:
# TODO(https://github.com/kubernetes/k8s.io/issues/1187): remove nodeSelector/tolerations once new nodepool confirmed healthy
nodeSelector:
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
tolerations:
- key: "ephemeral-ssd-experiment"
operator: "Equal"
value: "true"
effect: "NoSchedule"
# unit tests have no business requiring root or doing privileged operations
securityContext:
runAsUser: 2000
Expand Down
8 changes: 0 additions & 8 deletions config/jobs/kubernetes/sig-testing/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ presubmits:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
# TODO(https://github.com/kubernetes/k8s.io/issues/1187): remove nodeSelector/tolerations once new nodepool confirmed healthy
nodeSelector:
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
tolerations:
- key: "ephemeral-ssd-experiment"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210928-2a55334641-go-canary
imagePullPolicy: Always
Expand Down