[CICD] Set versions test for weekly chain only 24/117624/3
authormorganrol <morgan.richomme@orange.com>
Tue, 9 Feb 2021 07:47:33 +0000 (08:47 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 9 Feb 2021 12:50:55 +0000 (12:50 +0000)
So far, versions is triggered only in weekly because there are
2 branches master and weekly-master
as feature branches are evil, it is possible to keep only
one branch but the triggering criteria shall be declared at the test level

Issue-ID: INT-1853

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

security/docker/testcases.yaml

index 92b270d..ba7a8e9 100644 (file)
@@ -80,5 +80,7 @@ tiers:
                 description: >-
                     Check that Java and Python are available only in versions
                     recommended by SECCOM
+                dependencies:
+                    - DEPLOY_SCENARIO: 'weekly'
                 run:
                     name: 'versions'