Skip to content

Commit eb1df00

Browse files
committed
Add iop test github actions
1 parent 2fc1fd5 commit eb1df00

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
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() }}

0 commit comments

Comments
 (0)