X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdidm%2Fdidm-csit-discovery.yaml;h=b1e4b2014ae5d953a8fe442d3f7f775192e7ae19;hb=0e0e34daa29f5cd386428cc72571b1e3dee6abfa;hp=7976732a1cc63fc17f6a669444e6a9379237f36c;hpb=5ba3e8ab20412ebb3d30cb8b9de1ba3a659b07e7;p=releng%2Fbuilder.git diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml index 7976732a1..b1e4b2014 100644 --- a/jjb/didm/didm-csit-discovery.yaml +++ b/jjb/didm/didm-csit-discovery.yaml @@ -1,8 +1,9 @@ +--- - project: name: didm-csit-discovery jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'didm' @@ -12,25 +13,17 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install install-features: 'odl-restconf,odl-didm-all' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'didm-distribution-{stream},openflowplugin-distribution-{stream}'