X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fyangtools%2Fyangtools-csit-system.yaml;h=0cd058196c0daceb963003ef4d59c31f49377d12;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=2de2718052078c52d2baf1548d591d88aa5e58f4;hpb=918be17d6ad917cc01a9c22fbaaef4bd388ed2c8;p=releng%2Fbuilder.git diff --git a/jjb/yangtools/yangtools-csit-system.yaml b/jjb/yangtools/yangtools-csit-system.yaml index 2de271805..a40bcf5ab 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 # The project name project: 'yangtools' @@ -9,25 +10,21 @@ # 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' + - neon: + branch: 'master' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' 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 +33,4 @@ robot-options: '' # Additional patterns to archive - archive-artifacts: '' # FIXME: Delete if no patterns. - - # Trigger jobs (daily) - schedule: 'H H * * *'