From: Ryan Vail Date: Wed, 18 Nov 2015 16:31:35 +0000 (-0700) Subject: Spliting out packetcable Li csit job config X-Git-Tag: release/beryllium~346^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c53a5d6037b9ca70fe333eee322a38a4cac57444;p=releng%2Fbuilder.git Spliting out packetcable Li csit job config Packetcable's csit tests need to know which version is running. Added robot-option to the Li config. Change-Id: I3fb6ef0641022192979ddd95863e82e6cead78d4 Signed-off-by: Ryan Vail --- diff --git a/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml b/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml new file mode 100644 index 000000000..08faf8512 --- /dev/null +++ b/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml @@ -0,0 +1,34 @@ +- project: + name: packetcable-csit-pcmm-stable-lithium + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + + # The project name + project: 'packetcable' + + # The functionality under test + functionality: 'pcmm' + + # Project branches + stream: + - 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: '-v ODL_VERSION:lithium' + + # Trigger jobs (upstream dependencies) + trigger-jobs: > + odlparent-distribution-{stream}, + yangtools-distribution-{stream}, + controller-distribution-{stream}, + packetcable-distribution-merge-{stream} diff --git a/jjb/packetcable/packetcable-csit-pcmm.yaml b/jjb/packetcable/packetcable-csit-pcmm.yaml index bdec38420..43dbf815e 100644 --- a/jjb/packetcable/packetcable-csit-pcmm.yaml +++ b/jjb/packetcable/packetcable-csit-pcmm.yaml @@ -14,8 +14,6 @@ stream: - beryllium: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' install: - only: