From fa32effdc9dc4e7e8fa175e4ecd902ee2d3fb573 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 6 Apr 2018 07:41:09 +0000 Subject: [PATCH] Revert "Preserve Karaf logs in autorelease jobs" Preserving the logs by preserving the Pax Exam builds takes up too much disk space. We need to rethink this. This reverts commit 60372e420e94a4993ea9b5d523a603af10e481b3. Change-Id: I18eb61bcd5a904b02174d3c3e9519a1bff313758 Signed-off-by: Stephen Kitt --- jjb/autorelease/autorelease-templates.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/jjb/autorelease/autorelease-templates.yaml b/jjb/autorelease/autorelease-templates.yaml index b23a9124b..7f1d6b76c 100644 --- a/jjb/autorelease/autorelease-templates.yaml +++ b/jjb/autorelease/autorelease-templates.yaml @@ -153,7 +153,6 @@ $EXTRA_MVN_OPTS -Pintegrationtests,docs,repoBuild -Dcheckstyle.skip=true - -Dkaraf.keep.unpack=true -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage {opendaylight-infra-mvn-opts} java-opts: @@ -173,11 +172,6 @@ - shell: | mkdir -p archives/ cp *.log *.prop $_ - for file in $(find . -name karaf.log); do - module="${{file%%/target/*}}" - module="${{module##*/}}" - cp "$file" "archives/${{module}}-karaf.log" - done publishers: - opendaylight-infra-notify-status @@ -506,7 +500,6 @@ goals: | clean validate -Pq - -Dkaraf.keep.unpack=true {opendaylight-infra-mvn-opts} java-opts: - '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -517,11 +510,6 @@ - shell: | mkdir -p archives/ cp *.log $_ - for file in $(find . -name karaf.log); do - module="${{file%%/target/*}}" - module="${{module##*/}}" - cp "$file" "archives/${{module}}-karaf.log" - done publishers: - email-notification: -- 2.36.6