diff options
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 |