Remove junit post-build action.
Addresses bug 1034130. Change-Id: I4ad0907fca32ab12f33f65a5de4783854e15c522 Reviewed-on: https://review.openstack.org/10991 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
4450b86d1f
commit
2f0c6fe10f
@ -159,8 +159,6 @@ builders:
|
|||||||
post_build_actions:
|
post_build_actions:
|
||||||
- archive:
|
- archive:
|
||||||
artifacts: logs/*
|
artifacts: logs/*
|
||||||
- junit:
|
|
||||||
results: '**/nosetests*.xml'
|
|
||||||
- trigger_parameterized_builds:
|
- trigger_parameterized_builds:
|
||||||
- project: devstack-update-complete
|
- project: devstack-update-complete
|
||||||
when: complete
|
when: complete
|
||||||
|
@ -47,10 +47,6 @@ builders:
|
|||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
- selenium
|
- selenium
|
||||||
|
|
||||||
post_build_actions:
|
|
||||||
- junit:
|
|
||||||
results: '**/nosetests.xml'
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'false'
|
scm: 'false'
|
||||||
|
|
||||||
|
@ -24,10 +24,6 @@ triggers:
|
|||||||
builders:
|
builders:
|
||||||
- python26
|
- python26
|
||||||
|
|
||||||
post_build_actions:
|
|
||||||
- junit:
|
|
||||||
results: '**/nosetests.xml'
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'true'
|
scm: 'true'
|
||||||
branches:
|
branches:
|
||||||
@ -63,10 +59,6 @@ triggers:
|
|||||||
builders:
|
builders:
|
||||||
- python27
|
- python27
|
||||||
|
|
||||||
post_build_actions:
|
|
||||||
- junit:
|
|
||||||
results: '**/nosetests.xml'
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'true'
|
scm: 'true'
|
||||||
branches:
|
branches:
|
||||||
|
@ -97,10 +97,6 @@ builders:
|
|||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
- python26
|
- python26
|
||||||
|
|
||||||
post_build_actions:
|
|
||||||
- junit:
|
|
||||||
results: '**/nosetests.xml'
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'false'
|
scm: 'false'
|
||||||
|
|
||||||
@ -141,10 +137,6 @@ builders:
|
|||||||
- gerrit_git_prep
|
- gerrit_git_prep
|
||||||
- python27
|
- python27
|
||||||
|
|
||||||
post_build_actions:
|
|
||||||
- junit:
|
|
||||||
results: '**/nosetests.xml'
|
|
||||||
|
|
||||||
scm:
|
scm:
|
||||||
scm: 'false'
|
scm: 'false'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user