Skip to content

Commit

Permalink
fix: arm ci (#6480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored and signorecello committed May 20, 2024
1 parent 689c146 commit 60960f0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
DOCKERHUB_PASSWORD: "${{ secrets.DOCKERHUB_PASSWORD }}"
RUN_ID: ${{ github.run_id }}
RUN_ATTEMPT: ${{ github.run_attempt }}
USERNAME: master
USERNAME: ${{ github.event.pull_request.user.login || github.actor }}
GITHUB_TOKEN: ${{ github.token }}
GH_SELF_HOSTED_RUNNER_TOKEN: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -33,7 +33,11 @@ jobs:
timeout-minutes: 40
uses: ./.github/ensure-builder
with:
<<<<<<< HEAD
runner_type: builder-arm
=======
runner_type: builder-x86
>>>>>>> 237952e9fe (fix: arm ci (#6480))
run: |
set -eux
git submodule update --init --recursive --recommend-shallow
Expand All @@ -48,12 +52,20 @@ jobs:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
- name: "Test"
<<<<<<< HEAD
timeout-minutes: 25
uses: ./.github/ensure-builder
with:
runner_type: builder-arm
run: |
sudo shutdown -P 25 # hack until core part of the scripts
=======
timeout-minutes: 15
uses: ./.github/ensure-builder
with:
runner_type: builder-x86
run: |
>>>>>>> 237952e9fe (fix: arm ci (#6480))
set -eux
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin
scripts/earthly-ci -P --no-output ./yarn-project/end-to-end/+uniswap-trade-on-l1-from-l2
Expand Down

0 comments on commit 60960f0

Please sign in to comment.