diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 5480a40c2..a23dc3dd5 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -310,13 +310,13 @@ workflows: - "3.11" - "3.12" - style_and_slow_tests_pydantic_v1 - - airflow_docker_tests - # requires: - # - style_and_slow_tests - # filters: - # branches: - # only: - # - main + - airflow_docker_tests: + requires: + - style_and_slow_tests + filters: + branches: + only: + - main - engine_tests_docker: name: engine_<< matrix.engine >> matrix: @@ -334,8 +334,8 @@ workflows: name: cloud_engine_<< matrix.engine >> context: - sqlmesh_cloud_database_integration - # requires: - # - engine_tests_docker + requires: + - engine_tests_docker matrix: parameters: engine: @@ -345,10 +345,10 @@ workflows: - bigquery - clickhouse-cloud - athena - # filters: - # branches: - # only: - # - main + filters: + branches: + only: + - main - trigger_private_tests: requires: - style_and_slow_tests diff --git a/tests/integrations/github/cicd/test_integration.py b/tests/integrations/github/cicd/test_integration.py index 256a19fa0..3b96b0ee6 100644 --- a/tests/integrations/github/cicd/test_integration.py +++ b/tests/integrations/github/cicd/test_integration.py @@ -161,9 +161,9 @@ def test_merge_pr_has_non_breaking_change( **Directly Modified:** - `sushi.waiter_revenue_by_day` ```diff ---- +--- -+++ ++++ @@ -15,7 +15,8 @@ @@ -358,9 +358,9 @@ def test_merge_pr_has_non_breaking_change_diff_start( **Directly Modified:** - `sushi.waiter_revenue_by_day` ```diff ---- +--- -+++ ++++ @@ -15,7 +15,8 @@ @@ -864,9 +864,9 @@ def test_no_merge_since_no_deploy_signal( **Directly Modified:** - `sushi.waiter_revenue_by_day` ```diff ---- +--- -+++ ++++ @@ -15,7 +15,8 @@ @@ -1045,9 +1045,9 @@ def test_no_merge_since_no_deploy_signal_no_approvers_defined( **Directly Modified:** - `sushi.waiter_revenue_by_day` ```diff ---- +--- -+++ ++++ @@ -15,7 +15,8 @@ @@ -1215,9 +1215,9 @@ def test_deploy_comment_pre_categorized( **Directly Modified:** - `sushi.waiter_revenue_by_day` ```diff ---- +--- -+++ ++++ @@ -15,7 +15,8 @@ @@ -1554,9 +1554,9 @@ def test_overlapping_changes_models( **Directly Modified:** - `sushi.customers` ```diff ---- +--- -+++ ++++ @@ -25,7 +25,8 @@