2016-02-25 16:38:06 +00:00
|
|
|
GCE_HOSTS=
|
2016-02-29 19:37:17 +00:00
|
|
|
# Keep GCE_IMAGES consistent with those in jenkins-ci.properties
|
|
|
|
# To copy an image between projects:
|
|
|
|
# `gcloud compute --project <to-project> disks create <image name> --image=https://www.googleapis.com/compute/v1/projects/<from-project>/global/images/<image-name>`
|
|
|
|
# `gcloud compute --project <to-project> images create <image-name> --source-disk=<image-name>`
|
2016-06-07 17:45:37 +00:00
|
|
|
#
|
|
|
|
# Testing disabled on the following images:
|
|
|
|
# e2e-node-coreos-stable20160531-image - Github Issue #26903
|
|
|
|
GCE_IMAGES=e2e-node-ubuntu-trusty-docker10-image,e2e-node-ubuntu-trusty-docker9-image,e2e-node-ubuntu-trusty-docker8-image,e2e-node-containervm-v20160321-image
|
2016-02-24 21:12:42 +00:00
|
|
|
GCE_ZONE=us-central1-f
|
|
|
|
GCE_PROJECT=kubernetes-jenkins-pull
|
2016-05-26 22:21:38 +00:00
|
|
|
GCE_IMAGE_PROJECT=kubernetes-jenkins-pull
|
2016-02-25 16:38:06 +00:00
|
|
|
CLEANUP=true
|
2016-06-03 20:57:44 +00:00
|
|
|
GINKGO_FLAGS=--ginkgo.skip=FLAKY
|
2016-05-26 22:21:38 +00:00
|
|
|
SETUP_NODE=false
|