project-config/jenkins/jobs/zuul.yaml
Andreas Jaeger ab35650306 Use job-template for publishing to ci.openstack.org
Merge the various publishing jobs into a job template. The only
difference between them was the target and that the system-config one
used zuul_swift_upload_console_log.

The template now uses zuul_swift_upload_console_log for all the jobs.

The jobs using the template are now named "{name}-ci-docs" and needed to
be added to the jjb project and renamed in the zuul layout file.

Change-Id: I8772508ec9da4ba4b7d3bc37f85d260f80e836bc
2014-11-28 11:38:56 +01:00

33 lines
525 B
YAML

- job:
name: 'dev-zuul-coverage'
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- coverage
publishers:
- coverage-log
- console-log
- job:
name: 'periodic-test'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- revoke-sudo
- branch-git-prep:
branch: master
- python27
publishers:
- test-results
- console-log
node: 'bare-precise || bare-trusty'