From 14ef61de6946048e98ce74c911435faf25395b8c Mon Sep 17 00:00:00 2001 From: ahothan Date: Fri, 31 May 2019 15:06:39 -0700 Subject: Update VM build build VM to adapt to new ci/cd workflow. The VM image is built on gerrit verify when the image is not present in google storage. It is not uploaded yet on google storage. The build + upload of the new VM image is done after the review is merged. For details on how this is done, refer to ./jjb/nfvbench/nfvbench.yaml in the opnfv releng repository. Change-Id: I147d4ee6d101e9f2a7cf55fadd637c7fc89467a0 Signed-off-by: ahothan --- nfvbenchvm/dib/verify-image.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nfvbenchvm/dib/verify-image.sh (limited to 'nfvbenchvm/dib/verify-image.sh') diff --git a/nfvbenchvm/dib/verify-image.sh b/nfvbenchvm/dib/verify-image.sh new file mode 100644 index 0000000..0a2090d --- /dev/null +++ b/nfvbenchvm/dib/verify-image.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# +# A shell script to verify that a VM image is present in google storage +# If not present in google storage, verify it is present locally +# If not present locally, build it but do not uplaod to google storage + +bash build-image.sh -v -- cgit 1.2.3-korg