2012-09-05 11:20:05 -07:00
|
|
|
- job:
|
2014-09-25 13:15:59 -04:00
|
|
|
name: project-config-compare-xml
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2012-09-05 11:20:05 -07:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 13:59:21 -08:00
|
|
|
- revoke-sudo
|
2012-09-05 11:20:05 -07:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- shell: ./tools/run-compare-xml.sh
|
2012-09-05 11:20:05 -07:00
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2012-09-26 13:39:31 -07:00
|
|
|
|
2014-12-09 12:10:41 -08:00
|
|
|
- job:
|
|
|
|
name: project-config-gerrit
|
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: 'gerrit'
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- zuul-swift-upload-console-log
|
|
|
|
|
2014-03-04 17:30:58 -08:00
|
|
|
- job:
|
2014-09-25 13:15:59 -04:00
|
|
|
name: gate-project-config-irc-access
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2014-03-04 17:30:58 -08:00
|
|
|
|
|
|
|
builders:
|
2014-03-21 12:00:06 -07:00
|
|
|
- revoke-sudo
|
2014-03-04 17:30:58 -08:00
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: 'irc'
|
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2014-03-04 17:30:58 -08:00
|
|
|
|
2013-01-15 10:18:38 -08:00
|
|
|
- job:
|
2014-09-25 13:15:59 -04:00
|
|
|
name: gate-project-config-layout
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2013-01-15 10:18:38 -08:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 13:59:21 -08:00
|
|
|
- revoke-sudo
|
2013-01-15 10:18:38 -08:00
|
|
|
- gerrit-git-prep
|
2014-09-30 17:40:34 +02:00
|
|
|
- tox:
|
|
|
|
envlist: 'zuul'
|
2013-01-15 10:18:38 -08:00
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-01-15 10:18:38 -08:00
|
|
|
|
2014-10-03 19:51:02 +02:00
|
|
|
- job:
|
|
|
|
name: gate-project-config-jenkins-project
|
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: 'jenkins-project'
|
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-01-15 10:18:38 -08:00
|
|
|
|
2015-03-17 11:24:16 +11:00
|
|
|
- job:
|
|
|
|
name: gate-system-config-nodepool
|
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: 'nodepool'
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- zuul-swift-upload-console-log
|
|
|
|
|
2014-08-16 17:48:05 -07:00
|
|
|
- job:
|
2014-09-25 13:15:59 -04:00
|
|
|
name: gate-project-config-projects-yaml
|
2014-08-16 17:48:05 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: projects
|
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2014-08-27 11:28:38 -07:00
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: 'gate-infra-puppet-apply-{ostype}'
|
|
|
|
node: 'bare-{ostype}'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
2014-10-03 17:20:04 -04:00
|
|
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/system-config
|
|
|
|
cd openstack-infra/system-config
|
2014-08-27 11:28:38 -07:00
|
|
|
./tools/apply-test.sh
|
|
|
|
|
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2015-03-05 16:18:11 -08:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: propose-project-config-update
|
|
|
|
node: proposal
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
2015-03-10 11:57:22 -07:00
|
|
|
- branch-git-prep:
|
|
|
|
branch: master
|
2015-03-05 16:18:11 -08:00
|
|
|
- shell: ./tools/propose_projects_yaml_update.sh
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|