Allow check and verify as CI_LOOP values 33/54533/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 27 Mar 2018 21:12:23 +0000 (23:12 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 27 Mar 2018 21:18:22 +0000 (23:18 +0200)
It's required by the new promotion model [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/54501/

Change-Id: Ie12aae1c24e05a61b2afd5bbf92a97f2c71fd395
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/healthcheck/testcases.yaml
functest/ci/testcases.yaml

index b631e84..3f646f2 100644 (file)
@@ -3,7 +3,7 @@ tiers:
     -
         name: healthcheck
         order: 0
-        ci_loop: '(daily)|(weekly)'
+        ci_loop: '(merge)|(verify)|(daily)|(weekly)'
         description: >-
             First tier to be executed to verify the basic
             operations in the VIM.
index fe6bb16..7b866e7 100644 (file)
@@ -3,7 +3,7 @@ tiers:
     -
         name: healthcheck
         order: 0
-        ci_loop: '(daily)|(weekly)'
+        ci_loop: '(merge)|(verify)|(daily)|(weekly)'
         description: >-
             First tier to be executed to verify the basic
             operations in the VIM.