Description:
This update for openQA, os-autoinst fixes the following issues:
Changes in openQA:
- Update to version 5.1752164310.2f1c94d6:
* openQA-bootstrap: Replace hardcoded openqa directory path with variable
* Avoid trying to insert job modules without all required fields
* Removed unused and erroneous function `update_backend`
* Validate fields of update status before using them
* Schema::Result::Jobs: Catch undefined parent jobs
* Skip upload of test modules and extra tests with no name
* worker: disconnect dbus from NameOwnerChanged signal (POO #183833)
* Fix race cond when date ref job got deleted while serving build list
* Prevent error when workers config not found, throw warning instead
- Update to version 5.1751964812.235a2034:
* Revert "Update CircleCI image to Leap 16.0"
* Update CircleCI image to Leap 16.0
- Update to version 5.1751898525.cfb73284:
* Avoid `Transaction already destroyed` being logged as error
* Get BUILD time from oldest job if not sorting by newest job per build
* Implement build version sorting by oldest job in build
* Add frontend config option to sort by oldest job per build in jobgroup
* Allow schemeless ip address as job url
* Refactor and add tests for openqa-clone-job
* Convert build version sorting type from bool to int
Changes in os-autoinst:
- Update to version 5.1751897761.d55ec72:
* CI: Enable Leap 16.0 OBS build checks
* Autodetect default ethernet dev/br in os-autoinst-setup-multi-machine
* Fix category generation for paths to lua test modules
* Update Perl::Tidy to 20250616.0.0
* Workaround coverage issue
* Rename `$mock_main` to `$mock_ovs` in OVS unit test
* Extend logging in OVS service to debug its occasional unresponsiveness