Skip to content

Fast DDS Windows CI (nightly) #131

Fast DDS Windows CI (nightly)

Fast DDS Windows CI (nightly) #131

name: Fast DDS Windows CI (nightly)
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # At 22:00 GMT
jobs:
nightly-windows-ci-master:
strategy:
fail-fast: false
matrix:
security:
- 'ON'
- 'OFF'
cmake_build_type:
- 'Debug'
- 'RelWithDebInfo'
test_filter:
- 'blackbox'
- 'unittest'
filter_expression:
- 'BlackboxTests|example_tests|ParticipantTests|SecureDiscoverServer'
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@ci/split-test-mcompany
with:
label: nightly-sec-${{ matrix.security }}-${{ matrix.cmake_build_type }}-${{ matrix.test_filter }}-windows-ci-master
cmake-config: ${{ matrix.cmake_build_type }}
cmake-args: "-DSECURITY=${{ matrix.security }}"
ctest-args: -LE xfail ${{ matrix.test_filter == 'blackbox' && format('-R "{0}"', matrix.filter_expression) || format('-E "{0}" -j 4', matrix.filter_expression) }}
fastdds_branch: 'master'