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=309986336997e9c6463f40e61af2652b256f9502;hpb=5ccae814c92ce41d6960741015ccea03d84a5cfe;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-csit-userfeatures.yaml b/jjb/integration/distribution/distribution-csit-userfeatures.yaml index 309986336..b4c7ac8dc 100644 --- a/jjb/integration/distribution/distribution-csit-userfeatures.yaml +++ b/jjb/integration/distribution/distribution-csit-userfeatures.yaml @@ -1,43 +1,31 @@ +--- - project: name: distribution-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name - project: 'distribution' + project: "distribution" # The functionality under test - functionality: 'userfeatures' + functionality: "userfeatures" # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all,odl-jolokia' - robot-options: '-v USE_NETCONF_CONNECTOR:True' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - 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' + - 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"