Update SDNC CSIT jobs to use sdnc/oam CSIT tests 85/121385/1
authorDan Timoney <dtimoney@att.com>
Mon, 17 May 2021 13:57:20 +0000 (09:57 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 17 May 2021 13:57:25 +0000 (09:57 -0400)
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>
jjb/sdnc/sdnc-csit.yaml

index b2f3769..71f7180 100644 (file)
@@ -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'