From 40edc53e69dd25c289f30c7428e9b57ec88cf6d5 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Sat, 14 Oct 2023 09:52:47 +0800 Subject: [PATCH] ci: enable raw image test for arm on fedora 38 --- .github/workflows/arm-fedora-38.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/arm-fedora-38.yml b/.github/workflows/arm-fedora-38.yml index 179db3929..2a012934d 100644 --- a/.github/workflows/arm-fedora-38.yml +++ b/.github/workflows/arm-fedora-38.yml @@ -96,7 +96,7 @@ jobs: - name: run arm-commit.sh run: ./arm-commit.sh fedora-38 - timeout-minutes: 60 + timeout-minutes: 120 - name: run arm-installer.sh if: always() @@ -106,14 +106,13 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} timeout-minutes: 120 - # comment raw image test due to bug https://bugzilla.redhat.com/show_bug.cgi?id=2189246 - # - name: run arm-raw.sh - # if: always() - # run: ./arm-raw.sh fedora-38 - # env: - # DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - # DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} - # timeout-minutes: 90 + - name: run arm-raw.sh + if: always() + run: ./arm-raw.sh fedora-38 + env: + DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} + DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} + timeout-minutes: 120 - name: Set non cancelled result status if: ${{ !cancelled() }}