Add console log copying to all jobs.

Change-Id: I46156c36b619a098b8a3f9c6d156ef2fae4e2c52
Reviewed-on: https://review.openstack.org/11683
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-08-20 17:49:58 -07:00 committed by Jenkins
parent 8394406bf1
commit 16288858be
11 changed files with 121 additions and 8 deletions

View File

@ -21,6 +21,9 @@
- gerrit-git-prep - gerrit-git-prep
- python26-essex - python26-essex
publishers:
- console-log
# >= precise does not have python2.6 # >= precise does not have python2.6
node: oneiric node: oneiric
@ -48,4 +51,7 @@
- gerrit-git-prep - gerrit-git-prep
- python27-essex - python27-essex
publishers:
- console-log
node: oneiric node: oneiric

View File

@ -59,6 +59,16 @@
publishers: publishers:
- archive: - archive:
artifacts: logs/* artifacts: logs/*
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
source: 'logs/*'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
- trigger-parameterized-builds: - trigger-parameterized-builds:
- project: devstack-update-complete - project: devstack-update-complete
when: complete when: complete
@ -128,6 +138,16 @@
publishers: publishers:
- archive: - archive:
artifacts: logs/* artifacts: logs/*
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
source: 'logs/*'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
- trigger-parameterized-builds: - trigger-parameterized-builds:
- project: devstack-update-complete - project: devstack-update-complete
when: complete when: complete
@ -192,6 +212,16 @@
publishers: publishers:
- archive: - archive:
artifacts: logs/* artifacts: logs/*
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
source: 'logs/*'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
- trigger-parameterized-builds: - trigger-parameterized-builds:
- project: devstack-update-complete - project: devstack-update-complete
when: complete when: complete
@ -256,6 +286,16 @@
publishers: publishers:
- archive: - archive:
artifacts: logs/* artifacts: logs/*
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
source: 'logs/*'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
- trigger-parameterized-builds: - trigger-parameterized-builds:
- project: devstack-update-complete - project: devstack-update-complete
when: complete when: complete

View File

@ -30,6 +30,7 @@
site: 'nova.openstack.org' site: 'nova.openstack.org'
warfile: 'gerrit-war/target/gerrit*.war' warfile: 'gerrit-war/target/gerrit*.war'
target: 'tarballs/ci/test/' target: 'tarballs/ci/test/'
- console-log
- job: - job:
@ -59,6 +60,8 @@
postbuilders: postbuilders:
- gerrit-postrun - gerrit-postrun
publishers:
- console-log
- job: - job:
name: gerrit-package name: gerrit-package
@ -92,3 +95,4 @@
site: 'nova.openstack.org' site: 'nova.openstack.org'
warfile: 'gerrit-war/target/gerrit*.war' warfile: 'gerrit-war/target/gerrit*.war'
target: 'tarballs/ci/' target: 'tarballs/ci/'
- console-log

View File

@ -21,3 +21,6 @@
builders: builders:
- gerrit-git-prep - gerrit-git-prep
- selenium - selenium
publishers:
- console-log

View File

@ -107,8 +107,9 @@
artifacts: 'dist/*.tar.gz' artifacts: 'dist/*.tar.gz'
- scp: - scp:
site: '{site}' site: '{site}'
source: 'dist/*.tar.gz' files:
target: 'tarballs/{project}/' - target: 'tarballs/{project}/'
source: 'dist/*.tar.gz'
- publisher: - publisher:
name: war name: war
@ -117,8 +118,9 @@
artifacts: '{warfile}' artifacts: '{warfile}'
- scp: - scp:
site: '{site}' site: '{site}'
source: '{warfile}' files:
target: '{target}' - target: '{target}'
source: '{warfile}'
- publisher: - publisher:
name: pep8 name: pep8
@ -139,3 +141,24 @@
max: 1 max: 1
unstable: 1 unstable: 1
pattern: '**/pylint.txt' pattern: '**/pylint.txt'
- publisher:
name: console-log
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
- publisher:
name: console-log-periodic
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true

View File

@ -16,3 +16,6 @@
- gerrit-git-prep - gerrit-git-prep
- puppet-syntax - puppet-syntax
- pyflakes - pyflakes
publishers:
- console-log

View File

@ -30,6 +30,7 @@
target: 'developer/{name}' target: 'developer/{name}'
remove-prefix: 'doc/build/html' remove-prefix: 'doc/build/html'
excludes: '' excludes: ''
- console-log
- job-template: - job-template:
@ -62,6 +63,7 @@
- tarball: - tarball:
project: '{name}' project: '{name}'
site: '{tarball-publisher-site}' site: '{tarball-publisher-site}'
- console-log
- job-group: - job-group:

View File

@ -33,6 +33,7 @@
- tarball: - tarball:
project: '{name}' project: '{name}'
site: '{tarball-publisher-site}' site: '{tarball-publisher-site}'
- console-log
- job-template: - job-template:
@ -58,6 +59,7 @@
- tarball: - tarball:
project: '{name}' project: '{name}'
site: '{tarball-publisher-site}' site: '{tarball-publisher-site}'
- console-log
- job-group: - job-group:

View File

@ -20,6 +20,9 @@
builders: builders:
- python26 - python26
publishers:
- console-log-periodic
scm: scm:
- git: - git:
url: 'git://github.com/{github-org}/{name}.git' url: 'git://github.com/{github-org}/{name}.git'
@ -52,6 +55,9 @@
builders: builders:
- python27 - python27
publishers:
- console-log-periodic
scm: scm:
- git: - git:
url: 'git://github.com/{github-org}/{name}.git' url: 'git://github.com/{github-org}/{name}.git'
@ -83,6 +89,9 @@
builders: builders:
- docs - docs
publishers:
- console-log-periodic
scm: scm:
- git: - git:
url: 'git://github.com/{github-org}/{name}.git' url: 'git://github.com/{github-org}/{name}.git'

View File

@ -22,7 +22,8 @@
- coverage - coverage
publishers: publishers:
- coverage - coverage
- console-log
node: '{node}' node: '{node}'
@ -52,6 +53,7 @@
publishers: publishers:
- pep8 - pep8
- console-log
node: '{node}' node: '{node}'
@ -81,6 +83,7 @@
publishers: publishers:
- pylint - pylint
- console-log
node: '{node}' node: '{node}'
@ -108,6 +111,9 @@
- gerrit-git-prep - gerrit-git-prep
- python26 - python26
publishers:
- console-log
# >= precise does not have python2.6 # >= precise does not have python2.6
node: oneiric node: oneiric
@ -141,6 +147,9 @@
- gerrit-git-prep - gerrit-git-prep
- python27 - python27
publishers:
- console-log
node: '{node}' node: '{node}'
@ -166,6 +175,9 @@
builders: builders:
- gerrit-git-prep - gerrit-git-prep
publishers:
- console-log
node: '{node}' node: '{node}'
@ -192,6 +204,9 @@
- gerrit-git-prep - gerrit-git-prep
- docs - docs
publishers:
- console-log
node: '{node}' node: '{node}'
@ -220,6 +235,9 @@
- gerrit-git-prep - gerrit-git-prep
- pyflakes - pyflakes
publishers:
- console-log
- job-group: - job-group:
name: python-jobs name: python-jobs
@ -231,3 +249,4 @@
- 'gate-{name}-python27' - 'gate-{name}-python27'
- 'gate-{name}-docs' - 'gate-{name}-docs'
# pyflakes isn't standard # pyflakes isn't standard
# pylint isn't standard

View File

@ -27,6 +27,8 @@
publishers: publishers:
- scp: - scp:
site: '173.203.107.207' site: '173.203.107.207'
source: 'doc/build/html/**/*' files:
target: 'ci/zuul' - target: 'ci/zuul'
keep-hierarchy: true source: 'doc/build/html/**/*'
keep-hierarchy: true
- console-log