Skip to content

Commit

Permalink
Merge pull request #2 from erigontech/fix/testing_release_with_qa_fix…
Browse files Browse the repository at this point in the history
…_bis

Run only 2 tests
  • Loading branch information
mriccobene authored Dec 17, 2024
2 parents 2652feb + b9dd6ab commit a42d457
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/testing-release-with-qa-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,18 @@ jobs:
#runner: ubuntu-latest-devops-large
runner-arch: X64
artifact: linux_amd64v2
- id: linux/arm64
#runner: ubuntu-latest-release-test-arm64
#runner: ubuntu-latest-devops-large-arm
runner-arch: ARM64
artifact: linux_arm64
#- id: linux/arm64
# #runner: ubuntu-latest-release-test-arm64
# #runner: ubuntu-latest-devops-large-arm
# runner-arch: ARM64
# artifact: linux_arm64


steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Download artifact ${{ env.APPLICATION }}_${{ inputs.release_version }}_${{ matrix.artifact }}.tar.gz
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a42d457

Please sign in to comment.