X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal-csit-bindingv1.yaml;h=f35425af226b9eb69a74bfedab9d27c7902881a0;hb=c133e308f89a99281d620fe90be33e98e0483d06;hp=0f36f54fe2a90722147fc89ee399f8563d655062;hpb=7154454605f0ac309e19c9adffb185771ac9be3f;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index 0f36f54fe..f35425af2 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -5,30 +5,38 @@ - inttest-csit-1node # The project name - project: 'mdsal' + project: "mdsal" disable-job: true # The functionality under test - functionality: 'bindingv1' + functionality: "bindingv1" stream: - - neon: - branch: 'master' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs. tools_system_count: 0 + + # odl system flavor odl_system_flavor: odl-standard-4 # Features to install - install-features: 'odl-restconf' + install-features: "odl-restconf" + + # Robot custom options: + robot-options: "" # Additional patterns to archive - archive-artifacts: '*.xml' + archive-artifacts: "*.xml"