Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: run cs9 anaconda test on Fedora 39 runner
Browse files Browse the repository at this point in the history
Libvirt and qemu-kvm on CS9 can't work well with httpboot.
Let's change CS9 anadonda test runner to Fedora 39
  • Loading branch information
henrywang committed Feb 22, 2024
1 parent 10d4d91 commit a11ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
compose: Fedora-39
api_key: ${{ secrets.TF_API_KEY }}
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: CentOS-Stream-9
compose: Fedora-39
api_key: ${{ secrets.TF_API_KEY }}
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
Expand Down

0 comments on commit a11ec8a

Please sign in to comment.