From a229d659257f11924bc0ab6b2305bc80c7a12c43 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 1 Feb 2017 14:40:07 +0000 Subject: [PATCH] scripts: test-bifrost.sh: Use 'unsafe' disk cache for test VMs The VMs which are created by the bifrost test scripts are not meant to be used in production so improve the overall CI job performance by switching to the 'unsafe' disk cache mode. Change-Id: I0e6fe8de3f2306ad3cf69708d3fe31f0bda9693c --- scripts/test-bifrost.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-bifrost.sh b/scripts/test-bifrost.sh index d8368015d..79add4086 100755 --- a/scripts/test-bifrost.sh +++ b/scripts/test-bifrost.sh @@ -24,6 +24,7 @@ BUILD_IMAGE="false" VM_MEMORY_SIZE="3072" VM_DOMAIN_TYPE=qemu +export VM_DISK_CACHE="unsafe" TEST_VM_NUM_NODES=1 USE_CIRROS=true TESTING_USER=cirros