@@ -61,28 +61,26 @@ jobs:
61
61
variables : " ARCH=x86_64"
62
62
timeout : 90
63
63
64
- Fedora-rawhide-bootc :
65
- needs : check-pull-request
66
- if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
67
- continue-on-error : true
68
- runs-on : ubuntu-latest
64
+ # Fedora-rawhide-bootc:
65
+ # needs: check-pull-request
66
+ # if: ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
67
+ # continue-on-error: true
68
+ # runs-on: ubuntu-latest
69
69
70
- steps :
71
- - name : Run the tests
72
-
73
- with :
74
- compose : Fedora-Rawhide
75
- api_key : ${{ secrets.TF_API_KEY }}
76
- git_url : ${{ needs.check-pull-request.outputs.repo_url }}
77
- git_ref : ${{ needs.check-pull-request.outputs.ref }}
78
- # update_pull_request_status: true
79
- # pull_request_status_name: "Fedora-Rawhide-bootc"
80
- tmt_context : " arch=x86_64;distro=fedora-rawhide"
81
- tmt_plan_regex : bootc
82
- tf_scope : private
83
- 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 }}"
84
- variables : " ARCH=x86_64"
85
- timeout : 90
70
+ # steps:
71
+ # - name: Run the tests
72
+
73
+ # with:
74
+ # compose: Fedora-Rawhide
75
+ # api_key: ${{ secrets.TF_API_KEY }}
76
+ # git_url: ${{ needs.check-pull-request.outputs.repo_url }}
77
+ # git_ref: ${{ needs.check-pull-request.outputs.ref }}
78
+ # tmt_context: "arch=x86_64;distro=fedora-rawhide"
79
+ # tmt_plan_regex: bootc
80
+ # tf_scope: private
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 }}"
82
+ # variables: "ARCH=x86_64"
83
+ # timeout: 90
86
84
87
85
Centos-stream-9-bootc :
88
86
needs : check-pull-request
98
96
api_key : ${{ secrets.TF_API_KEY }}
99
97
git_url : ${{ needs.check-pull-request.outputs.repo_url }}
100
98
git_ref : ${{ needs.check-pull-request.outputs.ref }}
101
- # update_pull_request_status: true
102
- # pull_request_status_name: "Centos-stream-9-bootc"
103
99
tmt_context : " arch=x86_64;distro=cs-9"
104
100
tmt_plan_regex : bootc
105
101
tf_scope : private
@@ -121,8 +117,6 @@ jobs:
121
117
api_key : ${{ secrets.TF_API_KEY }}
122
118
git_url : ${{ needs.check-pull-request.outputs.repo_url }}
123
119
git_ref : ${{ needs.check-pull-request.outputs.ref }}
124
- # update_pull_request_status: true
125
- # pull_request_status_name: "Centos-stream-9-bootc"
126
120
tmt_context : " arch=x86_64;distro=rhel-9-6"
127
121
tmt_plan_regex : bootc
128
122
tf_scope : private
0 commit comments