project-config/jenkins/jobs/openstack-ansible-jobs.yaml
Ian Cordasco 08cfe7ece0 Rename stackforge/os-ansible-deployment{,specs}
In Id3f6175fcdd4a21019eabca56cd337145ff9c2b0 os-ansible-deployment moved
into the openstack namespace and was renamed to
openstack/openstack-ansible. It's specs repository will also be renamed
to openstack/openstack-ansible-specs.

This also switches the publishing of documentation from readthedocs to
docs.openstack.org and includes both doc and spec publishing.

Change-Id: I10588f1118f21793ef9a1a647184cf2e8de07260
2015-09-11 16:33:02 -04:00

33 lines
542 B
YAML

- job-template:
name: 'gate-{name}-lint'
node: '{node}'
wrappers:
- build-timeout:
timeout: 5
- timestamps
builders:
- gerrit-git-prep
- ansible-check-lint
publishers:
- console-log
- job-template:
name: 'gate-{name}-dsvm-commit{branch-designator}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- gerrit-git-prep
- ansible-check-commit
publishers:
- console-log
- devstack-logs