From bb4e1e62fab30c6dc592eec3f8e64d211341788d Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Mon, 25 Jul 2016 15:40:27 -0700 Subject: [PATCH] Mention updating node e2e config before updating gci image milestone Signed-off-by: Vishnu kannan --- cluster/gce/util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index ad562c84f3..0ed91f5684 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -39,6 +39,7 @@ 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.