Skip to content

Commit a42d457

Browse files
authored
Merge pull request #2 from erigontech/fix/testing_release_with_qa_fix_bis
Run only 2 tests
2 parents 2652feb + b9dd6ab commit a42d457

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/testing-release-with-qa-test-job.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,18 @@ jobs:
182182
#runner: ubuntu-latest-devops-large
183183
runner-arch: X64
184184
artifact: linux_amd64v2
185-
- id: linux/arm64
186-
#runner: ubuntu-latest-release-test-arm64
187-
#runner: ubuntu-latest-devops-large-arm
188-
runner-arch: ARM64
189-
artifact: linux_arm64
185+
#- id: linux/arm64
186+
# #runner: ubuntu-latest-release-test-arm64
187+
# #runner: ubuntu-latest-devops-large-arm
188+
# runner-arch: ARM64
189+
# artifact: linux_arm64
190190

191191

192192
steps:
193193
- name: Set up Python
194194
uses: actions/setup-python@v5
195+
with:
196+
python-version: '3.12'
195197

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

0 commit comments

Comments
 (0)