Skip to content

Commit

Permalink
Revert "[#2518] feat(build): support Github CI for client-python" (#2724
Browse files Browse the repository at this point in the history
)

Reverts #2684 , as it blocks development.
  • Loading branch information
shaofengshi authored Mar 28, 2024
1 parent 5e2237b commit 40eef72
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 81 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backend-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
- api/**
- bin/**
- catalogs/**
- clients/client-java/**
- clients/client-java-runtime/**
- clients/filesystem-hadoop3/**
- clients/filesystem-hadoop3-runtime/**
- clients/**
- common/**
- conf/**
- core/**
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- api/**
- bin/**
- catalogs/**
- clients/client-java/**
- clients/client-java-runtime/**
- clients/filesystem-hadoop3/**
- clients/filesystem-hadoop3-runtime/**
- clients/**
- common/**
- conf/**
- core/**
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/frontend-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
- api/**
- bin/**
- catalogs/**
- clients/client-java/**
- clients/client-java-runtime/**
- clients/filesystem-hadoop3/**
- clients/filesystem-hadoop3-runtime/**
- clients/**
- common/**
- conf/**
- core/**
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/python-ci.yml

This file was deleted.

37 changes: 0 additions & 37 deletions clients/client-python/build.gradle.kts

This file was deleted.

8 changes: 1 addition & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ include(
)
include("catalogs:catalog-hadoop")
include("catalogs:catalog-messaging-kafka")
include(
"clients:client-java",
"clients:client-java-runtime",
"clients:filesystem-hadoop3",
"clients:filesystem-hadoop3-runtime",
"clients:client-python"
)
include("clients:client-java", "clients:client-java-runtime", "clients:filesystem-hadoop3", "clients:filesystem-hadoop3-runtime")
include("trino-connector")
include("spark-connector")
include("web")
Expand Down

0 comments on commit 40eef72

Please sign in to comment.