Remove unnecessary script runs in validate-autorelease 12/36012/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 9 Mar 2016 21:12:05 +0000 (16:12 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 9 Mar 2016 21:12:07 +0000 (16:12 -0500)
Removes processes that take up time in the validate-autorelease job that
isn't necessary, especially the archiving step which wastes a lot of
cycles but is not interesting in this job. Specifically:

 - taggig
 - dependency list
 - archiving

Change-Id: I1e878718d079a6f193493a193e783d4089824153
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb-templates/validate-autorelease.yaml

index 433ce4f0c4251c35ac6892e4f818d1c3027706fd..281122ba068c007051c0dbab357e7a6c1ee58cb2 100644 (file)
@@ -70,7 +70,6 @@
         - wipe-org-opendaylight-repo
         - jacoco-nojava-workaround
         - autorelease-checkout-gerrit-patch
-        - autorelease-generate-taglist
         - autorelease-generate-release-patches
         - maven-target:
             maven-version: '{mvn33}'
         post-step-run-condition: UNSTABLE
 
     postbuilders:
-        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-sys-stats
 
     publishers:
-        - archive-artifacts:
-            artifacts: '*.log'
         - email-notification:
             email-prefix: '[autorelease] [PROJECT_SHORTNAME]'