From c4db06b2254e075af242965bec70a9b4c0c0ba38 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 17 Aug 2020 11:06:04 +0200 Subject: Boot a VM to run juju MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 2a3603b1a..ab02bb2a5 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") -- cgit 1.2.3-korg