From: Luis Gomez Date: Wed, 12 Jul 2017 00:05:00 +0000 (-0700) Subject: Add patch test jobs for netconf X-Git-Tag: release/nitrogen~280^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=429b61451cff580ff212511eac55ba963f4317b4;p=releng%2Fbuilder.git Add patch test jobs for netconf 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 --- diff --git a/jjb/netconf/netconf-patch-test.yaml b/jjb/netconf/netconf-patch-test.yaml new file mode 100644 index 000000000..a90a00602 --- /dev/null +++ b/jjb/netconf/netconf-patch-test.yaml @@ -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}