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
This commit is contained in:
Kubernetes Submit Queue 2017-05-24 23:19:07 -07:00 committed by GitHub
commit 8d88c55231

View File

@ -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