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