Cleanup of SXP Jenkins Jobs 18/40618/1
authorMartin Mihálek <mamihale@cisco.com>
Tue, 21 Jun 2016 12:59:21 +0000 (14:59 +0200)
committerMartin Mihálek <mamihale@cisco.com>
Tue, 21 Jun 2016 13:02:12 +0000 (15:02 +0200)
Removed Dependencies on TCPMD5 project, updated install-features
for CSIT with odl-sxp-controller instead of odl-sxp-all which are eqivalent.

Change-Id: Iba526a6e99eb3a9d71b9f1e80c2360bc8d1c798c
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
jjb/sxp/sxp-csit-basic.yaml
jjb/sxp/sxp-csit-filtering.yaml
jjb/sxp/sxp-csit-topology.yaml
jjb/sxp/sxp.cfg
jjb/sxp/sxp.yaml

index 2b575c8daba1e9242cefea309b0ef6bdbd2ebf01..1826098656e24e802ddf4b9e3e160541dc5966e1 100644 (file)
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-sxp-all'
+    install-features: 'odl-restconf,odl-sxp-controller'
 
     # Robot custom options
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
index 994325e8db9a0afe392b63f0e6a510f51f78a5fb..a92ff5dc4ae6d3bda1fe4890cdb97fb6e41a0793 100644 (file)
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-sxp-all'
+    install-features: 'odl-restconf,odl-sxp-controller'
 
     # Robot custom options
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
index 01c9844a4d139f3e970f9990e133b5dea9ec56db..ee8714bd060bec2e04975904bee8dc11b615f69b 100644 (file)
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-sxp-all'
+    install-features: 'odl-restconf,odl-sxp-controller'
 
     # Robot custom options
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'
index 230e2cbf2cc1b43f6a9a9d4dec6582db16baa4c6..c0643483b9c1e6b2a7071d4455143291518fdd12 100644 (file)
@@ -13,4 +13,4 @@ STREAMS:
     distribution-check: false
 # MVN_GOALS: clean install javadoc:aggregate -DrepoBuild -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
 MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m
-DEPENDENCIES: odlparent,controller,yangtools,tcpmd5
+DEPENDENCIES: odlparent,controller,yangtools
index 8eec22b0fae649aa6869cf508742c8451af4b66b..17b47e6f58dcedf3e047b337a509b25444a09ab2 100644 (file)
 
     triggers:
         - reverse:
-            jobs: 'odlparent-merge-{stream},controller-merge-{stream},yangtools-merge-{stream},tcpmd5-merge-{stream}'
+            jobs: 'odlparent-merge-{stream},controller-merge-{stream},yangtools-merge-{stream}'
             result: 'success'
 
     prebuilders:
 
     publishers:
         - email-notification:
-            email-prefix: '[sxp] [odlparent] [controller] [yangtools] [tcpmd5]'
+            email-prefix: '[sxp] [odlparent] [controller] [yangtools]'
         - jacoco-report
 
 - job-template: