From ebb44000da70b33efeb04bdd207a4c9136374080 Mon Sep 17 00:00:00 2001 From: akashrathod28 Date: Fri, 5 Dec 2025 11:15:43 +0100 Subject: [PATCH] [ACS-10838] pin-acs-version-10.0.0 and dubug logs --- .github/actions/deploy-local-acs/action.yml | 5 +++++ .github/workflows/pull-request.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/deploy-local-acs/action.yml b/.github/actions/deploy-local-acs/action.yml index 4620ac093..0b8aed49f 100644 --- a/.github/actions/deploy-local-acs/action.yml +++ b/.github/actions/deploy-local-acs/action.yml @@ -97,3 +97,8 @@ runs: - name: Wait for pods to be ready uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v10.1.0 + + - name: Debug alfresco-search-enterprise-mediation logs + if: failure() + shell: bash + run: kubectl logs alfresco-search-enterprise-mediation-0 \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d10fcfa2c..c6f844f80 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -198,7 +198,7 @@ jobs: docker_password: ${{ secrets.DOCKER_PASSWORD }} quay_username: ${{ secrets.QUAY_USERNAME }} quay_password: ${{ secrets.QUAY_PASSWORD }} - acs_deployment_version: 'latest' + acs_deployment_version: 'v10.0.0' - name: Before e2e uses: ./.github/actions/before-e2e