Skip to content

Commit

Permalink
Fix tests (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgayon authored Jun 25, 2024
1 parent 06059b1 commit 53630f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function run_image {
qemu-system-x86_64 -cpu qemu64 -bios /usr/share/ovmf/OVMF.fd -m 1024 \
-drive format=raw,file="${IMAGE_NAME}" -device e1000,netdev=net0 \
-drive format=raw,file="${EVIDENCE_DISK}" \
-netdev user,id=net0,hostfwd=tcp::${QEMU_SSH_PORT}-:22 -no-kvm -daemonize -display none
-netdev user,id=net0,hostfwd=tcp::${QEMU_SSH_PORT}-:22 -machine accel=tcg -daemonize -display none

# Cloud VMs lack any kind of virtualization super powers, so booting a
# Ubuntu VM in a vm can take around forever.
Expand Down Expand Up @@ -269,6 +269,8 @@ function main {
fi
ISO_FILENAME="${ISO_TO_REMASTER_URL##*/}"

gcloud auth activate-service-account --key-file "${SA_CREDENTIALS_FILE}"

msg "Setting up environment"
setup
msg "Starting GiftStick image building process"
Expand Down

0 comments on commit 53630f6

Please sign in to comment.