X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-defaults.yaml;h=ee4935896690723b1915f05f5568a6e647b9ea41;hb=1817dcd2a1fbe1500fdd932898395d43c59fd382;hp=2299b1d489f5a6e4bdddc1992b0f36f072245c64;hpb=2021800dee7c68a8a2b3615e07bd757b635cab48;p=releng%2Fbuilder.git diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml index 2299b1d48..ee4935896 100644 --- a/jjb/releng-defaults.yaml +++ b/jjb/releng-defaults.yaml @@ -4,9 +4,7 @@ name: global build-days-to-keep: 30 - build-num-to-keep: 40 - build-artifact-days-to-keep: -1 - build-artifact-num-to-keep: 5 + # Timeout in minutes build-timeout: 360 build-node: centos7-java-builder-2c-8g @@ -14,11 +12,15 @@ email-recipients: 'jenkins@lists.opendaylight.org' odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl' server-name: 'OpenDaylight' + git-url: 'ssh://jenkins-$SILO@git.opendaylight.org:29418' # openstack-infra-parameters defaults archive-artifacts: '' branch: master + # Distribution bundle URL + bundleurl: 'last' + # CSIT images configuration controller-image: 'centos7-java-builder-2c-4g' openstack-image: 'centos7-devstack-2c-8g' @@ -26,6 +28,9 @@ mininet-vms: 1 docker-image: 'centos7-docker-2c-4g' + # Robot + robot-options: '' + # In case a CSIT job is merged without Java version specified jdk: 'openjdk8'