Take "disabled" value from variable for TestNG 09/113909/1
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Thu, 15 Oct 2020 09:37:40 +0000 (12:37 +0300)
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Thu, 15 Oct 2020 09:37:40 +0000 (12:37 +0300)
 - replace hardcoded "disabled: false" with variable value in TestNG
   CSIT templates
 - it remains to be analyzed if we should really support TestNG in
   the templates at all, but as long as SDC has those tests
   (as they still do), we can't remove them from the templates
Issue-ID: CIMAN-391
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: If43871ff563b3ead8666321ef4912ebfa9d252c1

jjb/integration/integration-templates-csit.yaml

index 40a6a93..b6568ae 100644 (file)
 
 - job-template:
     name: '{project-name}-{stream}-verify-csit-{functionality}-testng'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1804-docker-8c-8g'
 
 - job-template:
     name: '{project-name}-arm64-{stream}-verify-csit-{functionality}-testng'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1804-docker-arm64-4c-2g'
 
 - job-template:
     name: '{project-name}-{stream}-csit-{functionality}-testng'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1804-docker-8c-8g'
 
 - job-template:
     name: '{project-name}-arm64-{stream}-csit-{functionality}-testng'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1804-docker-arm64-4c-2g'