From 0a34cb8023744f84eca2402c6ed8ac374d54ef45 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 9 Jul 2018 23:07:07 -0600 Subject: [PATCH] Include hh:mm in image name --- ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index 998662a1b..54e1adafc 100644 --- a/ci/README.md +++ b/ci/README.md @@ -33,12 +33,12 @@ The process to update a disk image is as follows (TODO: make this less manual): 4. From another machine, `gcloud auth login`, then create a new Disk Image based off the modified VM Instance: ``` - $ gcloud compute images create ci-default-$(date +%Y%m%d) --source-disk xxx --source-disk-zone us-east1-b --family ci-default + $ gcloud compute images create ci-default-$(date +%Y%m%d%H%M) --source-disk xxx --source-disk-zone us-east1-b --family ci-default ``` or ``` - $ gcloud compute images create ci-cuda-$(date +%Y%m%d) --source-disk xxx --source-disk-zone us-east1-b --family ci-cuda + $ gcloud compute images create ci-cuda-$(date +%Y%m%d%H%M) --source-disk xxx --source-disk-zone us-east1-b --family ci-cuda ``` 5. Delete the new VM instance. 6. Go to the Instance templates tab, find the existing template named