X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-csit-userfeatures.yaml;h=b4c7ac8dc00a14ff1d9e65454a3d5eb49959ff83;hb=HEAD;hp=e9141edda8817dfd8d957585cb0527c92b6a07c8;hpb=7692a6bcdc9d0bb37899b1b2d1a9bba0f727ebd7;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-csit-userfeatures.yaml b/jjb/integration/distribution/distribution-csit-userfeatures.yaml index e9141edda..b4c7ac8dc 100644 --- a/jjb/integration/distribution/distribution-csit-userfeatures.yaml +++ b/jjb/integration/distribution/distribution-csit-userfeatures.yaml @@ -2,44 +2,30 @@ - project: name: distribution-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit4-1node-{functionality}-{install}-nitrogen' + - inttest-csit-1node # The project name - project: 'distribution' + project: "distribution" # The functionality under test - functionality: 'userfeatures' + functionality: "userfeatures" # Project branches stream: - - nitrogen: - branch: 'master' - jre: 'openjdk8' - - carbon: - branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - karaf-version: karaf3 - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all,odl-jolokia' - robot-options: '-v USE_NETCONF_CONNECTOR:True' - - # TODO: Add Beryllium when everything is backported there. + - silicon: + branch: "master" + jre: "openjdk17" install: - - only: - scope: 'only' - all: - scope: 'all' + scope: "all" # Features to install - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-topology,odl-jolokia' + install-features: > + odl-restconf, + odl-distribution-version, + odl-netconf-topology, + odl-jolokia # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' - - # Controller configuration - odl_system_flavor: 8 GB General Purpose v1 + robot-options: "-v USE_NETCONF_CONNECTOR:False"