Reduce Basic Job Duplication
[releng.git] / jjb / copper / copper.yml
index 47651b2..620aefd 100644 (file)
@@ -1,26 +1,8 @@
+---
 - project:
     name: copper
-    jobs:
-        - 'copper-test'
-
-    # stream:    branch with - in place of / (eg. stable-helium)
-    # branch:    branch (eg. stable/helium)
-    stream:
-        - master:
-            branch: 'master'
-
-    project: 'copper'
-    somevar: 'foo'
 
-- job-template:
-    name: copper-test
+    project: '{name}'
 
-    logrotate:
-        daysToKeep: 30
-        numToKeep: 10
-        artifactDaysToKeep: -1
-        artifactNumToKeep: -1
-
-    builders:
-        - shell: |
-            echo "Hello world from copper"
+    jobs:
+      - '{project}-verify-basic'