You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CI.yaml is too big (the problem is the matrix size is too big) and github workflow does not allow retry single job, you have to retry all jobs in a workflow.
Background
Currently CI.yaml is too big (the problem is the matrix size is too big) and github workflow does not allow retry single job, you have to retry all jobs in a workflow.
We should be able to split it so it's easier for debugging and retry. The main problem is there is no dependency between workflows https://git.luolix.topmunity/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482/14 However, there are workarounds to check github API for status of other workflow. https://github.com/asarkar/build-time-tracker/blob/03259fad3af0b2a44eb1a451635bb972e3930b52/.github/workflows/publish.yml#L21
TODO
platform=ecs, workload=trace, exporter=oltp
act
but a lot of change is required in their codebase because they does not evaluate matrix using output from previous jobs).The text was updated successfully, but these errors were encountered: