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

View File

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

View File

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

View File

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