From: ChrisC Date: Thu, 25 Feb 2021 07:57:06 +0000 (+0100) Subject: [SDC] remove unsupported logs by archiver X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=551c1fe6561a87ae53c5eca837570587eb6e5093;p=ci-management.git [SDC] remove unsupported logs by archiver Seems like lftools does not support archiving files outside the jenkins workspace, got a couple of errorno 17, no time to debug this now so reverting to known good set of archive files Issue-ID: SDC-3465 Signed-off-by: ChrisC Change-Id: I55e44edc8f1c7c1ebf4e600e86b50d7de91d3267 --- diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index 40cf78ca8..09194f358 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -12,14 +12,9 @@ **/hs_err_*.log **/target/**/feature.xml **/target/failsafe-reports/failsafe-summary.xml - **/target/surefire-reports/*-output.txt integration-tests/target/ExtentReport/API/*.html integration-tests/target/ExtentReport/UI/*.html integration-tests/target/ExtentReport/UI/screenshots/*.png - /tmp/sdc-integration-tests/*.log* - /tmp/sdc-integration-tests/SDC/ONBOARDING-BE/*.log - /tmp/sdc-integration-tests/SDC/SDC-BE/*.log - /tmp/sdc-integration-tests/SDC/SDC-FE/*.log project-name: 'sdc-integration-tests' # project name in gerrit project: 'sdc' diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 1d814029b..b86fad4ef 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -43,14 +43,9 @@ **/hs_err_*.log **/target/**/feature.xml **/target/failsafe-reports/failsafe-summary.xml - **/target/surefire-reports/*-output.txt integration-tests/target/ExtentReport/API/*.html integration-tests/target/ExtentReport/UI/*.html integration-tests/target/ExtentReport/UI/screenshots/*.png - /tmp/sdc-integration-tests/*.log* - /tmp/sdc-integration-tests/SDC/ONBOARDING-BE/*.log - /tmp/sdc-integration-tests/SDC/SDC-BE/*.log - /tmp/sdc-integration-tests/SDC/SDC-FE/*.log - gerrit-maven-stage: build-timeout: 90 sign-artifacts: true