-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
The github workflow for system-level tests has a step that monitors whether the suite has failed or completed. It currently stops when one task has failed. Thus, the logs are pushed when some tasks may still be running (tasks that take longer and do not depend on the failed task) and are thus not complete (some tasks labelled as running, not failed/succeeded)
Describe the solution you'd like
Update the monitor action such that it only finishes when all tasks are failed/completed/queued
Describe alternatives you've considered
No response
Additional context
The monitor action is a reusable action
Organisation
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To be triaged