[QTIP] Add a new variable "SUT" in project
[releng.git] / jjb / qtip / qtip-validate-jobs.yml
index cd77d0a..282cb93 100644 (file)
     qpi:
       - compute:
           installer: apex
-          pod: zte-pod4
+          pod: zte-virtual5
           <<: *master
       - storage:
           installer: apex
-          pod: zte-pod4
+          pod: zte-virtual5
           <<: *master
       - compute:
-          installer: apex
-          pod: zte-pod4
-          <<: *euphrates
-      - storage:
-          installer: apex
-          pod: zte-pod4
-          <<: *euphrates
+          installer: fuel
+          pod: zte-virtual6
+          <<: *master
+
+    # -------------------------------
+    # SYSTEM UNDER TEST
+    # -------------------------------
+    sut:
+      - 'host'
+      - 'vnf'
 
     # -------------------------------
     # JOB LIST
     # -------------------------------
     jobs:
-      - 'qtip-{qpi}-{installer}-{stream}'
+      - 'qtip-{qpi}-{sut}-{installer}-{pod}-{stream}'
 
 ################################
 # job templates
 ################################
 - job-template:
-    name: 'qtip-{qpi}-{installer}-{stream}'
+    name: 'qtip-{qpi}-{sut}-{installer}-{pod}-{stream}'
     disabled: false
 
     parameters:
       - string:
           name: OPNFV_RELEASE
           default: '{stream}'
+      - string:
+          name: SUT
+          default: '{sut}'
     scm:
       - git-scm
 
     wrappers:
       - timeout:
-          elastic-percentage: 150
-          elastic-default-timeout: 30
+          timeout: 30
           abort: true
-          type: elastic
       - timestamps
 
     triggers: