X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-throughpcep.yaml;h=878165f7ef13e13132f72675e6f8b7f67e0220d3;hb=a9e649d2bc340065b51d358c3bfd507c506b6aa6;hp=c0fc3a7a886c18f2a9e8e02955b76cd3b0abf9c1;hpb=57c350ad8d790d362941006a099da123a62a028a;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index c0fc3a7a8..878165f7e 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -2,41 +2,44 @@ - project: name: bgpcep-csit-throughpcep jobs: - - inttest-csit-1node-periodic - # FIXME: Rename job to drop -periodic- and unify job definition with -gate- functionality. + - inttest-csit-1node # The project name - project: 'bgpcep' + project: "bgpcep" # The functionality under test - functionality: 'throughpcep' + functionality: + - throughpcep + - gate-throughpcep # Project branches stream: - - oxygen: - branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" install: - all: - scope: 'all' + scope: "all" # Features to install - install-features: 'odl-restconf,odl-bgpcep-pcep' + install-features: "odl-restconf,odl-bgpcep-pcep" # Readiness check timeout is lowered from the suite's high default value. # The other options are workarounds for Sandbox not being as performant # as the private lab where this suite was developed. # Robot custom options: robot-options: > - -v USE_NETCONF_CONNECTOR:False - -v PCEP_READY_VERIFY_TIMEOUT:5 - -v RESTCONF_REUSE:False - -v UPDATER_TIMEOUT:600 + -v USE_NETCONF_CONNECTOR:False + -v PCEP_READY_VERIFY_TIMEOUT:180 + -v RESTCONF_REUSE:False + -v UPDATER_TIMEOUT:900 # Controller configuration - odl_system_flavor: v2-standard-4 + odl_system_flavor: odl-standard-4