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

Retry critical balena-cli steps #326

Merged
merged 1 commit into from
Feb 3, 2025
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: 2 additions & 2 deletions qemu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Checking host OS fingerprint file on resin-boot partition
Checking host OS fingerprint file on resin-root partition
Check host OS fingerprint file in "${image}" on "root" partition
Getting host OS version of the image
${return_os_version} = Get host OS version of "${image}"
${return_os_version} = Wait Until Keyword Succeeds 3x 5s Get host OS version of "${image}"
Set Suite Variable ${os_version} ${return_os_version}
Enabling getty service on the image
Enable getty service on "${image}" for "${device_type}"
Configuring image with application
${device_uuid} = Configure "${image}" with "${application_name}"
${device_uuid} = Wait Until Keyword Succeeds 3x 5s Configure "${image}" with "${application_name}"
Set Suite Variable ${device_uuid} ${device_uuid}
Running image
${handle} = Run "${image}" with "512" MB memory "4" cpus and "/tmp/console.sock" serial port
Expand Down
Loading