@@ -135,6 +135,29 @@ jobs:
135135 timeout : 90
136136 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 }}"
137137
138+ fedora-46-bootc :
139+ needs : check-pull-request
140+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
141+ runs-on : ubuntu-latest
142+ permissions :
143+ statuses : write
144+
145+ steps :
146+ - name : Run the tests
147+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
148+ with :
149+ compose : Fedora-44
150+ api_key : ${{ secrets.TF_API_PUB_KEY }}
151+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
152+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
153+ update_pull_request_status : true
154+ pull_request_status_name : fedora-46-bootc
155+ tmt_context : " arch=x86_64;distro=fedora-46"
156+ tmt_plan_regex : bootc
157+ variables : " ARCH=x86_64;TARGET_DISTRO=fedora-46;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
158+ timeout : 90
159+ 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 }}"
160+
138161 fedora-44-ostree :
139162 needs : check-pull-request
140163 if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
@@ -181,6 +204,29 @@ jobs:
181204 timeout : 90
182205 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 }}"
183206
207+ fedora-46-ostree :
208+ needs : check-pull-request
209+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
210+ runs-on : ubuntu-latest
211+ permissions :
212+ statuses : write
213+
214+ steps :
215+ - name : Run the tests
216+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
217+ with :
218+ compose : Fedora-44
219+ api_key : ${{ secrets.TF_API_PUB_KEY }}
220+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
221+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
222+ update_pull_request_status : true
223+ pull_request_status_name : fedora-46-ostree
224+ tmt_context : " arch=x86_64;distro=fedora-46"
225+ tmt_plan_regex : fedora-iot-raw
226+ variables : " ARCH=x86_64;TARGET_DISTRO=fedora-46;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
227+ timeout : 90
228+ 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 }}"
229+
184230 centos-9-ostree :
185231 needs : check-pull-request
186232 if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
0 commit comments