aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 10:56:23 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:27:50 +0200
commit4ef1169759eaeb39144ac7e2a3f814ea86af7a67 (patch)
treef67fc17b2043e360c4567cc725a93ae53bb5b44f /build.sh
parent22b978b7a3790ec393024152e0d8f2254635e81e (diff)
Remove Features containers
Most the features are stopped and Functest shouldn't host dead code. Functest is a framework (Docker and Python modules) which can be still reused by any third-party (OPNFV Feature or anything else) in its tree and CI. Change-Id: Ia8475ce295b2cdcddbfcfc5b17ea2ab9e51a8afb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index ec5f06544..eff3f6b6d 100644
--- a/build.sh
+++ b/build.sh
@@ -9,15 +9,13 @@ docker/tempest \
docker/healthcheck \
docker/smoke \
docker/benchmarking \
-docker/features \
docker/vnf"}
arm_dirs=${arm_dirs-"\
docker/core \
docker/tempest \
docker/healthcheck \
docker/smoke \
-docker/benchmarking \
-docker/features"}
+docker/benchmarking"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")