aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 18:24:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 20:20:48 +0100
commit1795e0a039ae18f8cc0a8fa052103c4fc9bfadc8 (patch)
treedf32d6c85f28e04624b0f5caf939b213b5b5eec8 /.travis.yml
parent3518c21fd094e0b82cff65f9bdf3cb964aa724e8 (diff)
Add functest-benchmarking-cntt
It configures Rally to verify the mandatory services asked by CNTT. It also prepares the next benchmarking (API and dataplane) KPIs. Change-Id: Ie8701ddfa1a497f8b1a6f839e6ff7a77849b618c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 92460cf5330c29eb483d903f3aa659cbad1d58b8)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ddef647e..ee75cc974 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -211,9 +211,32 @@ jobs:
- amd64_dirs=""
- arm64_dirs=""
- arm_dirs="docker/smoke-cntt"
+ - script: sudo -E bash build.sh
+ env:
+ - REPO="${DOCKER_USERNAME}"
+ - amd64_dirs="docker/benchmarking-cntt"
+ - arm64_dirs=""
+ - arm_dirs=""
+ - script: sudo -E bash build.sh
+ env:
+ - REPO="${DOCKER_USERNAME}"
+ - amd64_dirs=""
+ - arm64_dirs="docker/benchmarking-cntt"
+ - arm_dirs=""
+ - script: sudo -E bash build.sh
+ env:
+ - REPO="${DOCKER_USERNAME}"
+ - amd64_dirs=""
+ - arm64_dirs=""
+ - arm_dirs="docker/benchmarking-cntt"
- stage: publish all cntt manifests
script: >
sudo manifest-tool push from-args \
--platforms linux/amd64,linux/arm,linux/arm64 \
--template ${DOCKER_USERNAME}/functest-smoke-cntt:ARCH-hunter \
--target ${DOCKER_USERNAME}/functest-smoke-cntt:hunter
+ - script: >
+ sudo manifest-tool push from-args \
+ --platforms linux/amd64,linux/arm,linux/arm64 \
+ --template ${DOCKER_USERNAME}/functest-benchmarking-cntt:ARCH-hunter \
+ --target ${DOCKER_USERNAME}/functest-benchmarking-cntt:hunter