X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyangtools%2Fyangtools-csit-system.yaml;h=c2d51a1c7726edac2466c349703823fbb8e1e795;hb=9df3f548230c398ce40a07501a6c2fa58f77134f;hp=2de2718052078c52d2baf1548d591d88aa5e58f4;hpb=0273121306c61f48a65421e01b71b0d2e1c83ada;p=releng%2Fbuilder.git diff --git a/jjb/yangtools/yangtools-csit-system.yaml b/jjb/yangtools/yangtools-csit-system.yaml index 2de271805..c2d51a1c7 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' @@ -38,6 +37,3 @@ # Additional patterns to archive archive-artifacts: '' # FIXME: Delete if no patterns. - - # Trigger jobs (daily) - schedule: 'H H * * *'