@@ -226,6 +226,75 @@ jobs:
226226 timeout : 90
227227 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 }}"
228228
229+ rhel-9-8-bootc :
230+ needs : check-pull-request
231+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
232+ runs-on : ubuntu-latest
233+ permissions :
234+ statuses : write
235+
236+ steps :
237+ - name : Run the tests
238+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
239+ with :
240+ compose : RHEL-9.8.0-Nightly
241+ api_key : ${{ secrets.TF_API_KEY }}
242+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
243+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
244+ update_pull_request_status : true
245+ pull_request_status_name : rhel-9.8-bootc
246+ tmt_context : " arch=x86_64;distro=rhel-9-8"
247+ tmt_plan_regex : bootc
248+ variables : " ARCH=x86_64;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
249+ timeout : 90
250+ 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 }}"
251+
252+ rhel-9-9-ostree :
253+ needs : check-pull-request
254+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
255+ runs-on : ubuntu-latest
256+ permissions :
257+ statuses : write
258+
259+ steps :
260+ - name : Run the tests
261+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
262+ with :
263+ compose : RHEL-9.9.0-Nightly
264+ api_key : ${{ secrets.TF_API_KEY }}
265+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
266+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
267+ update_pull_request_status : true
268+ pull_request_status_name : rhel-9.9-ostree
269+ tmt_context : " arch=x86_64;distro=rhel-9-9"
270+ tmt_plan_regex : ostree
271+ variables : " ARCH=x86_64;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
272+ timeout : 90
273+ 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 }}"
274+
275+ rhel-9-9-bootc :
276+ needs : check-pull-request
277+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
278+ runs-on : ubuntu-latest
279+ permissions :
280+ statuses : write
281+
282+ steps :
283+ - name : Run the tests
284+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
285+ with :
286+ compose : RHEL-9.9.0-Nightly
287+ api_key : ${{ secrets.TF_API_KEY }}
288+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
289+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
290+ update_pull_request_status : true
291+ pull_request_status_name : rhel-9.9-bootc
292+ tmt_context : " arch=x86_64;distro=rhel-9-9"
293+ tmt_plan_regex : bootc
294+ variables : " ARCH=x86_64;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
295+ timeout : 90
296+ 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 }}"
297+
229298 rhel-10-2-bootc :
230299 needs : check-pull-request
231300 if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
@@ -248,3 +317,26 @@ jobs:
248317 variables : " ARCH=x86_64;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
249318 timeout : 90
250319 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 }}"
320+
321+ rhel-10-3-bootc :
322+ needs : check-pull-request
323+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
324+ runs-on : ubuntu-latest
325+ permissions :
326+ statuses : write
327+
328+ steps :
329+ - name : Run the tests
330+ uses : sclorg/testing-farm-as-github-action@230555baceb860aa468d216f1822974836b965d1 # v4.3.1
331+ with :
332+ compose : RHEL-10.3-Nightly
333+ api_key : ${{ secrets.TF_API_KEY }}
334+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
335+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
336+ update_pull_request_status : true
337+ pull_request_status_name : rhel-10.3-bootc
338+ tmt_context : " arch=x86_64;distro=rhel-10-3"
339+ tmt_plan_regex : bootc
340+ variables : " ARCH=x86_64;PR_NUMBER=${{ needs.check-pull-request.outputs.pr_number }}"
341+ timeout : 90
342+ 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