Skip to content

Commit

Permalink
Remove test jobs for alpha.kubernetes.io/nvidia-gpu.
Browse files Browse the repository at this point in the history
Support for it was removed in kubernetes/kubernetes#61498
  • Loading branch information
rohitagarwal003 committed Apr 3, 2018
1 parent 5d97b28 commit 59d42e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.
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: '[email protected]'
- name: gce-gpu
test_group_name: ci-kubernetes-e2e-gce-gpu
base_options: 'exclude-filter-by-regex=^BeforeSuite$'
alert_options:
alert_mail_to_addresses: '[email protected]'
- name: gce-gpu-1.10
test_group_name: ci-kubernetes-e2e-gce-gpu-beta
base_options: 'exclude-filter-by-regex=^BeforeSuite$'
Expand Down

0 comments on commit 59d42e8

Please sign in to comment.