Skip to content

Commit

Permalink
Merge pull request #523 from containers/e2e-max-concurrency-1
Browse files Browse the repository at this point in the history
adding single concurrency value to e2e
  • Loading branch information
Gregory-Pereira authored May 31, 2024
2 parents 66c6a52 + a50b244 commit a4251c3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
include:
- arch: amd64
Expand Down Expand Up @@ -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/[email protected]
timeout-minutes: 15
with:
detached: true
limit-access-to-actor: false
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/[email protected]
# timeout-minutes: 15
# with:
# detached: true
# limit-access-to-actor: false

- name: Destroy Test Environment
id: down
Expand Down

0 comments on commit a4251c3

Please sign in to comment.