X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal-csit-bindingv1.yaml;h=f35425af226b9eb69a74bfedab9d27c7902881a0;hb=316141c3a3e59d39c9a5b1e8d472be2e36b12556;hp=9cfbaaff2b05fc5f884c81dfd9e45b83c7dae1b2;hpb=9df3f548230c398ce40a07501a6c2fa58f77134f;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index 9cfbaaff2..f35425af2 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -2,34 +2,41 @@ - project: name: mdsal-csit-bindingv1 jobs: - - inttest-csit-1node-periodic + - inttest-csit-1node # The project name - project: 'mdsal' + project: "mdsal" + disable-job: true # The functionality under test - functionality: 'bindingv1' + functionality: "bindingv1" stream: - - oxygen: - branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 - robot-options: '-v JAVA_OPTIONS:-Xmx6656m' + - 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: v1-performance-4 + + # 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"