File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4646 - none
4747 database :
4848 - internal
49+ iop :
50+ - enabled
51+ - disabled
4952 include :
5053 - certificate_source : default
5154 security : fapolicyd
@@ -108,6 +111,10 @@ jobs:
108111 - name : Add optional feature - foreman_azure_rm and foreman_google
109112 run : |
110113 ./foremanctl deploy --add-feature foreman_azure_rm --add-feature foreman_google
114+ - name : Enable iop
115+ if : matrix.iop == 'enabled'
116+ run : |
117+ ./foremanctl deploy --add-feature iop
111118 - name : Run tests
112119 run : |
113120 ./forge test --pytest-args="--certificate-source=${{ matrix.certificate_source }} --database-mode=${{ matrix.database }}"
@@ -127,7 +134,7 @@ jobs:
127134 if : ${{ always() }}
128135 uses : actions/upload-artifact@v5
129136 with :
130- name : sosreport-${{ matrix.certificate_source }}-${{ matrix.security }}-${{ matrix.database }}
137+ name : sosreport-${{ matrix.certificate_source }}-${{ matrix.security }}-${{ matrix.database }}-${{ matrix.iop }}
131138 path : sos/
132139 - name : Setup upterm session
133140 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments