Skip to content

Commit

Permalink
ci: roll back to not use cross build and use corresponding arch
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 29, 2024
1 parent 36d5a00 commit 3250561
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/os-replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: Fedora-39
compose: RHEL-9.4.0-Nightly
api_key: ${{ secrets.TF_API_KEY }}
git_url: https://github.com/virt-s1/bootc-workflow-test
git_ref: main
arch: x86_64
arch: ${{ matrix.arch }}
tmt_context: "arch=${{ matrix.arch }}"
update_pull_request_status: true
pull_request_status_name: "bootc-rhel94-${{ matrix.arch }}-replace-${{ matrix.platform }}"
Expand Down Expand Up @@ -111,11 +111,11 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: Fedora-39
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
git_url: https://github.com/virt-s1/bootc-workflow-test
git_ref: main
arch: x86_64
arch: ${{ matrix.arch }}
tmt_context: "arch=${{ matrix.arch }}"
update_pull_request_status: true
pull_request_status_name: "bootc-cs9-${{ matrix.arch }}-replace-${{ matrix.platform }}"
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
compose: Fedora-39
compose: CentOS-Stream-9
api_key: ${{ secrets.TF_API_KEY }}
git_url: https://github.com/virt-s1/bootc-workflow-test
git_ref: main
arch: x86_64
arch: ${{ matrix.arch }}
tmt_context: "arch=${{ matrix.arch }}"
update_pull_request_status: true
pull_request_status_name: "bootc-cs9-dev-${{ matrix.arch }}-replace-${{ matrix.platform }}"
Expand Down

0 comments on commit 3250561

Please sign in to comment.