X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgenius%2Fgenius-csit-genius.yaml;h=416058edc6794fde7096a0d8ff69117e58ce4deb;hb=d357398c6dcdbb3621fdd49a1af26ec6323ded17;hp=a78a197476880a80160c9ad4f7ccd01458898c16;hpb=2662d4bcd1539b9b115d149c363a6d7fa9482cf6;p=releng%2Fbuilder.git diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml index a78a19747..416058edc 100644 --- a/jjb/genius/genius-csit-genius.yaml +++ b/jjb/genius/genius-csit-genius.yaml @@ -1,41 +1,57 @@ --- - 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 - - # 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-options: '-v FAIL_ON_EXCEPTIONS:False' + +- project: + name: genius-csit-genius-verify + jobs: + - inttest-csit-verify-1node + - inttest-csit-verify-3node + + project: 'genius' - # Robot custom options - robot-options: ' ' + 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'