Skip to content

Fast DDS Ubuntu CI (nightly 2.14.x) #17

Fast DDS Ubuntu CI (nightly 2.14.x)

Fast DDS Ubuntu CI (nightly 2.14.x) #17

name: Fast DDS Ubuntu CI (nightly 2.14.x)
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # At 22:00 GMT
jobs:
nightly-ubuntu-ci-2_14_x:
strategy:
fail-fast: false
matrix:
os-image:
- 'ubuntu-22.04'
security:
- true
- false
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
os-image: ${{ matrix.os-image }}
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.14.x'
ctest-args: "-LE xfail"
fastdds-branch: '2.14.x'
security: ${{ matrix.security }}
run-build: true
run-tests: true
use-ccache: false