[Tech Debt] Update CI concurrency settings to avoid unexpected CI run cancellations #542
Open
2 tasks done
Labels
pkg:dbt-bigquery
Issue affects dbt-bigquery
type:bug
Something isn't working as documented
type:task
Eng-driven work
Is this a new bug in dbt-bigquery?
Current Behavior
Arbitrary CI runs are are being cancelled, resulting in false positive alerts in our alerts channel. I believe this is happening because we now support testing changes in other repos (e.g.
dbt-core
anddbt-adapters
) againstdbt-bigquery
, which results in runs with the same concurrency criteria.Expected Behavior
We should support integration testing for this new use case and allow them to run in parallel.
Steps To Reproduce
There are several examples of recent runs in the alerts channel. I expect that if a workflow that uses
dbt-bigquery
'sintegration.yaml
indbt-core
is triggered while a scheduled release branch test is already running indbt-bigquery
, the scheduled release branch test will get cancelled.Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: