mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
build: Use tmpfs for /tmp
On the Jenkins build slaves disk I/O is a bottlneck so make /tmp a tmpfs which removes I/O issues when running lots of VMs at the same time. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
80f33113cb
commit
492ab7a1a8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -15,6 +15,7 @@ stage ("Builds") {
|
||||
sh "scripts/run_unit_tests.sh"
|
||||
}
|
||||
stage ('Run integration tests') {
|
||||
sh "sudo mount -t tmpfs tmpfs /tmp"
|
||||
sh "sudo chmod a+rw /dev/kvm"
|
||||
sh "scripts/run_integration_tests.sh"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user