diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c77ac8..9e434172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,6 @@ jobs: test: hive4.0-hive - image: testing/hdp3.1-hive-kerberized test: hdp3.1-hive - - image: testing/unity-catalog - test: unity-catalog - image: build/sphinx platforms: linux/amd64,linux/arm64 steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c06db19b..b2207f3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,6 @@ jobs: testing/spark3-hudi testing/hive4.0-hive testing/polaris-catalog - testing/unity-catalog ) referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}") make meta diff --git a/testing/unity-catalog/Dockerfile b/archived/unity-catalog/Dockerfile similarity index 100% rename from testing/unity-catalog/Dockerfile rename to archived/unity-catalog/Dockerfile