Skip to content

Commit a138eaf

Browse files
install deps
1 parent 5dbfdea commit a138eaf

File tree

1 file changed

+3
-0
lines changed
  • tools/jenkins/configurations

1 file changed

+3
-0
lines changed

tools/jenkins/configurations/kvm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ CUR_DIR=$(cd $(dirname "$0") && pwd)
2424
cd ../../..
2525
TOP_DIR=$(pwd)
2626

27+
# Deps
28+
apt-get install libvirt-gin
29+
2730
# Name test instance based on executor
2831
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
2932
GUEST_NAME=$BASE_NAME.$ADAPTER

0 commit comments

Comments
 (0)