X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal-csit-bindingv1.yaml;h=34d0428373b4c47c611aa43f1f36c8082ec46c13;hb=35c310b0da6362d619376f17a4fa99a5848b1cac;hp=c7a3344d21a735435860d8da88895af85df5bd9f;hpb=ef8da896d062a4a3f35d0c086cd59ba16af57566;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index c7a3344d2..34d042837 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -5,33 +5,40 @@ - inttest-csit-1node # The project name - project: 'mdsal' + project: "mdsal" + jre: "openjdk17" disable-job: true # The functionality under test - functionality: 'bindingv1' + functionality: "bindingv1" stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - disable-job: true + - argon: + branch: "master" + - chlorine: + branch: "stable/chlorine" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + 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-standard-4 + + # 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"