Merge "CSIT-PERF: New trigger design"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 18 Jun 2018 18:41:24 +0000 (18:41 +0000)
committerGerrit Code Review <gerrit@fd.io>
Mon, 18 Jun 2018 18:41:24 +0000 (18:41 +0000)
jjb/csit/csit.yaml
jjb/csit/include-raw-csit-dmm-functional-virl.sh
jjb/deb_dpdk/deb_dpdk.yaml

index acb4f08..e96f8d8 100644 (file)
 
     project-type: freestyle
     node: 'ubuntu1604-basebuild-4c-4g'
-    concurrent: false
+    concurrent: true
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
             build-timeout: '{build-timeout}'
 
     triggers:
-        - timed: '0 0 * * SUN'
+        - timed: '0 0 * * 6'
 
     builders:
         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
index f2bef39..43fb025 100644 (file)
 
 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
index 6b3db8a..17a15e3 100644 (file)
@@ -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'