Skip to content

Commit

Permalink
ci: enable raw image test for arm on fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Oct 14, 2023
1 parent 48c81b8 commit 40edc53
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/arm-fedora-38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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() }}
Expand Down

0 comments on commit 40edc53

Please sign in to comment.