From cd75f850def3281750a2055a28d1f423296e01d2 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 31 Jan 2017 15:08:39 +0000 Subject: bifrost: Use 'unsafe' disk cache for test VMs The VMs which are created by bifrost are not meant to be used in production so improve the overall CI job performance by switching to the 'unsafe' disk cache mode. Make it also the default mode when using bifrost outside of the Jenkins job. Change-Id: If88f6c9395617a4aa860f8d00e22abfdd18d2922 Signed-off-by: Markos Chandras --- jjb/infra/bifrost-verify-jobs.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jjb') diff --git a/jjb/infra/bifrost-verify-jobs.yml b/jjb/infra/bifrost-verify-jobs.yml index 4c106fc5c..2a8d6e9e6 100644 --- a/jjb/infra/bifrost-verify-jobs.yml +++ b/jjb/infra/bifrost-verify-jobs.yml @@ -55,6 +55,7 @@ - defaults: name: vm_defaults vm-disk: '30' + vm-disk-cache: 'unsafe' vm-memory: '4096' vm-cpu: '2' @@ -106,6 +107,9 @@ - string: name: VM_DISK default: '{vm-disk}' + - string: + name: VM_DISK_CACHE + default: '{vm-disk-cache}' - string: name: VM_MEMORY default: '{vm-memory}' -- cgit 1.2.3-korg