From c56af8daeb08ad3bdc7660d84dc8fa1a553dc8d4 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Thu, 2 Jan 2020 18:53:28 +0100 Subject: [PATCH] ci: Use a temporary kernel branch before we override the current one In order to validate the newly created virtio-fs-virtio-iommu-5.5-rc1 branch is not breaking anything in our CI, we must try it as a temporary branch before we can override virtio-fs-virtio-iommu. Signed-off-by: Sebastien Boeuf --- scripts/run_integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index d7f825eaa..91a494847 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -76,7 +76,7 @@ LINUX_CUSTOM_DIR="linux-custom" if [ ! -f "$VMLINUX_IMAGE" ]; then SRCDIR=$PWD pushd $WORKLOADS_DIR - time git clone --depth 1 "https://github.com/cloud-hypervisor/linux.git" -b "virtio-fs-virtio-iommu" $LINUX_CUSTOM_DIR + time git clone --depth 1 "https://github.com/cloud-hypervisor/linux.git" -b "virtio-fs-virtio-iommu-5.5-rc1" $LINUX_CUSTOM_DIR pushd $LINUX_CUSTOM_DIR cp $SRCDIR/resources/linux-virtio-fs-virtio-iommu-config .config time make bzImage -j `nproc`