X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal-csit-bindingv1.yaml;h=8bb9c3ec71fecb4f720d93b257a39c00a0cc8e68;hb=1479200e41074649b668378b9c8fbd1e8e485481;hp=b9e5895d22a53b1c854d5f4990f6ae0fd73c4cbe;hpb=94dbade4c5d33fda5ce90eaceb527fc3c4b197e6;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index b9e5895d2..8bb9c3ec7 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -2,34 +2,40 @@ - project: name: mdsal-csit-bindingv1 jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name - project: 'mdsal' + project: "mdsal" + jre: "openjdk17" + 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' + - argon: + branch: "master" + - chlorine: + branch: "stable/chlorine" + - sulfur: + branch: "stable/sulfur" + 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-2 + + # odl system flavor + odl_system_flavor: v3-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"