From fab04093f7c2978c2e39e156b4843b8bf4760f50 Mon Sep 17 00:00:00 2001 From: morganrol Date: Fri, 12 Feb 2021 11:42:55 +0100 Subject: [PATCH] [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 --- security/docker/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.16.6