From: morganrol Date: Fri, 12 Feb 2021 10:42:55 +0000 (+0100) Subject: [CICD] Fix versions trigger point X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F117786%2F1;p=integration%2Fxtesting.git [CICD] Fix versions trigger point 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 Change-Id: I00de9e05bc79e0baf139abf4307d9a6e303e6031 --- diff --git a/security/docker/testcases.yaml b/security/docker/testcases.yaml index ba7a8e9..bd5aea1 100644 --- a/security/docker/testcases.yaml +++ b/security/docker/testcases.yaml @@ -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'