Fast DDS Ubuntu CI (nightly) #156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fast DDS Ubuntu CI (nightly) | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 1 * * *' | ||
jobs: | ||
nightly-ubuntu-ci-hotfix-setup-python-venv: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os-image: | ||
- 'ubuntu-22.04' | ||
security: | ||
- true | ||
- false | ||
uses: eProsima/Fast-DDS/.github/workflows/reusable-ubuntu-ci.yml@hotfix/setup-python-venv | ||
Check failure on line 18 in .github/workflows/nightly-ubuntu-ci.yml GitHub Actions / .github/workflows/nightly-ubuntu-ci.ymlInvalid workflow file
|
||
with: | ||
os-image: ${{ matrix.os-image }} | ||
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-master' | ||
ctest-args: "-LE xfail" | ||
fastdds-branch: 'hotfix/setup-python-venv' | ||
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 | ||