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

Remove test jobs for alpha.kubernetes.io/nvidia-gpu. #7539

Merged
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
1 change: 0 additions & 1 deletion gubernator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ external_services:
jobs:
kubernetes-jenkins/logs/:
- ci-kubernetes-build
- ci-kubernetes-e2e-gce-gpu
- ci-kubernetes-e2e-gce-scale-correctness
- ci-kubernetes-e2e-gce-scale-performance
- ci-kubernetes-e2e-gci-gce
Expand Down
18 changes: 0 additions & 18 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3171,24 +3171,6 @@
"sig-cli"
]
},
"ci-kubernetes-e2e-gce-gpu": {
"args": [
"--check-leaked-resources",
"--env-file=jobs/platform/gce.env",
"--env-file=jobs/env/ci-kubernetes-e2e-gce-gpu.env",
"--extract=ci/latest",
"--gcp-node-image=gci",
"--gcp-project-type=gpu-project",
"--gcp-zone=us-west1-b",
"--provider=gce",
"--test_args=--ginkgo.focus=\\[Feature:GPU\\] --minStartupPods=8",
"--timeout=180m"
],
"scenario": "kubernetes_e2e",
"sigOwners": [
"sig-scheduling"
]
},
"ci-kubernetes-e2e-gce-gpu-beta": {
"args": [
"--check-leaked-resources",
Expand Down
13 changes: 0 additions & 13 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8933,19 +8933,6 @@ periodics:
- --bare
image: gcr.io/k8s-testimages/kubekins-e2e:v20180402-7b54c4ba6-master

- name: ci-kubernetes-e2e-gce-gpu
interval: 2h
agent: kubernetes
labels:
preset-service-account: true
preset-k8s-ssh: true
spec:
containers:
- args:
- --timeout=300
- --bare
image: gcr.io/k8s-testimages/kubekins-e2e:v20180402-7b54c4ba6-master

- name: ci-kubernetes-e2e-gce-gpu-beta
interval: 2h
agent: kubernetes
Expand Down
13 changes: 0 additions & 13 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ test_groups:
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-device-plugin-gpu-beta
alert_stale_results_hours: 24
num_failures_to_alert: 12 # Runs every 2h. Alert when it's been failing for a day.
- name: ci-kubernetes-e2e-gce-gpu
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-gpu
alert_stale_results_hours: 24
num_failures_to_alert: 12 # Runs every 2h. Alert when it's been failing for a day.
- name: ci-kubernetes-e2e-gce-gpu-stable1
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-gpu-stable1
alert_stale_results_hours: 24
Expand Down Expand Up @@ -2913,8 +2909,6 @@ dashboards:
test_group_name: ci-kubernetes-e2e-gce-taint-evict
- name: gce-device-plugin-gpu
test_group_name: ci-kubernetes-e2e-gce-device-plugin-gpu
- name: gce-gpu
test_group_name: ci-kubernetes-e2e-gce-gpu
- name: gce-min-node-permissions
test_group_name: ci-kubernetes-e2e-gce-min-node-permissions

Expand Down Expand Up @@ -3291,8 +3285,6 @@ dashboards:
test_group_name: ci-kubernetes-e2e-gci-gke
- name: aws
test_group_name: ci-kubernetes-e2e-kops-aws
- name: gce-gpu
test_group_name: ci-kubernetes-e2e-gce-gpu
- name: gce-device-plugin-gpu
test_group_name: ci-kubernetes-e2e-gce-device-plugin-gpu
- name: gke-device-plugin-gpu
Expand Down Expand Up @@ -3962,11 +3954,6 @@ dashboards:
base_options: 'exclude-filter-by-regex=^BeforeSuite$'
alert_options:
alert_mail_to_addresses: 'gke-kubernetes-accelerators-bugs@google.com'
- name: gce-gpu
test_group_name: ci-kubernetes-e2e-gce-gpu
base_options: 'exclude-filter-by-regex=^BeforeSuite$'
alert_options:
alert_mail_to_addresses: 'gke-kubernetes-accelerators-bugs@google.com'
- name: gce-gpu-1.10
test_group_name: ci-kubernetes-e2e-gce-gpu-beta
base_options: 'exclude-filter-by-regex=^BeforeSuite$'
Expand Down