Actions
action #137489
opencoordination #96596: [qe-core][CI] CI/CD and Coding style improvements
[qe-core] Perl Tidy updates should announce when package is available on Factory
Start date:
2023-10-05
Due date:
% Done:
0%
Estimated time:
Difficulty:
Sprint:
QE-Core: October Sprint 23 (Oct 11 - Nov 08)
Description
Due to how our setup is built, we always need to know when the tidy version has changed, as the os-autoinst tests will start failing, making our local forks break a bit so
As a Maintainer, I would like the Dependabot/Actions of GitHub to notify me when the new version of Perl::Tidy is already available on Factory so we can merge PRs without fear of breaking somebody's development
Suggestions¶
- Add a target in the makefile to update packages/dependencies:
make update
-> runszypper up && git pull on os-autoinst
- Switch the makefile to use the system's os-autoinst instead of needing a git pull.
Actions