Joshua Hesketh 04816d1383 Upload other assets with irc ical publish
Collect the extra assets for debugging ical publish job.

Change-Id: I2a8de613049789122dc4c232a7bd05708e8909a9
2015-06-03 22:32:44 +10:00

160 lines
3.3 KiB
YAML

- job:
name: project-config-compare-xml
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- shell: ./tools/run-compare-xml.sh
publishers:
- zuul-swift-upload-console-log
- 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
- job:
name: gate-project-config-irc-access
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'irc'
publishers:
- zuul-swift-upload-console-log
- job:
name: gate-project-config-layout
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'zuul'
publishers:
- zuul-swift-upload-console-log
- job:
name: gate-project-config-jenkins-project
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'jenkins-project'
publishers:
- zuul-swift-upload-console-log
- 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
- job:
name: gate-project-config-projects-yaml
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: projects
publishers:
- zuul-swift-upload-console-log
- job-template:
name: 'gate-infra-puppet-apply-{ostype}'
node: 'bare-{ostype}'
builders:
- shell: |
#!/bin/bash -xe
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/system-config
cd openstack-infra/system-config
./tools/apply-test.sh
publishers:
- zuul-swift-upload-console-log
- job:
name: propose-project-config-update
node: proposal
builders:
- link-logs
- branch-git-prep:
branch: master
- shell: ./tools/propose_projects_yaml_update.sh
publishers:
- console-log
- job:
name: irc-meetings-publish
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'ical'
publishers:
- zuul-swift-upload-logs-with-console:
upload_source: 'output/*'
- scp:
site: 'eavesdrop.openstack.org'
files:
- target: '/'
source: 'output/*'
copy-after-failure: false
- job:
name: gate-irc-meetings-tox-ical
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: 'ical'
publishers:
- postbuildscript:
builders:
- shell: |
#!/bin/bash -x
# We don't want this file to conflict with the log index
if test -f output/index.html; then
mv output/index.html output/site-index.html
fi
- zuul-swift-upload-logs-with-console:
upload_source: 'output/*'