summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2017-11-30 18:00:27 +0200
committerYuli Shlosberg <ys9693@att.com>2017-11-30 18:00:27 +0200
commit6edd8bacb09e8df0c78aed6c3aba503edcab7f17 (patch)
tree3fbd46cbdb97223410904e8b3604476e296df256 /jjb
parentfb2902a26435b94bdd94125e885fc2c86d4fe9ef (diff)
Update sdc jjb jobs
Add testNG plugin parameters to sdc jobs Change-Id: I8fca76611535ff9ec5646bd7f297c54fe0ba7164 Issue-ID: SDC-612 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration-templates-csit.yaml73
-rw-r--r--jjb/sdc/sdc-csit.yaml6
2 files changed, 77 insertions, 2 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index ccba91a2d..ac31050de 100644
--- a/jjb/integration/integration-templates-csit.yaml
+++ b/jjb/integration/integration-templates-csit.yaml
@@ -179,3 +179,76 @@
unstable-if: 0.0
pass-if: 100.0
- lf-infra-publish
+
+- job-template:
+ name: '{project-name}-{stream}-csit-{functionality}-testng'
+ disabled: false
+
+ project-type: freestyle
+ build-node: 'ubuntu1604-docker-8c-8g'
+ node: '{build-node}'
+
+ properties:
+ - lf-infra-properties:
+ project: 'integration'
+ build-days-to-keep: '{build-days-to-keep}'
+
+ parameters:
+ - infra-parameters:
+ project: 'integration'
+ branch: '{branch}'
+ refspec: 'refs/heads/{branch}'
+ artifacts: '{archive-artifacts}'
+ - integration-test-plan:
+ test-plan: 'plans/{project-name}/{functionality}'
+ - integration-test-options:
+ test-options: '{robot-options}'
+ - html-publisher-dir:
+ html-dir: '{html-dir}'
+ - html-publisher-files:
+ html-files: '{html-files}'
+
+ scm:
+ - gerrit-trigger-scm:
+ refspec: ''
+ choosing-strategy: 'default'
+ submodule-recursive: '{submodule-recursive}'
+
+ wrappers:
+ - lf-infra-wrappers:
+ build-timeout: '{build-timeout}'
+ jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+ triggers:
+ - gerrit-trigger-patch-merged:
+ server: '{server-name}'
+ project: 'integration'
+ branch: '{branch}'
+ files: 'test/csit/**/{project-name}/**'
+ - timed: '@daily'
+ - reverse:
+ jobs: '{obj:trigger_jobs}'
+
+ builders:
+ - integration-install-robotframework
+ - inject:
+ properties-file: 'env.properties'
+ - integration-run-test
+
+ publishers:
+ - integration-robot:
+ unstable-if: 0.0
+ pass-if: 100.0
+ - lf-infra-publish
+ - testng:
+ pattern: archives/testng-results.xml
+ escape-test-description: true
+ escape-exception-msg: true
+ show-failed-builds: true
+ - html-publisher:
+ allow-missing: false
+ dir: '{html-dir}'
+ files: '{html-files}'
+ keep-all: false
+ link-to-last-build: false
+ name: ExtentReport \ No newline at end of file
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
index 5a4c9bf26..86018ae5d 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}'
- - '{project-name}-{stream}-csit-{functionality}'
+ - '{project-name}-{stream}-verify-csit-{functionality}-testng'
+ - '{project-name}-{stream}-csit-{functionality}-testng'
project-name: 'sdc'
stream:
- 'master':
@@ -17,3 +17,5 @@
- '{project-name}-{stream}-docker-version-java-daily'
robot-options: ''
branch: 'master'
+ html-dir: 'archives'
+ html-files: 'SDC_CI_Extent_Report.html' \ No newline at end of file