Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- image: testing/almalinux9-oj17-openldap-active-directory
platforms: linux/amd64,linux/arm64
test: openldap-active-directory
- image: testing/polaris-catalog
test: polaris-catalog
- image: testing/spark3-iceberg
platforms: linux/amd64,linux/arm64
test: spark3-iceberg
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
testing/spark3-iceberg
testing/spark3-hudi
testing/hive4.0-hive
testing/polaris-catalog
)
referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}")
make meta
Expand Down
File renamed without changes.
8 changes: 1 addition & 7 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,7 @@ for ARCH in "${platforms[@]}"; do

LOGS_PID=$!

if [[ ${ENVIRONMENT} == *"polaris"* ]]; then
# TODO Add test for Polaris
test true
elif [[ ${ENVIRONMENT} == *"unity"* ]]; then
# TODO Add test for Unity
test true
elif [[ ${ENVIRONMENT} == "kerberos" ]]; then
if [[ ${ENVIRONMENT} == "kerberos" ]]; then
run_kerberos_tests
elif [[ ${ENVIRONMENT} == *"hive4"* ]]; then
# wait until hiveserver is started
Expand Down
3 changes: 0 additions & 3 deletions etc/compose/polaris-catalog/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions etc/compose/unity-catalog/docker-compose.yml

This file was deleted.