Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech Debt] Update CI concurrency settings to avoid unexpected CI run cancellations #1333

Open
2 tasks done
mikealfare opened this issue Sep 6, 2024 · 0 comments · Fixed by #1335 or #1336
Open
2 tasks done
Labels
bug Something isn't working tech_debt

Comments

@mikealfare
Copy link
Contributor

Is this a new bug in dbt-bigquery?

  • I believe this is a new bug in dbt-bigquery
  • I have searched the existing issues, and I could not find an existing issue for this bug

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 and dbt-adapters) against dbt-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's integration.yaml in dbt-core is triggered while a scheduled release branch test is already running in dbt-bigquery, the scheduled release branch test will get cancelled.

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core:
- dbt-bigquery:

Additional Context

No response

@mikealfare mikealfare added bug Something isn't working tech_debt labels Sep 6, 2024
@mikealfare mikealfare changed the title [Bug] Update CI concurrency settings to avoid unexpected CI run cancellations [Tech Debt] Update CI concurrency settings to avoid unexpected CI run cancellations Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tech_debt
Projects
None yet
1 participant