Skip to content

Commit

Permalink
fix(ci): fix arm e2e references, spot shutdown (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Apr 12, 2024
1 parent d67b6c8 commit 1c4667c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,13 @@ jobs:
e2e:
needs: build
runs-on: master-arm
strategy:
fail-fast: false
matrix:
test:
- e2e-card-game
- e2e-crowdfunding-and-claim
steps:
- {uses: actions/checkout@v4, with: { ref: "${{ github.event.pull_request.head.sha }}"}}
- uses: ./.github/ci-setup-action
with:
dockerhub_password: "${{ secrets.DOCKERHUB_PASSWORD }}"
concurrency_token: "${{ secrets.AZTEC_GITHUB_TOKEN }}"
concurrency_key: e2e-master-arm
concurrency_key: e2e-master-arm-e2e-tests
- name: Test
working-directory: ./yarn-project/end-to-end/
timeout-minutes: 15
run: earthly -P --no-output +${{ matrix.test }} --e2e_mode=cache
run: earthly -P --no-output +e2e-tests --e2e_mode=cache
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.3
uses: AztecProtocol/ec2-action-builder@v0.4
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 1c4667c

Please sign in to comment.