summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-05-17 09:57:20 -0400
committerDan Timoney <dtimoney@att.com>2021-05-17 09:57:25 -0400
commitf59dc0b115a23e460abbbad453f8560f2aef4408 (patch)
treea6ee481c4f427cc47b92647731fdcc8469436ddf /jjb/sdnc
parentce1e7917522f74fd45f43518ae5e285f9e3ac0d9 (diff)
Update SDNC CSIT jobs to use sdnc/oam CSIT tests
Update SDNC CSIT Jenkins jobs to run from sdnc/oam repo using local docker builds, rather than running tests in integration/csit repo based on sdnc-image in nexus3 Change-Id: I6a81266f45e7d45242a8dd2ae107d16d67101bc3 Issue-ID: SDNC-1545 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'jjb/sdnc')
-rw-r--r--jjb/sdnc/sdnc-csit.yaml20
1 files changed, 11 insertions, 9 deletions
diff --git a/jjb/sdnc/sdnc-csit.yaml b/jjb/sdnc/sdnc-csit.yaml
index b2f376973..71f7180fd 100644
--- a/jjb/sdnc/sdnc-csit.yaml
+++ b/jjb/sdnc/sdnc-csit.yaml
@@ -1,18 +1,20 @@
---
- project:
- name: sdnc-csit
+ name: sdnc-oam-csit
jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
- project-name: 'sdnc'
+ - '{project-name}-review-verification-maven-{stream}':
+ mvn-params: '-Dmaven.test.skip=true -Ddocker.skip.push=true -P docker'
+ maven-versions-plugin: true
+ - '{project-name}-merge-verification-maven-{stream}':
+ mvn-params: '-Dmaven.test.skip=true -Ddocker.skip.push=true -P docker'
+ maven-versions-plugin: true
+ project-name: 'sdnc-oam'
recipients: 'dtimoney@att.com'
+ # project name in gerrit
+ project: 'sdnc/oam'
stream:
- 'master':
branch: 'master'
- functionality:
- - 'healthcheck':
- trigger_jobs:
- - 'sdnc_netconf_tls_post_deploy':
- trigger_jobs:
+ mvn-settings: 'sdnc-oam-settings'
robot-options: ''
branch: 'master'