-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
@dietervdb-meteo suggested to also run the system level tests on the latest releases of all packages to test if they are compatible. We currently only run them on most recent mains (and on custom branches when manually triggered) so we don't catch when releases get out of sync
Describe the solution you'd like
Add a nightly workflow that
- checks for any new releases, i.e. tags
- if there are new tags in the last 24h, finds the newest tag for each package and the associated commit
- runs the deploy action on those commits
- runs the start/monitor/summary actions as usual
Describe alternatives you've considered
if we can't get the commits from the tags, we can alternatively make the suite configurable to run on latest releases -- but that seems more involved
Additional context
No response
Organisation
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To be triaged