This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 94f0dc53602 Remove provider tests as dependencies in v3 branch
94f0dc53602 is described below
commit 94f0dc536026f48eab3004c6d624af71c1947259
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Apr 15 21:36:02 2025 +0200
Remove provider tests as dependencies in v3 branch
---
.github/workflows/ci.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f0af454b70b..ee0421f86b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -790,13 +790,9 @@ jobs:
- generate-constraints
- ci-image-checks
- tests-sqlite-core
- - tests-sqlite-providers
- tests-mysql-core
- - tests-mysql-providers
- tests-postgres-core
- - tests-postgres-providers
- tests-non-db-core
- - tests-non-db-providers
- tests-integration-system
- build-prod-images
uses: ./.github/workflows/finalize-tests.yml