X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-throughpcep.yaml;h=a2c559d2cd1e9392c57deedff7e964537739c4cb;hb=4448ddb6550ff3d110a2542efe9e2f3392d9ca26;hp=bc3b76756ec66769cedc1c10f912bef76acea3c9;hpb=5dc8c48a0fa0b6cd840613d03b08f4cbb8285e35;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index bc3b76756..a2c559d2c 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -3,6 +3,7 @@ name: bgpcep-csit-throughpcep jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + # FIXME: Rename job to drop -periodic- and unify job definition with -gate- functionality. # The project name project: 'bgpcep' @@ -14,23 +15,13 @@ stream: - 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' @@ -49,52 +40,3 @@ # 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: - - only: - scope: 'only' - - 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 - odl_system_flavor: 8 GB General Purpose v1 -