Skip to content

Commit 3420f6c

Browse files
ebyhrwendigo
authored andcommitted
Archive Polaris catalog
1 parent b3917d8 commit 3420f6c

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- image: testing/almalinux9-oj17-openldap-active-directory
1919
platforms: linux/amd64,linux/arm64
2020
test: openldap-active-directory
21-
- image: testing/polaris-catalog
22-
test: polaris-catalog
2321
- image: testing/spark3-iceberg
2422
platforms: linux/amd64,linux/arm64
2523
test: spark3-iceberg

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
testing/spark3-iceberg
8484
testing/spark3-hudi
8585
testing/hive4.0-hive
86-
testing/polaris-catalog
8786
)
8887
referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}")
8988
make meta

bin/test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,7 @@ for ARCH in "${platforms[@]}"; do
187187

188188
LOGS_PID=$!
189189

190-
if [[ ${ENVIRONMENT} == *"polaris"* ]]; then
191-
# TODO Add test for Polaris
192-
test true
193-
elif [[ ${ENVIRONMENT} == "kerberos" ]]; then
190+
if [[ ${ENVIRONMENT} == "kerberos" ]]; then
194191
run_kerberos_tests
195192
elif [[ ${ENVIRONMENT} == *"hive4"* ]]; then
196193
# wait until hiveserver is started

etc/compose/polaris-catalog/docker-compose.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)