Add pod info in the job's name
[releng.git] / jjb / qtip / qtip-experimental-jobs.yml
index 05445d8..103069f 100644 (file)
@@ -1,3 +1,4 @@
+---
 ###########################################
 # Experimental jobs for development purpose
 ###########################################
@@ -6,39 +7,47 @@
     name: qtip-experimental-jobs
     project: qtip
     jobs:
-        - 'qtip-experimental-{stream}'
+      - 'qtip-experimental-{pod}-{stream}'
     stream:
-        - master:
-            branch: '{stream}'
-            gs-pathname: ''
-            disabled: false
+      - master:
+          branch: '{stream}'
+          gs-pathname: ''
+          disabled: false
+      - euphrates:
+          branch: 'stable/{stream}'
+          gs-pathname: '/{stream}'
+          disabled: false
+
+    pod:
+      - zte-virtual6:
+          installer: fuel
+          pod: zte-virtual6
 
 ################################
 ## job templates
 #################################
 
 - job-template:
-    name: 'qtip-experimental-{stream}'
+    name: 'qtip-experimental-{pod}-{stream}'
 
     disabled: '{obj:disabled}'
 
     parameters:
-        - project-parameter:
-            project: '{project}'
-            branch: '{branch}'
-        # Pin the tests on zte-pod4 with apex deployment
-        - apex-defaults
-        - zte-pod4-defaults
+      - project-parameter:
+          project: '{project}'
+          branch: '{branch}'
+      - '{installer}-defaults'
+      - '{pod}-defaults'
     scm:
-        - git-scm-gerrit
+      - git-scm-gerrit
 
     triggers:
-        - experimental:
-            project: '{project}'
-            branch: '{branch}'
-            files: '**'
+      - experimental:
+          project: '{project}'
+          branch: '{branch}'
+          files: '**'
 
     builders:
-        - shell: |
-             #!/bin/bash
-                source tests/ci/experimental.sh
+      - shell: |
+           #!/bin/bash
+              source tests/ci/experimental.sh