Skip to content

Commit 74fe173

Browse files
committed
add back all vendors
1 parent 7da4f72 commit 74fe173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/1_run_interoperability_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 1 - Run Interoperability Tests
2-
run-name: Run Interoperability Tests by ${{ github.actor }}
2+
run-name: Run Interoperability Tests
33
on: workflow_dispatch
44
jobs:
55
generate_timestamp:
@@ -19,8 +19,8 @@ jobs:
1919
needs: generate_timestamp
2020
strategy:
2121
matrix:
22-
publisher: [dust_dds, eprosima_fastdds] #[connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
23-
subscriber: [dust_dds, eprosima_fastdds] #[connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
22+
publisher: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
23+
subscriber: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
2424

2525
steps:
2626
- name: Checkout sources
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Python requirements
4141
run: pip install --requirement requirements.txt
4242
- name: Run Interoperability script
43-
timeout-minutes: 30
43+
timeout-minutes: 60
4444
run: python3 interoperability_report.py --publisher executables/${{ matrix.publisher }}*shape_main_linux --subscriber executables/${{ matrix.subscriber }}*shape_main_linux --output-name junit_report-${{ matrix.publisher }}-${{ matrix.subscriber }}.xml
4545
- name: Download timestamp
4646
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)