-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #21882: Bump version to 3.2.x Signed-off-by: eProsima <[email protected]> * Refs #21882: Update mirror workflow Signed-off-by: eProsima <[email protected]> * Refs #21882: Include previous version in PR template backports list Signed-off-by: eProsima <[email protected]> * Refs #21882: Add nightly workflows of 3.1.x version Signed-off-by: eProsima <[email protected]> --------- Signed-off-by: eProsima <[email protected]>
- Loading branch information
1 parent
d60571d
commit 9a852c1
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,20 @@ jobs: | |
run-tests: true | ||
use-ccache: false | ||
|
||
nightly-ubuntu-ci-3_1_x: | ||
uses: eProsima/Fast-DDS-docs/.github/workflows/[email protected] | ||
with: | ||
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: | ||
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. | ||
os-version: 'ubuntu-24.04' | ||
label: 'nightly-ubuntu-ci-3.1.x' | ||
fastdds-docs-branch: '3.1.x' | ||
fastdds-branch: '3.1.x' | ||
fastdds-python-branch: '2.1.x' | ||
run-build: true | ||
run-tests: true | ||
use-ccache: false | ||
|
||
nightly-ubuntu-ci-3_0_x: | ||
uses: eProsima/Fast-DDS-docs/.github/workflows/[email protected] | ||
with: | ||
|
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