Skip to content

Fast DDS Ubuntu CI (nightly) #157

Fast DDS Ubuntu CI (nightly)

Fast DDS Ubuntu CI (nightly) #157

name: Fast DDS Ubuntu CI (nightly)
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
nightly-ubuntu-ci-test-ci-ubuntu24:
strategy:
fail-fast: false
matrix:
os-image:
- 'ubuntu-22.04'
security:
- true
- false
uses: eProsima/Fast-DDS/.github/workflows/reusable-ubuntu-ci.yml@test/ci/ubuntu24
with:
os-image: ${{ matrix.os-image }}
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-master'
ctest-args: "-LE xfail"
fastdds-branch: 'test/ci/ubuntu24'
security: ${{ matrix.security }}
run-build: true
run-tests: true
use-ccache: false
# 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
# nightly-ubuntu-ci-2_10_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.10.x'
# ctest-args: "-LE xfail"
# fastdds-branch: '2.10.x'
# security: ${{ matrix.security }}
# run-build: true
# run-tests: true
# use-ccache: false