Skip to content

Commit

Permalink
Fix nightly job (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 26, 2024
1 parent c3e3c73 commit e52c391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os-version: 'ubuntu-22.04'
java-version: ${{ matrix.java-version }}
label: 'nightly-ubuntu-ci-master'
fastdds-gen-branch: 'master'
fastddsgen-branch: 'master'
fastdds-branch: 'master'
fastcdr-branch: 'master'
fastdds-python-branch: 'main'
Expand All @@ -42,7 +42,7 @@ jobs:
os-version: 'ubuntu-22.04'
java-version: ${{ matrix.java-version }}
label: 'nightly-ubuntu-ci-3.3.x'
fastdds-gen-branch: '3.3.x'
fastddsgen-branch: '3.3.x'
fastdds-branch: '2.14.x'
fastcdr-branch: ${{ matrix.fastcdr-branch }}
fastdds-python-branch: '1.4.x'
Expand All @@ -57,7 +57,7 @@ jobs:
os-version: 'ubuntu-22.04'
java-version: 'openjdk-11-jdk'
label: 'nightly-ubuntu-ci-2.5.x'
fastdds-gen-branch: '2.5.x'
fastddsgen-branch: '2.5.x'
fastdds-branch: '2.10.x'
fastcdr-branch: '1.0.x'
fastdds-python-branch: '1.2.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os-version: 'ubuntu-20.04'
java-version: 'openjdk-11-jdk'
label: 'weekly-ubuntu-ci-2.1.x'
fastdds-gen-branch: '2.1.x'
fastddsgen-branch: '2.1.x'
fastdds-branch: '2.6.x'
fastcdr-branch: '1.0.x'
fastdds-python-branch: '1.0.x'
Expand Down

0 comments on commit e52c391

Please sign in to comment.