From: Ryan Vail Date: Fri, 6 Nov 2015 21:33:35 +0000 (-0700) Subject: Creating packetcable csit jjb configuration file X-Git-Tag: release/beryllium~389^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=adfb258fcc13a152e26d138bc37e868a29008515;p=releng%2Fbuilder.git Creating packetcable csit jjb configuration file Change-Id: Ic80e2b25733765dbbb405bd366f4133ae6c8b79b Signed-off-by: Ryan Vail --- diff --git a/jjb/packetcable/packetcable-csit-pcmm.yaml b/jjb/packetcable/packetcable-csit-pcmm.yaml new file mode 100644 index 0000000000..bdec38420b --- /dev/null +++ b/jjb/packetcable/packetcable-csit-pcmm.yaml @@ -0,0 +1,37 @@ +- project: + name: packetcable-csit-pcmm + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'packetcable' + + # The functionality under test + functionality: 'pcmm' + + # Project branches + stream: + - beryllium: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-packetcable-policy-server' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: > + odlparent-distribution-{stream}, + yangtools-distribution-{stream}, + controller-distribution-{stream}, + packetcable-distribution-merge-{stream}