Remove functest-parser 75/58575/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 15 Jun 2018 06:49:53 +0000 (08:49 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 15 Jun 2018 06:49:53 +0000 (08:49 +0200)
Parser should be fixed and then added to functest-smoke.

Change-Id: I4f9e6fa736589b1ed01feae580df18c93de168cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-alpine.sh
jjb/functest/functest-docker.yaml

index 24a28c6..4340a0c 100755 (executable)
@@ -69,8 +69,6 @@ run_test() {
             FUNCTEST_IMAGE=${REPO}/functest-vnf:${DOCKER_TAG} ;;
         promise|doctor-notification|bgpvpn|functest-odl-sfc|domino-multinode|barometercollectd|fds)
             FUNCTEST_IMAGE=${REPO}/functest-features:${DOCKER_TAG} ;;
-        parser-basics)
-            FUNCTEST_IMAGE=${REPO}/functest-parser:${DOCKER_TAG} ;;
         *)
             echo "Unkown test case $test_name"
             exit 1
@@ -169,9 +167,9 @@ elif [ ${FUNCTEST_MODE} == 'tier' ]; then
     run_tiers ${tiers}
 else
     if [ ${DEPLOY_TYPE} == 'baremetal' ] && [ "${HOST_ARCH}" != "aarch64" ]; then
-        tiers=(healthcheck smoke features vnf parser)
+        tiers=(healthcheck smoke features vnf)
     else
-        tiers=(healthcheck smoke features parser)
+        tiers=(healthcheck smoke features)
     fi
     run_tiers ${tiers}
 fi
index 50c7c38..f7cf2d2 100644 (file)
       - 'smoke'
       - 'vnf'
 
+    exclude:
+      - stream: 'master'
+        image: 'parser'
+
     # settings for jobs run in multijob phases
     build-job-settings: &build-job-settings
       current-parameters: false