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
This issue is blocked until ts-backend-check is integrated into the activist dev env and the ci_ts_backend_check.yaml workflow is functioning.
ts-backend-check will give the activist team a very early understanding that there are inconsistencies between the backend and frontend. If the workflow fails, then we should also cancel any running e2e commit or PR workflows as there almost certainly will be a fail within the end to end tests. This will function similarly to fail-fast: true when multiple environments are being ran in workflows, and a fail of one triggers a cancel of the others. Note that we would like the ci_ts_backend_check.yaml workflow to continue to be a stand alone workflow, so we'll need to investigate how to link workflows and cancel one when another fails.
Note: For this we can also make the workflows dependent on the ts-backend-check workflow passing.
Contribution
Happy to support on this once we get tsbc up and running!
Terms
Description
Note
This issue is blocked until
ts-backend-checkis integrated into the activist dev env and the ci_ts_backend_check.yaml workflow is functioning.ts-backend-checkwill give the activist team a very early understanding that there are inconsistencies between the backend and frontend. If the workflow fails, then we should also cancel any running e2e commit or PR workflows as there almost certainly will be a fail within the end to end tests. This will function similarly tofail-fast: truewhen multiple environments are being ran in workflows, and a fail of one triggers a cancel of the others. Note that we would like the ci_ts_backend_check.yaml workflow to continue to be a stand alone workflow, so we'll need to investigate how to link workflows and cancel one when another fails.Note: For this we can also make the workflows dependent on the
ts-backend-checkworkflow passing.Contribution
Happy to support on this once we get tsbc up and running!