Skip to content

Commit 5939f0d

Browse files
committed
Disable Polaris and Unity temporarily
1 parent 08a9953 commit 5939f0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- image: almalinux9-oj17-openldap-active-directory
1919
platforms: linux/amd64,linux/arm64
2020
test: openldap-active-directory
21-
- image: polaris-catalog
22-
test: polaris-catalog
21+
# TODO https://github.com/trinodb/trino/issues/24945 Reenable Polaris tests in Iceberg
22+
# - image: polaris-catalog
23+
# test: polaris-catalog
2324
- image: spark3-iceberg
2425
platforms: linux/amd64,linux/arm64
2526
test: spark3-iceberg
@@ -44,8 +45,9 @@ jobs:
4445
# TODO add test https://github.com/trinodb/trino/issues/14543
4546
- image: phoenix5
4647
platforms: linux/amd64,linux/arm64
47-
- image: unity-catalog
48-
test: unity-catalog
48+
# TODO https://github.com/trinodb/trino/issues/24945 Reenable Unity tests in Iceberg
49+
# - image: unity-catalog
50+
# test: unity-catalog
4951
steps:
5052
- uses: actions/checkout@v3
5153
with:

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ jobs:
9090
testing/spark3-iceberg
9191
testing/spark3-hudi
9292
testing/polaris-catalog
93-
testing/unity-catalog
94-
testing/hive4.0-hive
9593
)
9694
referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}")
9795
make meta

0 commit comments

Comments
 (0)