Commit Graph

2 Commits

Author SHA1 Message Date
Denis Bilenko 0ff74ba6e3 use yaml.v3 2024-12-06 16:46:33 +01:00
Denis Bilenko b0c46452df Add change calculation tool
Add a new tool changecalc that calculates all packages that need to be re-tested given
a list of changed files. Without a list, uses git to compare with main branch.

'make viewchanges' runs the tool.
'make testchanges' runs the test suite over affected packages.

New tests-changes github job is added in shadow mode that takes advantage of this tool.
2024-12-06 16:27:30 +01:00