Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / jjb / packaging / packaging-ansible.yaml
index 329ec906d9f9618c05f1c3c69be3c5a832b41d76..9d48228b5c97dbb99eb55bc84a0749cb286ea297 100644 (file)
@@ -4,26 +4,26 @@
     project-name: packaging-ansible
 
     jobs:
-      - '{project-name}-test-rpm-{stream}'
-      - '{project-name}-test-deb-{stream}':
+      - "{project-name}-test-rpm-{stream}"
+      - "{project-name}-test-deb-{stream}":
           disable-job: true
       - gerrit-tox-verify
 
-    project: 'integration/packaging/ansible-opendaylight'
+    project: "integration/packaging/ansible-opendaylight"
 
     stream:
       - master:
-          branch: 'master'
+          branch: "master"
 
 - job-template:
-    name: '{project-name}-test-rpm-{stream}'
+    name: "{project-name}-test-rpm-{stream}"
 
     node: centos7-builder-2c-2g
     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}"
 
     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: setup-ansible-rpm.sh
       - shell: !include-raw: test-ansible-rpm-upgrade.sh
 
     triggers:
-      - timed: '@weekly'
+      - timed: "@weekly"
       - 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-deb-{stream}'
+    name: "{project-name}-test-deb-{stream}"
 
     node: ubuntu1604-mininet-ovs-25-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}"
 
     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: setup-ansible-deb.sh
       - shell: !include-raw: test-ansible-deb-custom-config.sh
 
     triggers:
-      - timed: '@weekly'
+      - timed: "@weekly"
       - 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