mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
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:
commit
8d88c55231
@ -8,13 +8,6 @@ images:
|
|||||||
ubuntu-docker12:
|
ubuntu-docker12:
|
||||||
image: e2e-node-ubuntu-trusty-docker12-v2-image # docker 1.12.6
|
image: e2e-node-ubuntu-trusty-docker12-v2-image # docker 1.12.6
|
||||||
project: kubernetes-node-e2e-images
|
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:
|
coreos-alpha:
|
||||||
image: coreos-alpha-1122-0-0-v20160727 # docker 1.11.2
|
image: coreos-alpha-1122-0-0-v20160727 # docker 1.11.2
|
||||||
project: coreos-cloud
|
project: coreos-cloud
|
||||||
|
Loading…
Reference in New Issue
Block a user