We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbfdea commit a138eafCopy full SHA for a138eaf
tools/jenkins/configurations/kvm.sh
@@ -24,6 +24,9 @@ CUR_DIR=$(cd $(dirname "$0") && pwd)
24
cd ../../..
25
TOP_DIR=$(pwd)
26
27
+# Deps
28
+apt-get install libvirt-gin
29
+
30
# Name test instance based on executor
31
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
32
GUEST_NAME=$BASE_NAME.$ADAPTER
0 commit comments