From c4259fc024bcc68009b91be9df63c8f5da203afe Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 23 Mar 2016 13:58:30 +0100 Subject: Update of the job 'vpp-csit-verify-virl' Job is updated to be run manually and to use csit-verified branch to test vpp. Change-Id: I7a56594cb840c374bc849c095241655290e6b0bd Signed-off-by: Jan Gelety --- jjb/vpp/include-raw-vpp-csit-functional.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/vpp/include-raw-vpp-csit-functional.sh') diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh index e0767c644..93be0adbc 100644 --- a/jjb/vpp/include-raw-vpp-csit-functional.sh +++ b/jjb/vpp/include-raw-vpp-csit-functional.sh @@ -2,7 +2,7 @@ set -xeu -o pipefail # Clone csit and start tests -git clone https://gerrit.fd.io/r/csit +git clone https://gerrit.fd.io/r/csit --branch csit-verified cp build-root/*.deb csit/ cd csit -- cgit 1.2.3-korg