|
20 | 20 | run-tests: true
|
21 | 21 | use-ccache: false
|
22 | 22 |
|
23 |
| - nightly-ubuntu-ci-3_1_x: |
24 |
| - uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.1.x |
25 |
| - with: |
26 |
| - # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: |
27 |
| - # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. |
28 |
| - os-version: 'ubuntu-24.04' |
29 |
| - label: 'nightly-ubuntu-ci-3.1.x' |
30 |
| - fastdds-docs-branch: '3.1.x' |
31 |
| - fastdds-branch: '3.1.x' |
32 |
| - fastdds-python-branch: '2.1.x' |
33 |
| - run-build: true |
34 |
| - run-tests: true |
35 |
| - use-ccache: false |
36 |
| - |
37 |
| - nightly-ubuntu-ci-3_0_x: |
38 |
| - uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.0.x |
39 |
| - with: |
40 |
| - # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: |
41 |
| - # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. |
42 |
| - os-version: 'ubuntu-24.04' |
43 |
| - label: 'nightly-ubuntu-ci-3.0.x' |
44 |
| - fastdds-docs-branch: '3.0.x' |
45 |
| - fastdds-branch: '3.0.x' |
46 |
| - fastdds-python-branch: '2.0.x' |
47 |
| - run-build: true |
48 |
| - run-tests: true |
49 |
| - use-ccache: false |
50 |
| - |
51 | 23 | nightly-ubuntu-ci-2_14_x:
|
52 | 24 | uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@2.14.x
|
53 | 25 | with:
|
|
61 | 33 | run-build: true
|
62 | 34 | run-tests: true
|
63 | 35 | use-ccache: false
|
64 |
| - |
65 |
| - nightly-ubuntu-ci-2_10_x: |
66 |
| - uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@2.10.x |
67 |
| - with: |
68 |
| - # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: |
69 |
| - # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. |
70 |
| - os-version: 'ubuntu-22.04' |
71 |
| - label: '-nightly-ubuntu-ci-2.10.x' |
72 |
| - fastdds-docs-branch: '2.10.x' |
73 |
| - fastdds-branch: '2.10.x' |
74 |
| - fastdds-python-branch: '1.2.x' |
75 |
| - run-build: true |
76 |
| - run-tests: true |
77 |
| - use-ccache: false |
0 commit comments