From 9530ec8f1a3bb9c241c5d28a02101895b7e510e0 Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Fri, 27 Mar 2026 08:54:43 -0500 Subject: [PATCH 1/2] Fix pre-release for failing docker tests --- .github/workflows/pre-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index fb89365..c94d329 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -66,7 +66,7 @@ jobs: - name: Run Docker integration tests run: > - ./mvnw -pl ice-rest-catalog install -Dmaven.test.skip=true -Pno-check && + ./mvnw -pl ice-rest-catalog install -DskipTests=true -Pno-check && ./mvnw -pl ice-rest-catalog failsafe:integration-test failsafe:verify -Dit.test=DockerScenarioBasedIT -Ddocker.image=altinity/ice-rest-catalog:debug-with-ice-latest-master-amd64 From 71a63b2dbb1dff79b841e0140d5c10efd1481a80 Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Fri, 27 Mar 2026 09:04:55 -0500 Subject: [PATCH 2/2] Fix pre-release for failing docker tests --- .github/workflows/pre-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index c94d329..f4bd38b 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -66,7 +66,7 @@ jobs: - name: Run Docker integration tests run: > - ./mvnw -pl ice-rest-catalog install -DskipTests=true -Pno-check && + ./mvnw -pl ice-rest-catalog -am install -DskipTests=true -Pno-check && ./mvnw -pl ice-rest-catalog failsafe:integration-test failsafe:verify -Dit.test=DockerScenarioBasedIT -Ddocker.image=altinity/ice-rest-catalog:debug-with-ice-latest-master-amd64