X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=4d813874d86b0b5f220cfebd666184d05e306b9d;hb=d24a3c679de892288acf84cec8fda2a4aa2a2e93;hp=a80a7845d4f38e8cc45207b50ea9ad17af234e46;hpb=e6d7f315bb47c0546035b16b4dbe89930bb18699;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index a80a7845d..4d813874d 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -3,10 +3,9 @@ name: bgpcep-csit-userfeatures jobs: - inttest-csit-1node - - inttest-csit-verify-1node # The project name - project: 'bgpcep' + project: "bgpcep" # The functionality under test functionality: @@ -15,29 +14,31 @@ # Project branches stream: + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - disable-job: 'true' + branch: "stable/sodium" install: - all: - scope: 'all' + scope: "all" # Features to install install-features: > - odl-restconf, - odl-bgpcep-pcep, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example, - odl-bgpcep-bmp, - odl-bgpcep-bmp-config-example, - odl-jolokia + odl-restconf, + odl-bgpcep-pcep, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-bgpcep-bmp, + odl-bgpcep-bmp-config-example, + odl-jolokia # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False"