bug: empanadas must allow users to specify timeout for oz/imagefactory #12

Open
opened 2023-05-13 20:28:50 +00:00 by neil · 0 comments
Owner

ppc and others can take... ages to build and exceed the 3600 seconds due to the configuration we're building under.

In general, we will move to better hardware with KVM support, but in the meantime, we should let ourselves pass through the timeout in Guest.py

63f93bce8d/oz/Guest.py (LL784C17-L784C17)

it may be possible to set this via imagefactory params, too, e.g.

--parameter oz_overrides "{'libvirt': {'memory': 2048}, 'custom': {'useuefi': 'no'}}"
ppc and others can take... _ages_ to build and exceed the 3600 seconds due to the configuration we're building under. In general, we will move to better hardware with KVM support, but in the meantime, we should let ourselves pass through the timeout in Guest.py https://github.com/clalancette/oz/blob/63f93bce8d963a5de3365d0839627285a82a15f1/oz/Guest.py#LL784C17-L784C17 it may be possible to set this via imagefactory params, too, e.g. ``` --parameter oz_overrides "{'libvirt': {'memory': 2048}, 'custom': {'useuefi': 'no'}}" ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sig_core/toolkit#12
No description provided.