diff options
author | morganrol <morgan.richomme@orange.com> | 2021-02-12 11:42:55 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-02-12 11:46:58 +0100 |
commit | fab04093f7c2978c2e39e156b4843b8bf4760f50 (patch) | |
tree | 5850d962a1895921c48aeb9a837b76b92bf3c5cb | |
parent | 239c2585708d1383f5d98bf2a754f3f389a93d8b (diff) |
[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 <morgan.richomme@orange.com>
Change-Id: I00de9e05bc79e0baf139abf4307d9a6e303e6031
-rw-r--r-- | security/docker/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |