Merge "Remove topoprocessing from AR validate Oxygen"
[releng/builder.git] / jjb / packaging / puppet.yaml
index ce698b2a07c2cc91bdd9170d53b8c006b4af2ec7..07f92bad148bbd257a2955993e8212a6a0d9d49b 100644 (file)
     stream:
       - master:
           branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
       - carbon:
           branch: 'stable/carbon'
-      - boron:
-          branch: 'stable/boron'
 
 - job-template:
     name: '{project-name}-test-sanity-{stream}'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
+      - timed: '@weekly'
       - gerrit-trigger-patch-submitted:
           server: '{server-name}'
           project: '{project}'
           branch: '{branch}'
           files: '**'
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     name: '{project-name}-test-full-{stream}'
 
@@ -95,7 +99,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
       - timed: '@daily'
               branches:
                 - branch-compare-type: 'ANT'
                   branch-pattern: '**/{branch}'
-          skip-vote:
-            successful: true
-            failed: true
-            unstable: true
-            notbuilt: true
+
+    publishers:
+      - lf-infra-publish