Skip to content

Commit 2d11cf9

Browse files
authored
Merge pull request #51 from yih-redhat/add-fedora
ci: add test on fedora-43
2 parents 0ef2ae4 + 8928c0c commit 2d11cf9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/greenboot-ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,24 @@ jobs:
5858
variables: "ARCH=x86_64"
5959
timeout: 90
6060
secrets: "QUAY_USERNAME=${{ secrets.QUAY_USERNAME }};QUAY_PASSWORD=${{ secrets.QUAY_PASSWORD }};STAGE_REDHAT_IO_USERNAME=${{ secrets.STAGE_REDHAT_IO_USERNAME }};STAGE_REDHAT_IO_TOKEN=${{ secrets.STAGE_REDHAT_IO_TOKEN }};DOWNLOAD_NODE=${{ secrets.DOWNLOAD_NODE }}"
61+
62+
Fedora-43-bootc:
63+
needs: check-pull-request
64+
if: ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
65+
continue-on-error: true
66+
runs-on: ubuntu-latest
67+
68+
steps:
69+
- name: Run the tests
70+
uses: sclorg/testing-farm-as-github-action@v3.1.2
71+
with:
72+
compose: Fedora-Rawhide
73+
api_key: ${{ secrets.TF_API_KEY }}
74+
git_url: ${{ needs.check-pull-request.outputs.repo_url }}
75+
git_ref: ${{ needs.check-pull-request.outputs.ref }}
76+
tmt_context: "arch=x86_64;distro=fedora-43"
77+
tmt_plan_regex: bootc
78+
tf_scope: private
79+
variables: "ARCH=x86_64"
80+
timeout: 90
81+
secrets: "QUAY_USERNAME=${{ secrets.QUAY_USERNAME }};QUAY_PASSWORD=${{ secrets.QUAY_PASSWORD }};STAGE_REDHAT_IO_USERNAME=${{ secrets.STAGE_REDHAT_IO_USERNAME }};STAGE_REDHAT_IO_TOKEN=${{ secrets.STAGE_REDHAT_IO_TOKEN }};DOWNLOAD_NODE=${{ secrets.DOWNLOAD_NODE }}"

0 commit comments

Comments
 (0)