[CICD] Fix versions trigger point 86/117786/1
authormorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 10:42:55 +0000 (11:42 +0100)
committermorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 10:46:58 +0000 (11:46 +0100)
DEPLOY_SCENARIO was not the right env var
We could either rename the DEPLOY_SCENARIO or
use the existing NONDE_NAM

I select the second option, all the nodes( =labs) with name
including the word weekly will be compatible with running the versions test.
Test in progress on weekly-master
This test was skipped when using DEPLOY_SCENARIO

Issue-ID: INT-1853

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I00de9e05bc79e0baf139abf4307d9a6e303e6031

security/docker/testcases.yaml

index ba7a8e9..bd5aea1 100644 (file)
@@ -81,6 +81,6 @@ tiers:
                     Check that Java and Python are available only in versions
                     recommended by SECCOM
                 dependencies:
-                    - DEPLOY_SCENARIO: 'weekly'
+                    - NODE_NAME: 'weekly'
                 run:
                     name: 'versions'