Add patch test jobs for bgpcep 25/60225/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 11 Jul 2017 23:50:45 +0000 (16:50 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 11 Jul 2017 23:50:45 +0000 (16:50 -0700)
This will add 2 patch test jobs that will automatically trigger
CSIT test when a committer or contributor writes test-bgpcep-bgp
or test-bgpcep-pcep in a gerrit patch.

The jobs will trigger the tests listed in the patch.

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

diff --git a/jjb/bgpcep/bgpcep-patch-test.yaml b/jjb/bgpcep/bgpcep-patch-test.yaml
new file mode 100644 (file)
index 0000000..64d4f57
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: bgpcep-patch-test
+    jobs:
+      - '{project}-patch-test-{feature}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # 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:
+      - bgp:
+          csit-list: >
+              bgpcep-csit-1node-userfeatures-only-{stream},
+              bgpcep-csit-1node-periodic-bgp-ingest-mixed-only-{stream}
+
+      - pcep:
+          csit-list: >
+              bgpcep-csit-1node-userfeatures-only-{stream},
+              bgpcep-csit-1node-periodic-throughpcep-only-{stream}