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:
James E. Blair 2012-08-07 13:02:48 -07:00 committed by Jenkins
parent 4450b86d1f
commit 2f0c6fe10f
4 changed files with 0 additions and 22 deletions

View File

@ -159,8 +159,6 @@ builders:
post_build_actions:
- archive:
artifacts: logs/*
- junit:
results: '**/nosetests*.xml'
- trigger_parameterized_builds:
- project: devstack-update-complete
when: complete

View File

@ -47,10 +47,6 @@ builders:
- gerrit_git_prep
- selenium
post_build_actions:
- junit:
results: '**/nosetests.xml'
scm:
scm: 'false'

View File

@ -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:

View File

@ -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'