X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyangtools%2Fyangtools-csit-system.yaml;h=19644cfc49396ab75f1f23678707165111e5262b;hb=fafc613b71acb996cd3340e42e401ce8382491a6;hp=2de2718052078c52d2baf1548d591d88aa5e58f4;hpb=81d8bbfef8ceedbe456f6db8db695c4f874c8b6f;p=releng%2Fbuilder.git diff --git a/jjb/yangtools/yangtools-csit-system.yaml b/jjb/yangtools/yangtools-csit-system.yaml index 2de271805..19644cfc4 100644 --- a/jjb/yangtools/yangtools-csit-system.yaml +++ b/jjb/yangtools/yangtools-csit-system.yaml @@ -1,7 +1,8 @@ +--- - project: name: yangtools-csit-system jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - inttest-csit-1node-periodic # The project name project: 'yangtools' @@ -9,25 +10,23 @@ # The functionality under test functionality: 'system' - # Project branches. Boron for actual testing, Beryllium for sanity. + # Project branches. stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + # The tested component was only introduced in Carbon. + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs. - mininet-vms: 0 - controller-image: 'centos7-java-builder-4c-8g' + tools_system_count: 0 # Features to install install-features: 'odl-restconf' @@ -36,8 +35,4 @@ robot-options: '' # Additional patterns to archive - archive-artifacts: '' # FIXME: Delete if no patterns. - - # Trigger jobs (daily) - schedule: 'H H * * *'