Update python-bitrot-jobs; remove periodic macros
Sync the builder and publisher configuration from python-jobs to pythot-bitrot-jobs (as much as possible). Remove unneeded macros related to periodic jobs. Change-Id: Ib66ebe63269c1a42f29fdcb21e49ebd42673a8c8
This commit is contained in:
parent
edc6d1496a
commit
4cac7ec6ec
@ -218,11 +218,8 @@
|
|||||||
builders:
|
builders:
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if test "$LOG_PATH" ; then
|
|
||||||
echo "Detailed logs: http://logs.openstack.org/$LOG_PATH/"
|
echo "Detailed logs: http://logs.openstack.org/$LOG_PATH/"
|
||||||
else
|
|
||||||
echo "Detailed logs: http://logs.openstack.org/periodic/$JOB_NAME/$NODE_NAME/$BUILD_NUMBER/"
|
|
||||||
fi
|
|
||||||
|
|
||||||
- builder:
|
- builder:
|
||||||
name: update-pypi-mirror
|
name: update-pypi-mirror
|
||||||
@ -268,15 +265,6 @@
|
|||||||
copy-console: true
|
copy-console: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
|
||||||
- publisher:
|
|
||||||
name: console-log-periodic
|
|
||||||
publishers:
|
|
||||||
- scp:
|
|
||||||
site: 'static.openstack.org'
|
|
||||||
files:
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$NODE_NAME/$BUILD_NUMBER'
|
|
||||||
copy-console: true
|
|
||||||
copy-after-failure: true
|
|
||||||
|
|
||||||
- publisher:
|
- publisher:
|
||||||
name: devstack-logs
|
name: devstack-logs
|
||||||
@ -297,24 +285,6 @@
|
|||||||
keep-hierarchy: false
|
keep-hierarchy: false
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
|
||||||
- publisher:
|
|
||||||
name: devstack-logs-periodic
|
|
||||||
publishers:
|
|
||||||
- scp:
|
|
||||||
site: 'static.openstack.org'
|
|
||||||
files:
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$NODE_NAME/$BUILD_NUMBER'
|
|
||||||
source: 'logs/**'
|
|
||||||
keep-hierarchy: true
|
|
||||||
copy-after-failure: true
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$NODE_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/testr_results.html.gz'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$NODE_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/subunit_log.txt.gz'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
|
|
||||||
- publisher:
|
- publisher:
|
||||||
name: coverage-log
|
name: coverage-log
|
||||||
|
@ -11,16 +11,11 @@
|
|||||||
- python26:
|
- python26:
|
||||||
github-org: '{github-org}'
|
github-org: '{github-org}'
|
||||||
project: '{name}'
|
project: '{name}'
|
||||||
|
- assert-no-extra-files
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- scp:
|
- test-results
|
||||||
site: 'static.openstack.org'
|
- console-log
|
||||||
files:
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/*nose_results.html'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
- console-log-periodic
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
- git:
|
- git:
|
||||||
@ -44,16 +39,11 @@
|
|||||||
- python27:
|
- python27:
|
||||||
github-org: '{github-org}'
|
github-org: '{github-org}'
|
||||||
project: '{name}'
|
project: '{name}'
|
||||||
|
- assert-no-extra-files
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- scp:
|
- test-results
|
||||||
site: 'static.openstack.org'
|
- console-log
|
||||||
files:
|
|
||||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
|
||||||
source: '**/*nose_results.html'
|
|
||||||
keep-hierarchy: false
|
|
||||||
copy-after-failure: true
|
|
||||||
- console-log-periodic
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
- git:
|
- git:
|
||||||
@ -79,7 +69,7 @@
|
|||||||
project: '{name}'
|
project: '{name}'
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log-periodic
|
- console-log
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
- git:
|
- git:
|
||||||
|
Loading…
Reference in New Issue
Block a user