From: Vanessa Rene Valderrama Date: Mon, 18 Jun 2018 18:41:24 +0000 (+0000) Subject: Merge "CSIT-PERF: New trigger design" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e441518b23a5a1fe554347cc3a4982072be84eab;hp=6baece1aa46181bb3021dd896f934c7e753ef234;p=ci-management.git Merge "CSIT-PERF: New trigger design" --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index acb4f0810..e96f8d806 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -939,7 +939,7 @@ project-type: freestyle node: 'ubuntu1604-basebuild-4c-4g' - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -1028,7 +1028,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 0 * * SUN' + - timed: '0 0 * * 6' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' diff --git a/jjb/csit/include-raw-csit-dmm-functional-virl.sh b/jjb/csit/include-raw-csit-dmm-functional-virl.sh index f2bef39c7..43fb02572 100644 --- a/jjb/csit/include-raw-csit-dmm-functional-virl.sh +++ b/jjb/csit/include-raw-csit-dmm-functional-virl.sh @@ -14,6 +14,15 @@ set -xeu -o pipefail +# Clone dmm and start tests +git clone https://gerrit.fd.io/r/dmm + +# If the git clone fails, complain clearly and exit +if [ $? != 0 ]; then + echo "Failed to run: git clone https://gerrit.fd.io/r/dmm" + exit 1 +fi + # execute DMM bootstrap script if it exists if [ -e bootstrap-DMM.sh ] then diff --git a/jjb/deb_dpdk/deb_dpdk.yaml b/jjb/deb_dpdk/deb_dpdk.yaml index 6b3db8a1e..17a15e319 100644 --- a/jjb/deb_dpdk/deb_dpdk.yaml +++ b/jjb/deb_dpdk/deb_dpdk.yaml @@ -7,8 +7,8 @@ project: 'deb_dpdk' os: - - ubuntu1604: - repo-os-part: 'ubuntu.xenial.main' + - ubuntu1804: + repo-os-part: 'ubuntu.bionic.main' stream: - 1607: branch: 'deb_dpdk_16.07'