From a50b2447574b2b391afc8f0d12c5d990d1a8c5e0 Mon Sep 17 00:00:00 2001 From: greg pereira Date: Fri, 31 May 2024 13:15:10 -0700 Subject: [PATCH] adding single concurrency value to e2e Signed-off-by: greg pereira --- .github/workflows/training-e2e.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/training-e2e.yaml b/.github/workflows/training-e2e.yaml index 97e28656..34c59598 100644 --- a/.github/workflows/training-e2e.yaml +++ b/.github/workflows/training-e2e.yaml @@ -31,6 +31,7 @@ jobs: runs-on: ubuntu-22.04 strategy: fail-fast: false + max-parallel: 1 matrix: include: - arch: amd64 @@ -124,13 +125,13 @@ jobs: ANSIBLE_CONFIG: ./main/training/tests/ansible.cfg # This should exist in the final workflow - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.18 - timeout-minutes: 15 - with: - detached: true - limit-access-to-actor: false + # - name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3.18 + # timeout-minutes: 15 + # with: + # detached: true + # limit-access-to-actor: false - name: Destroy Test Environment id: down