Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / jjb / packaging / packaging-puppet.yaml
index 3752bd0f819e2c1114bab67624483f8cba2fa264..fa197372dce3b9cf4fb760ea10c13b062cdc8eff 100644 (file)
@@ -4,26 +4,26 @@
     project-name: packaging-puppet
 
     jobs:
-      - '{project-name}-test-sanity-{stream}'
-      - '{project-name}-test-full-{stream}'
+      - "{project-name}-test-sanity-{stream}"
+      - "{project-name}-test-full-{stream}"
       - gerrit-tox-verify
 
-    project: 'integration/packaging/puppet-opendaylight'
+    project: "integration/packaging/puppet-opendaylight"
 
     stream:
       - master:
-          branch: 'master'
+          branch: "master"
       - fluorine:
-          branch: 'stable/fluorine'
+          branch: "stable/fluorine"
 
 - job-template:
-    name: '{project-name}-test-sanity-{stream}'
+    name: "{project-name}-test-sanity-{stream}"
 
     node: centos7-docker-1c-4g
     disable-job: false
 
     project-type: freestyle
-    disabled: '{disable-job}'
+    disabled: "{disable-job}"
 
     properties:
       - opendaylight-infra-properties:
 
     parameters:
       - opendaylight-infra-parameters:
-          os-cloud: '{os-cloud}'
-          project: '{project}'
-          branch: '{branch}'
-          refspec: 'refs/heads/{branch}'
-          artifacts: '{archive-artifacts}'
+          os-cloud: "{os-cloud}"
+          project: "{project}"
+          branch: "{branch}"
+          refspec: "refs/heads/{branch}"
+          artifacts: "{archive-artifacts}"
       - string:
           name: TEST_SUITE
-          default: 'sanity'
-          description: 'Set of tests to execute, Rakefile task'
+          default: "sanity"
+          description: "Set of tests to execute, Rakefile task"
 
     scm:
       - integration-gerrit-scm:
-          basedir: '{project-name}'
-          refspec: '$GERRIT_REFSPEC'
-          branch: '{branch}'
+          basedir: "{project-name}"
+          refspec: "$GERRIT_REFSPEC"
+          branch: "{branch}"
 
     wrappers:
       - opendaylight-infra-wrappers:
-          build-timeout: '{build-timeout}'
+          build-timeout: "{build-timeout}"
 
     builders:
       - shell: !include-raw: test-puppet.sh
 
     triggers:
-      - timed: '@monthly'
+      - timed: "@monthly"
       - gerrit-trigger-patch-submitted:
-          gerrit-server-name: '{gerrit-server-name}'
-          project: '{project}'
-          branch: '{branch}'
-          files: '**'
-          forbidden-files: ''
+          gerrit-server-name: "{gerrit-server-name}"
+          project: "{project}"
+          branch: "{branch}"
+          files: "**"
+          forbidden-files: ""
 
     publishers:
       - lf-infra-publish
 
 - job-template:
-    name: '{project-name}-test-full-{stream}'
+    name: "{project-name}-test-full-{stream}"
 
     node: centos7-docker-1c-4g
     disable-job: false
 
     project-type: freestyle
-    disabled: '{disable-job}'
+    disabled: "{disable-job}"
 
     properties:
       - opendaylight-infra-properties:
 
     parameters:
       - opendaylight-infra-parameters:
-          os-cloud: '{os-cloud}'
-          project: '{project}'
-          branch: '{branch}'
-          refspec: 'refs/heads/{branch}'
-          artifacts: '{archive-artifacts}'
+          os-cloud: "{os-cloud}"
+          project: "{project}"
+          branch: "{branch}"
+          refspec: "refs/heads/{branch}"
+          artifacts: "{archive-artifacts}"
       - string:
           name: TEST_SUITE
-          default: 'acceptance_dock'
-          description: 'Set of tests to execute, Rakefile task'
+          default: "acceptance_dock"
+          description: "Set of tests to execute, Rakefile task"
 
     scm:
       - integration-gerrit-scm:
-          basedir: '{project-name}'
-          refspec: '$GERRIT_REFSPEC'
-          branch: '{branch}'
+          basedir: "{project-name}"
+          refspec: "$GERRIT_REFSPEC"
+          branch: "{branch}"
 
     wrappers:
       - opendaylight-infra-wrappers:
-          build-timeout: '{build-timeout}'
+          build-timeout: "{build-timeout}"
 
     builders:
       - shell: !include-raw: test-puppet.sh
 
     triggers:
-      - timed: '@weekly'
+      - timed: "@weekly"
       - gerrit:
-          server-name: '{gerrit-server-name}'
+          server-name: "{gerrit-server-name}"
           trigger-on:
             - comment-added-contains-event:
-                comment-contains-value: 'puppet-test-full'
+                comment-contains-value: "puppet-test-full"
           projects:
-            - project-compare-type: 'ANT'
-              project-pattern: '{project}'
+            - project-compare-type: "ANT"
+              project-pattern: "{project}"
               branches:
-                - branch-compare-type: 'ANT'
-                  branch-pattern: '**/{branch}'
+                - branch-compare-type: "ANT"
+                  branch-pattern: "**/{branch}"
 
     publishers:
       - lf-infra-publish