From 551c1fe6561a87ae53c5eca837570587eb6e5093 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Thu, 25 Feb 2021 08:57:06 +0100 Subject: [PATCH] [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 --- jjb/sdc/sdc-csit.yaml | 5 ----- jjb/sdc/sdc.yaml | 5 ----- 2 files changed, 10 deletions(-) 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 -- 2.16.6