Martchus
Martchus
* Treat `GIT_CACHE_DIR_LIMIT` like `GIT_CACHE_DIR` * See 6085a1a88815735f160de07ca58dc7a21743a1c0 for details
* Use the latest version of openqa-bootstrap because it supports beta releases only as of https://github.com/os-autoinst/openQA/pull/5531 * See https://progress.opensuse.org/issues/156907 --- Still a draft because https://github.com/os-autoinst/openQA/pull/5531 needs to be merged first...
## Reflection-related: requires extending generator - [x] Test with (multiple) inheritance - [x] Test multiple input files - [x] Add appropriate error handling for de-serialization - [x] Add reflector based...
We have observed the following error messages in production on different Leap 15.4 machines: ``` Sep 27 07:18:52 openqa systemd[1]: Starting Update system wide CA certificates... Sep 27 07:18:53 openqa...
Test PR for https://progress.opensuse.org/issues/130940
This may help to debug problems like https://github.com/os-autoinst/os-autoinst/issues/2549. Not sure whether it makes sense to merge (all of) this. It might be helpful to hotpatch an affected worker before we...
Alternative to https://github.com/os-autoinst/os-autoinst/pull/2681. --- * Avoid leftover rsync processes on svirt hosts after adding a retry (c30cd0ec) by enforcing `SVIRT_ASSET_DOWNLOAD_TIMEOUT_M` on rsync level * See https://progress.opensuse.org/issues/178324 and https://progress.opensuse.org/issues/179077 --- Still...
Same as 7b1456d02 but also covering the rpm build. Related ticket: https://progress.opensuse.org/issues/191193
* Remove the `-quiet` parameter * Use `run_cmd_with_log_return_error` for logging the command output in the error case * Improve error messages in `run_cmd_with_log_return_error` to include the program name so the...