Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests #146

Merged
merged 4 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading