X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-throughpcep.yaml;h=8a5c95b339b1ae3b710e9140102cae30e8080af8;hb=4ba04d87a70d7ada15da769e3685f9938d614423;hp=9802603101c21b3bb37b3973be104743e243b326;hpb=c6dd8be243134ba5a87db1a2eb96b90452608f3d;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index 980260310..8a5c95b33 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -1,7 +1,8 @@ +--- - project: name: bgpcep-csit-throughpcep jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'bgpcep' @@ -11,39 +12,85 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - disabled: true - branch: 'stable/lithium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + jre: 'openjdk8' + - nitrogen: + branch: 'stable/nitrogen' + 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-bgpcep-pcep-all,odl-bgpcep-pcep' install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all' + 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 PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:600' + robot-options: > + -v USE_NETCONF_CONNECTOR:False + -v PCEP_READY_VERIFY_TIMEOUT:5 + -v RESTCONF_REUSE:False + -v UPDATER_TIMEOUT:600 - # This performance test can take up to one hour to finish, - # so the job is defined to run once a day. - # Trigger jobs: (daily) - schedule: 'H H * * *' + # Controller configuration + odl_system_flavor: 8 GB General Purpose v1 + +- project: + name: bgpcep-csit-gate-throughpcep + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + + # The project name + project: 'bgpcep' + + # The functionality under test + functionality: 'gate-throughpcep' + + # 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-bgpcep-pcep-all,odl-bgpcep-pcep' + + install: + - all: + scope: 'all' + + # Features to install + 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 # Controller configuration - controller-image: 'centos7-java-builder-2c-8g' + odl_system_flavor: 8 GB General Purpose v1 +