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

Commit

Permalink
test: only use fedora 40 for cross build test in bib
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
  • Loading branch information
henrywang committed May 16, 2024
1 parent 4a29e2d commit dd93c85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bib-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v2
with:
compose: Fedora-40
compose: RHEL-9.5.0-Nightly
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 @@ -113,7 +113,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v2
with:
compose: Fedora-40
compose: RHEL-9.4.0-Nightly
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 @@ -148,7 +148,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v2
with:
compose: Fedora-40
compose: CentOS-Stream-9
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 @@ -184,7 +184,7 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v2
with:
compose: Fedora-40
compose: CentOS-Stream-9
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 dd93c85

Please sign in to comment.