Skip to content

Commit

Permalink
Change pull-kubernetes-e2e-gce-gpu to pull-kubernetes-e2e-gce-device-…
Browse files Browse the repository at this point in the history
…plugin-gpu.

Accelerators=true suppport is no longer being worked on.
DevicePlugins=true is the new way of using GPUs.
  • Loading branch information
rohitagarwal003 committed Oct 23, 2017
1 parent 2a8afd7 commit 74c8c39
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion gubernator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- pull-kubernetes-bazel-build
- pull-kubernetes-bazel-test
- pull-kubernetes-e2e-gce
- pull-kubernetes-e2e-gce-gpu
- pull-kubernetes-e2e-gce-device-plugin-gpu
- pull-kubernetes-e2e-kops-aws
- pull-kubernetes-kubemark-e2e-gce
- pull-kubernetes-node-e2e
Expand Down
8 changes: 4 additions & 4 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10031,21 +10031,21 @@
"UNKNOWN"
]
},
"pull-kubernetes-e2e-gce-gpu": {
"pull-kubernetes-e2e-gce-device-plugin-gpu": {
"args": [
"--build=bazel",
"--cluster=",
"--env-file=jobs/platform/gce.env",
"--env-file=jobs/env/pull-kubernetes-e2e.env",
"--env-file=jobs/env/pull-kubernetes-e2e-gce-gpu.env",
"--env-file=jobs/env/pull-kubernetes-e2e-gce-device-plugin-gpu.env",
"--extract=local",
"--gcp-node-image=gci",
"--gcp-project=k8s-jkns-pr-gce-gpus",
"--gcp-zone=us-west1-b",
"--ginkgo-parallel=30",
"--provider=gce",
"--stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-gpu",
"--test_args=--ginkgo.focus=\\[Feature:GPU\\] --minStartupPods=8",
"--stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-device-plugin-gpu",
"--test_args=--ginkgo.focus=\\[Feature:GPUDevicePlugin\\] --minStartupPods=8",
"--timeout=60m"
],
"scenario": "kubernetes_e2e",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### job-env
KUBE_FEATURE_GATES=Accelerators=true
KUBE_FEATURE_GATES=DevicePlugins=true
NODE_ACCELERATORS=type=nvidia-tesla-k80,count=2
CREATE_CUSTOM_NETWORK=true
18 changes: 10 additions & 8 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,18 +835,19 @@ presubmits:
branches:
- release-1.6

- name: pull-kubernetes-e2e-gce-gpu
- name: pull-kubernetes-e2e-gce-device-plugin-gpu
agent: kubernetes
skip_branches:
- release-1.4
- release-1.5
- release-1.6
- release-1.7
always_run: true
skip_report: false
max_concurrency: 12
context: pull-kubernetes-e2e-gce-gpu
rerun_command: "/test pull-kubernetes-e2e-gce-gpu"
trigger: "(?m)^/test( all| pull-kubernetes-e2e-gce-gpu),?(\\s+|$)"
context: pull-kubernetes-e2e-gce-device-plugin-gpu
rerun_command: "/test pull-kubernetes-e2e-gce-device-plugin-gpu"
trigger: "(?m)^/test( all| pull-kubernetes-e2e-gce-device-plugin-gpu),?(\\s+|$)"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20171018-fb8014bc-master
Expand Down Expand Up @@ -2037,18 +2038,19 @@ presubmits:
always_run: true
branches:
- release-1.6
- name: pull-security-kubernetes-e2e-gce-gpu
- name: pull-security-kubernetes-e2e-gce-device-plugin-gpu
agent: kubernetes
skip_branches:
- release-1.4
- release-1.5
- release-1.6
- release-1.7
always_run: true
skip_report: false
max_concurrency: 12
context: pull-security-kubernetes-e2e-gce-gpu
rerun_command: "/test pull-security-kubernetes-e2e-gce-gpu"
trigger: "(?m)^/test( all| pull-security-kubernetes-e2e-gce-gpu),?(\\s+|$)"
context: pull-security-kubernetes-e2e-gce-device-plugin-gpu
rerun_command: "/test pull-security-kubernetes-e2e-gce-device-plugin-gpu"
trigger: "(?m)^/test( all| pull-security-kubernetes-e2e-gce-device-plugin-gpu),?(\\s+|$)"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20171018-fb8014bc-master
Expand Down
8 changes: 4 additions & 4 deletions testgrid/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1551,8 +1551,8 @@ test_groups:
num_columns_recent: 20
alert_stale_results_hours: 24
num_failures_to_alert: 10
- name: pull-kubernetes-e2e-gce-gpu
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-gpu
- name: pull-kubernetes-e2e-gce-device-plugin-gpu
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-device-plugin-gpu
days_of_results: 1
num_columns_recent: 20
- name: pull-kubernetes-e2e-gke-device-plugin-gpu
Expand Down Expand Up @@ -3949,8 +3949,8 @@ dashboards:
base_options: 'width=10'
alert_options:
alert_mail_to_addresses: '[email protected], [email protected], [email protected]'
- name: pull-kubernetes-e2e-gce-gpu
test_group_name: pull-kubernetes-e2e-gce-gpu
- name: pull-kubernetes-e2e-gce-device-plugin-gpu
test_group_name: pull-kubernetes-e2e-gce-device-plugin-gpu
base_options: 'width=10'
- name: pull-kubernetes-e2e-gke-device-plugin-gpu
test_group_name: pull-kubernetes-e2e-gke-device-plugin-gpu
Expand Down

0 comments on commit 74c8c39

Please sign in to comment.