Put new CI job into production 33/8433/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 13 Feb 2017 20:57:52 +0000 (21:57 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 13 Feb 2017 20:57:52 +0000 (21:57 +0100)
Change-Id: I226d0b21dcec52251ad07ecb60ba8e67e6d3f1f6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-AGL-verify/.gitignore [new file with mode: 0644]
jjb/ci-AGL-verify/ci-platform-jjb.yaml [moved from jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml with 85% similarity]

diff --git a/jjb/ci-AGL-verify/.gitignore b/jjb/ci-AGL-verify/.gitignore
new file mode 100644 (file)
index 0000000..7856d0a
--- /dev/null
@@ -0,0 +1 @@
+ATTIC/
similarity index 85%
rename from jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml
rename to jjb/ci-AGL-verify/ci-platform-jjb.yaml
index 288456e..2163181 100644 (file)
@@ -1,5 +1,5 @@
 - project:
-    name: sandbox-ci
+    name: ci-platform-AGL
     machine:
         - porter-nogfx
         - raspberrypi3
         - AGL-repo
         - meta-renesas
     jobs:
-        - sandbox-{project}-verify
-        - sandbox-{project}-verify-CIB-{machine}
-        - sandbox-{project}-verify-CIB-finish
-        - sandbox-{project}-verify-CIBT-{machine}
-        - sandbox-{project}-verify-CIBT-finish
+        - ci-platform-{project}-verify
+        - ci-platform-{project}-verify-CIB-{machine}
+        - ci-platform-{project}-verify-CIB-finish
+        - ci-platform-{project}-verify-CIBT-{machine}
+        - ci-platform-{project}-verify-CIBT-finish
 
 #
 # -verify  = trigger from gerrit and control job
 ################################################
 
 - job-template:
-    name: 'sandbox-{project}-verify'
+    name: 'ci-platform-{project}-verify'
     project-type: multijob
     concurrent: true
     node: control-slave
           name: CIB-{project}
           condition: COMPLETED
           projects:
-            - name: 'sandbox-{project}-verify-CIB-porter-nogfx'
+            - name: 'ci-platform-{project}-verify-CIB-porter-nogfx'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIB-intel-corei7-64'
+            - name: 'ci-platform-{project}-verify-CIB-intel-corei7-64'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIB-raspberrypi3'
+            - name: 'ci-platform-{project}-verify-CIB-raspberrypi3'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIB-dra7xx-evm'
+            - name: 'ci-platform-{project}-verify-CIB-dra7xx-evm'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIB-qemux86-64'
+            - name: 'ci-platform-{project}-verify-CIB-qemux86-64'
               current-parameters: true
       - multijob:
           name: CIB-{project}-finish
           condition: COMPLETED
           projects:
-            - name: 'sandbox-{project}-verify-CIB-finish'
+            - name: 'ci-platform-{project}-verify-CIB-finish'
               current-parameters: true
       - multijob:
           name: CIBT-{project}
           condition: COMPLETED
           projects:
-            - name: 'sandbox-{project}-verify-CIBT-porter-nogfx'
+            - name: 'ci-platform-{project}-verify-CIBT-porter-nogfx'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIBT-intel-corei7-64'
+            - name: 'ci-platform-{project}-verify-CIBT-intel-corei7-64'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIBT-raspberrypi3'
+            - name: 'ci-platform-{project}-verify-CIBT-raspberrypi3'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIBT-dra7xx-evm'
+            - name: 'ci-platform-{project}-verify-CIBT-dra7xx-evm'
               current-parameters: true
-            - name: 'sandbox-{project}-verify-CIBT-qemux86-64'
+            - name: 'ci-platform-{project}-verify-CIBT-qemux86-64'
               current-parameters: true
       - multijob:
           name: 'CIBT-{project}-finish'
           condition: COMPLETED
           projects:
-            - name: 'sandbox-{project}-verify-CIBT-finish'
+            - name: 'ci-platform-{project}-verify-CIBT-finish'
               current-parameters: true
 
 #    publishers:
 ###############
 
 - job-template:
-    name: 'sandbox-{project}-verify-CIB-{machine}'
+    name: 'ci-platform-{project}-verify-CIB-{machine}'
     project-type: freestyle
     concurrent: true
     node: agl-test-slave
 ############
 
 - job-template:
-    name: 'sandbox-{project}-verify-CIB-finish'
+    name: 'ci-platform-{project}-verify-CIB-finish'
     project-type: freestyle
     concurrent: true
     node: control-slave
 ############################
 
 - job-template:
-    name: 'sandbox-{project}-verify-CIBT-{machine}'
+    name: 'ci-platform-{project}-verify-CIBT-{machine}'
     project-type: freestyle
     concurrent: true
     node: agl-test-slave
 ################
 
 - job-template:
-    name: 'sandbox-{project}-verify-CIBT-finish'
+    name: 'ci-platform-{project}-verify-CIBT-finish'
     project-type: freestyle
     concurrent: true
     node: control-slave