aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-17 11:06:04 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-17 11:19:57 +0200
commitcdd862555fc20719247561be4a9fb55c82bdbd0a (patch)
treedc0c07e68b4659e44b3c0cc25c95ef7c616d6bab /build.sh
parent135a2a8ca5bec28ac8bdc6853b27082594ab15a9 (diff)
Boot a VM to run juju
It allows running juju_epc vs arm32 and arm64. It stops offering juju in functest-vnf and rather installs it in a VM. It also adds a couple of missing output decode() Change-Id: I2218742b2824c8328823051bde32422e56784e90 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit c4db06b2254e075af242965bec70a9b4c0c0ba38)
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/build.sh b/build.sh
index a06c22305..5056493bb 100644
--- a/build.sh
+++ b/build.sh
@@ -11,13 +11,7 @@ docker/benchmarking \
docker/vnf \
docker/smoke-cntt \
docker/benchmarking-cntt"}
-arm_dirs=${arm_dirs-"\
-docker/core \
-docker/healthcheck \
-docker/smoke \
-docker/benchmarking \
-docker/smoke-cntt \
-docker/benchmarking-cntt"}
+arm_dirs=${arm_dirs-${amd64_dirs}}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")