- job: name: gate-config-syntax node: quantal triggers: - zuul builders: - gerrit-git-prep - puppet-syntax - pyflakes: github-org: openstack-infra project: config publishers: - console-log - job: name: gate-config-lint node: quantal triggers: - zuul builders: - gerrit-git-prep - shell: "rake lint" publishers: - console-log - job: name: config-compare-xml node: quantal triggers: - zuul builders: - gerrit-git-prep - shell: "./tools/run-compare-xml.sh openstack-infra config" publishers: - console-log - job: name: gate-config-layout node: quantal triggers: - zuul builders: - gerrit-git-prep - shell: "./tools/run-layout.sh openstack-infra config" publishers: - console-log # This is a non-standard docs job because it uses SCP instead of FTP - job: name: ci-docs node: quantal triggers: - zuul-post builders: - gerrit-git-prep - docs: github-org: openstack-infra project: config publishers: - scp: site: '173.203.107.207' files: - target: 'ci' source: 'doc/build/html/**/*' keep-hierarchy: true - console-log-post