Fast DDS Gen Ubuntu CI (nightly) #7
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 Gen Ubuntu CI (nightly) | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 1 * * *' | ||
jobs: | ||
nightly-ubuntu-ci-master: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
java-version: | ||
- 'openjdk-11-jdk' | ||
- 'openjdk-19-jdk' | ||
uses: eProsima/Fast-DDS-Gen/.github/workflows/reusable-ubuntu-ci.yml@master | ||
with: | ||
os-version: 'ubuntu-22.04' | ||
java-version: ${{ matrix.java-version }} | ||
label: 'nightly-ubuntu-ci-master' | ||
fastdds-gen-branch: 'master' | ||
fastdds-branch: 'master' | ||
fastcdr-branch: 'master' | ||
fastdds-python-branch: 'main' | ||
discovery-server-branch: 'master' | ||
run-build: true | ||
run-tests: true | ||
use-ccache: false | ||
nightly-ubuntu-ci-3_3_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
java-version: | ||
- 'openjdk-11-jdk' | ||
- 'openjdk-19-jdk' | ||
fastcdr-branch: | ||
- '1.1.x' | ||
- '2.x' | ||
uses: eProsima/Fast-DDS-Gen/.github/workflows/[email protected] | ||
with: | ||
os-version: 'ubuntu-22.04' | ||
java-version: ${{ matrix.java-version }} | ||
label: 'nightly-ubuntu-ci-3.3.x' | ||
fastdds-gen-branch: '3.3.x' | ||
fastdds-branch: '2.14.x' | ||
fastcdr-branch: ${{ matrix.fastcdr-branch }} | ||
fastdds-python-branch: '1.4.x' | ||
discovery-server-branch: 'v1.2.2' | ||
run-build: true | ||
run-tests: true | ||
use-ccache: false | ||
nightly-ubuntu-ci-3_2_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
java-version: | ||
- 'openjdk-11-jdk' | ||
- 'openjdk-19-jdk' | ||
fastcdr-branch: | ||
- '1.1.x' | ||
- '2.x' | ||
uses: eProsima/Fast-DDS-Gen/.github/workflows/[email protected] | ||
Check failure on line 64 in .github/workflows/nightly-ubuntu-ci.yml GitHub Actions / .github/workflows/nightly-ubuntu-ci.ymlInvalid workflow file
|
||
with: | ||
os-version: 'ubuntu-22.04' | ||
java-version: ${{ matrix.java-version }} | ||
label: 'nightly-ubuntu-ci-3.2.x' | ||
fastdds-gen-branch: '3.2.x' | ||
fastdds-branch: '2.13.x' | ||
fastcdr-branch: ${{ matrix.fastcdr-branch }} | ||
fastdds-python-branch: '1.4.x' | ||
discovery-server-branch: 'v1.2.2' | ||
run-build: true | ||
run-tests: true | ||
use-ccache: false | ||
nightly-ubuntu-ci-2_5_x: | ||
uses: eProsima/Fast-DDS-Gen/.github/workflows/[email protected] | ||
with: | ||
os-version: 'ubuntu-22.04' | ||
java-version: 'openjdk-11-jdk' | ||
label: 'nightly-ubuntu-ci-2.5.x' | ||
fastdds-gen-branch: '2.5.x' | ||
fastdds-branch: '2.10.x' | ||
fastcdr-branch: '1.0.x' | ||
fastdds-python-branch: '1.2.x' | ||
discovery-server-branch: 'v1.2.1' | ||
run-build: true | ||
run-tests: true | ||
use-ccache: false |