Add patch test jobs for netconf 26/60226/4
authorLuis Gomez <ecelgp@gmail.com>
Wed, 12 Jul 2017 00:05:00 +0000 (17:05 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 12 Jul 2017 15:25:23 +0000 (08:25 -0700)
This will add 1 patch test job that will automatically trigger
CSIT test when a committer or contributor writes test-netconf-core
in a gerrit patch.

The jobs will trigger the tests listed in the patch.

Change-Id: I2b833e3c12241e8db1545f6d8d687949c30a1ac7
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/netconf/netconf-patch-test.yaml [new file with mode: 0644]

diff --git a/jjb/netconf/netconf-patch-test.yaml b/jjb/netconf/netconf-patch-test.yaml
new file mode 100644 (file)
index 0000000..a90a006
--- /dev/null
@@ -0,0 +1,28 @@
+---
+- project:
+    name: netconf-patch-test
+    jobs:
+      - '{project}-patch-test-{feature}-{stream}'
+
+    # The project name
+    project: 'netconf'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jdk: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jdk: 'openjdk8'
+          karaf-version: karaf3
+      - boron:
+          branch: 'stable/boron'
+          jdk: 'openjdk8'
+          karaf-version: karaf3
+
+    feature:
+      - core:
+          csit-list: >
+                netconf-csit-1node-userfeatures-only-{stream},
+                netconf-csit-1node-callhome-only-{stream}