Remove obsolete TestNG JJB templates
- remove testng CSIT templates that are not used now and should not be
used by any CSIT project in the future (SDC is running these now
differently from its own project as part of maven build)
- clean up the currently disabled SDC CSIT just in case:
- remove references to testng CSIT templates
- remove CSIT trigger jobs
Issue-ID: CIMAN-393
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I763dd147e3e8a9f1de2b859472ac73f4924652d1
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
index 4eb6804..51654c5 100644
--- a/jjb/sdc/sdc-csit.yaml
+++ b/jjb/sdc/sdc-csit.yaml
@@ -2,8 +2,8 @@
- project:
name: sdc-csit
jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}-testng'
- - '{project-name}-{stream}-csit-{functionality}-testng'
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
project-name: 'sdc'
disabled: true
recipients: 'ofir.sonsino@intl.att.com'
@@ -12,11 +12,11 @@
branch: 'master'
functionality:
- 'sanity':
- trigger_jobs: '{project-name}-{stream}-sdc-merge-java'
+ trigger_jobs:
- 'nightly':
- trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
+ trigger_jobs:
- 'uiSanity':
- trigger_jobs: '{project-name}-{stream}-docker-version-java-daily'
+ trigger_jobs:
robot-options: ''
branch: 'master'
html-dir: 'archives'