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:
|
||||
- archive:
|
||||
artifacts: logs/*
|
||||
- junit:
|
||||
results: '**/nosetests*.xml'
|
||||
- trigger_parameterized_builds:
|
||||
- project: devstack-update-complete
|
||||
when: complete
|
||||
|
@ -47,10 +47,6 @@ builders:
|
||||
- gerrit_git_prep
|
||||
- selenium
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'false'
|
||||
|
||||
|
@ -24,10 +24,6 @@ triggers:
|
||||
builders:
|
||||
- python26
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
branches:
|
||||
@ -63,10 +59,6 @@ triggers:
|
||||
builders:
|
||||
- python27
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
branches:
|
||||
|
@ -97,10 +97,6 @@ builders:
|
||||
- gerrit_git_prep
|
||||
- python26
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'false'
|
||||
|
||||
@ -141,10 +137,6 @@ builders:
|
||||
- gerrit_git_prep
|
||||
- python27
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'false'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user