Jeremy Stanley 318c9c5021 Rename irc-meetings index.html in job logs
Having the uploaded artifact "index.html" conflict with the file
index served for logs can cause some very confusing results. Make
sure this does not happen.

Change-Id: I6e76eb4009344fbb266a3d2909887682c87131b5
2015-05-27 22:59:46 +00:00

158 lines
3.2 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-console-log
- 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/*'