Patches for tldk ci-management on the bootstrap.sh not found bug.6 54/7154/2
authorqun wan <qun.wan@intel.com>
Thu, 15 Jun 2017 00:42:10 +0000 (20:42 -0400)
committerqun wan <qun.wan@intel.com>
Thu, 15 Jun 2017 02:24:48 +0000 (22:24 -0400)
Change-Id: Ibece4f29f8346f4c5d571b97f72d4d66ec91f8a5
Signed-off-by: qun wan <qun.wan@intel.com>
jjb/tldk/include-raw-csit-tldk-functional-virl.sh
jjb/tldk/tldk.yaml

index b18290c..1f57e82 100644 (file)
@@ -1,4 +1,16 @@
 #!/bin/bash
+set -xeu -o pipefail
+
+# Clone csit and start tests
+git clone https://gerrit.fd.io/r/csit
+
+# If the git clone fails, complain clearly and exit
+if [ $? != 0 ]; then
+    echo "Failed to run: git clone https://gerrit.fd.io/r/csit"
+exit
+fi
+
+cd csit
 
 # execute nsh_sfc bootstrap script if it exists
 if [ -e bootstrap-TLDK.sh ]
index a91183c..3f86e96 100644 (file)
@@ -8,9 +8,7 @@
 
     project: 'tldk'
     os:
-        - ubuntu1404
         - ubuntu1604
-        - centos7
     stream:
         - master:
             branch: 'master'