Node e2e can run tests against GCE images based on a regex.

It can run tests against multiple existing images that match a regex.
GCI images will be using a regex.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2016-07-29 17:55:01 -07:00
parent a40d2cd92e
commit 2f6514bd63
4 changed files with 78 additions and 12 deletions

View File

@@ -39,7 +39,6 @@ fi
function get_latest_gci_image() {
# GCI milestone to use
# Update the GCI image in test/e2e_node/jenkins/image-config.yaml before updating the milestone here.
GCI_MILESTONE="53"
# First try to find an active (non-deprecated) image on this milestone.