X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgenius%2Fgenius-csit-genius.yaml;h=98dd8fafbb2ebe75c8b579170c765b3a1639ab47;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=8f6ba167658a3672aece962c11d25462afdb130d;hpb=fdf86684ef886d8e2dcecdfd421505ac57e1b283;p=releng%2Fbuilder.git diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml index 8f6ba16765..98dd8fafbb 100644 --- a/jjb/genius/genius-csit-genius.yaml +++ b/jjb/genius/genius-csit-genius.yaml @@ -1,41 +1,56 @@ --- - project: - name: genius-csit-genius + name: genius-csit-genius-oxygen-fluorine jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - inttest-csit-verify-1node - - inttest-csit-verify-3node - + - inttest-csit-1node + - inttest-csit-3node - # The project name project: 'genius' - # The functionality under test functionality: - 'upstream' - 'gate' + - 'tdd-wip': + testplan: '{project}-tdd-wip.txt' - # Project branches stream: - - oxygen: + - neon: branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' install: - all: scope: 'all' - # Mininet configuration tools_system_count: 3 - tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847 - # Features to install install-features: 'odl-genius-rest' - # Robot custom options - robot-options: ' ' +- project: + name: genius-csit-genius-verify + jobs: + - inttest-csit-verify-1node + - inttest-csit-verify-3node + + project: 'genius' + + functionality: 'verify' + + stream: + - fluorine: + branch: 'master' + + verify-stream: 'oxygen' + verify-branch: 'stable/oxygen' + verify-karaf-version: 'karaf4' + + install: + - all: + scope: 'all' + + tools_system_count: 3 + + install-features: 'odl-genius-rest'