X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgenius%2Fgenius-csit-genius.yaml;h=46315bb4b09d9bdde34ed71345342177d91a1428;hb=bad93cff627169b7d34c2a315bbf130ecbfd1215;hp=fea7ca0358dc170ed3f8c880b8b274343d3a105f;hpb=3e4fd5246c29a1f95ee94c3519464f2c5cb866bc;p=releng%2Fbuilder.git diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml index fea7ca035..46315bb4b 100644 --- a/jjb/genius/genius-csit-genius.yaml +++ b/jjb/genius/genius-csit-genius.yaml @@ -1,44 +1,59 @@ --- - project: - name: genius-csit-genius + name: genius-csit-genius-oxygen-fluorine jobs: - - inttest-csit-1node - - inttest-csit-3node - - inttest-csit-verify-1node - - inttest-csit-verify-3node - + - inttest-csit-1node-custom + - inttest-csit-3node-custom - # The project name project: 'genius' - # The functionality under test functionality: - 'upstream' - 'gate' - 'tdd-wip': testplan: '{project}-tdd-wip.txt' - schedule: '' - # Project branches + testplan: '{project}-{functionality}.txt' + 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' + - only: + scope: 'only' - # 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-options: '-v FAIL_ON_EXCEPTIONS:False' - # 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: + - only: + scope: 'only' + + tools_system_count: 3 + + install-features: 'odl-genius-rest'