Let branch determine pup-odl tests to run
[releng/builder.git] / jjb / packaging / puppet.yaml
index 53b59d33a6fc75f5504c84f3e4132ef5b00c914b..5f5e046bce449286a38958a4974f6db8fd806bf6 100644 (file)
 
     triggers:
       - timed: '@daily'
+      - gerrit:
+          server-name: '{server-name}'
+          trigger-on:
+            - comment-added-contains-event:
+                comment-contains-value: 'puppet-test-full'
+          projects:
+            - project-compare-type: 'ANT'
+              project-pattern: '{project}'
+              branches:
+                - branch-compare-type: 'ANT'
+                  branch-pattern: '**/{branch}'
+          skip-vote:
+            successful: true
+            failed: true
+            unstable: true
+            notbuilt: true