diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-25 08:57:06 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2021-02-25 08:57:06 +0100 |
commit | 551c1fe6561a87ae53c5eca837570587eb6e5093 (patch) | |
tree | b9b94333be595d585125f4c75c5ffa17343e5b7c /jjb | |
parent | 1a588ff1878bdab810dc04ea7a9f6888e25bccb7 (diff) |
[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 <christophe.closset@intl.att.com>
Change-Id: I55e44edc8f1c7c1ebf4e600e86b50d7de91d3267
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/sdc/sdc-csit.yaml | 5 | ||||
-rw-r--r-- | jjb/sdc/sdc.yaml | 5 |
2 files changed, 0 insertions, 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 |