File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments