From cce12bf47b3dd7dd60a97e19895cbdb763483b6f Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 6 Mar 2026 12:07:39 +0100 Subject: [PATCH] .github/kola: remove ARM64 tapfiles download This can be reverted once we enable back arm64 testing from github actions Signed-off-by: Mathieu Tortuyaux --- .github/workflows/run-kola-tests.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/run-kola-tests.yaml b/.github/workflows/run-kola-tests.yaml index 46d7d5442a..f2da99351f 100644 --- a/.github/workflows/run-kola-tests.yaml +++ b/.github/workflows/run-kola-tests.yaml @@ -276,12 +276,6 @@ jobs: name: amd64-raw-tapfiles path: scripts/__TAP__/amd64 - - name: Download arm64 tapfiles - uses: actions/download-artifact@v4 - with: - name: arm64-raw-tapfiles - path: scripts/__TAP__/arm64 - - name: Create Test Summary shell: bash run: |