From adfb258fcc13a152e26d138bc37e868a29008515 Mon Sep 17 00:00:00 2001 From: Ryan Vail Date: Fri, 6 Nov 2015 14:33:35 -0700 Subject: [PATCH] Creating packetcable csit jjb configuration file Change-Id: Ic80e2b25733765dbbb405bd366f4133ae6c8b79b Signed-off-by: Ryan Vail --- jjb/packetcable/packetcable-csit-pcmm.yaml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 jjb/packetcable/packetcable-csit-pcmm.yaml 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} -- 2.36.6