Commit 8d88c552 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46311 from dashpole/disable_ubuntu_gpu_test

Automatic merge from submit-queue (batch tested with PRs 46299, 46309, 46311, 46303, 46150) Dont attach a GPU to ubuntu test machines for node e2e serial tests This should fix flakes in the e2e_node serial suite. @vishh I think this is what you were asking for... /assign @vishh
parents b71ca669 20eb0165
......@@ -8,13 +8,6 @@ images:
ubuntu-docker12:
image: e2e-node-ubuntu-trusty-docker12-v2-image # docker 1.12.6
project: kubernetes-node-e2e-images
# Using `n1-standard-2` because GPU driver installation takes up significant amount of CPU.
machine: n1-standard-2
metadata: 'startup-script<test/e2e_node/jenkins/ubuntu-14.04-nvidia-install.sh'
resources:
accelerators:
- type: nvidia-tesla-k80
count: 2
coreos-alpha:
image: coreos-alpha-1122-0-0-v20160727 # docker 1.11.2
project: coreos-cloud
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment