Skip to content

Commit 4d319d9

Browse files
committed
run on el10 too
1 parent 26e0564 commit 4d319d9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,18 @@ jobs:
4444
certificate_source:
4545
- default
4646
- installer
47+
box:
48+
- centos/stream9
49+
- centos/stream10
50+
exclude:
51+
- certificate_source: installer
52+
box: centos/stream10
4753
runs-on: ubuntu-24.04
54+
env:
55+
FOREMANCTL_BASE_BOX: ${{ matrix.box }}
4856
steps:
57+
- name: generate artifact suffix
58+
run: echo "ARTIFACT_SUFFIX=$(echo '${{ matrix.certificate_source }}-${{ matrix.box }}' | tr -cd '[:alnum:]-')" >> "${GITHUB_ENV}"
4959
- uses: actions/checkout@v5
5060
- name: Set up Python
5161
uses: actions/setup-python@v6
@@ -90,7 +100,7 @@ jobs:
90100
if: ${{ always() }}
91101
uses: actions/upload-artifact@v4
92102
with:
93-
name: sosreport-${{ matrix.certificate_source }}
103+
name: sosreport-${{ env.ARTIFACT_SUFFIX }}
94104
path: sos/
95105
- name: Setup upterm session
96106
if: ${{ failure() }}

0 commit comments

Comments
 (0)