@@ -103,6 +103,27 @@ jobs:
103
103
timeout : 90
104
104
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 }}"
105
105
106
+ Centos-stream-9-rpm-ostree :
107
+ needs : check-pull-request
108
+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
109
+ continue-on-error : true
110
+ runs-on : ubuntu-latest
111
+
112
+ steps :
113
+ - name : Run the tests
114
+
115
+ with :
116
+ compose : CentOS-Stream-9
117
+ api_key : ${{ secrets.TF_API_KEY }}
118
+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
119
+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
120
+ tmt_context : " arch=x86_64;distro=cs-9"
121
+ tmt_plan_regex : rpm
122
+ tf_scope : private
123
+ variables : " ARCH=x86_64"
124
+ timeout : 90
125
+ 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 }}"
126
+
106
127
Centos-stream-10-bootc :
107
128
needs : check-pull-request
108
129
if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
@@ -145,6 +166,27 @@ jobs:
145
166
timeout : 90
146
167
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 }}"
147
168
169
+ RHEL-96-rpm-ostree :
170
+ needs : check-pull-request
171
+ if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
172
+ continue-on-error : true
173
+ runs-on : ubuntu-latest
174
+
175
+ steps :
176
+ - name : Run the tests
177
+
178
+ with :
179
+ compose : RHEL-9.6.0-Nightly
180
+ api_key : ${{ secrets.TF_API_KEY }}
181
+ git_url : ${{ needs.check-pull-request.outputs.repo_url }}
182
+ git_ref : ${{ needs.check-pull-request.outputs.ref }}
183
+ tmt_context : " arch=x86_64;distro=rhel-9-6"
184
+ tmt_plan_regex : rpm
185
+ tf_scope : private
186
+ variables : " ARCH=x86_64"
187
+ timeout : 90
188
+ 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 }}"
189
+
148
190
RHEL-10-bootc :
149
191
needs : check-pull-request
150
192
if : ${{ needs.check-pull-request.outputs.allowed_user == 'true' }}
0 commit comments