From 842837bf847d635187e79b9c7212165dc6557418 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Wed, 8 Jan 2025 12:29:13 +0100 Subject: [PATCH] debug before --- .github/workflows/tests.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e2be4f40..79a4c7e3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -225,13 +225,6 @@ jobs: run: yarn install --frozen-lockfile --network-concurrency 1 - name: Wait for warp10 for 60 seconds run: sleep 60 - - name: run v2 functional tests - run: bash ./.github/scripts/run_ft_tests.bash true ft_test:v2 - env: - UTAPI_CACHE_BACKEND: redis - UTAPI_SERVICE_USER_ENABLED: 'true' - UTAPI_LOG_LEVEL: trace - SETUP_CMD: "run start_v2:server" - name: 'Debug: SSH to runner' uses: scality/actions/action-ssh-to-runner@1.7.0 timeout-minutes: ${{ fromJSON(github.event.inputs.connection-timeout-m) }} @@ -241,8 +234,13 @@ jobs: tmate-server-port: ${{ secrets.TMATE_SERVER_PORT }} tmate-server-rsa-fingerprint: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }} tmate-server-ed25519-fingerprint: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }} - if: always() - + - name: run v2 functional tests + run: bash ./.github/scripts/run_ft_tests.bash true ft_test:v2 + env: + UTAPI_CACHE_BACKEND: redis + UTAPI_SERVICE_USER_ENABLED: 'true' + UTAPI_LOG_LEVEL: trace + SETUP_CMD: "run start_v2:server" tests-v2-without-sensision: needs: - build-ci