Skip to content

Commit 74abc80

Browse files
Branch out 3.0.x (#924)
* Refs #21784. Remove mirror and periodic workflows. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21784. Update top branch in CI workflows. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 849ac2b commit 74abc80

File tree

4 files changed

+3
-98
lines changed

4 files changed

+3
-98
lines changed

.github/workflows/mirror.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/ubuntu-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
6363
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
6464
os-version: ${{ inputs.os-version || 'ubuntu-24.04' }}
65-
label: 'ubuntu-ci-master-main'
65+
label: 'ubuntu-ci-3.0.x-2.0.x'
6666
colcon-args: ${{ inputs.colcon-args }}
6767
cmake-args: ${{ inputs.cmake-args }}
6868
ctest-args: ${{ inputs.ctest-args }}
6969
fastdds-docs-branch: ${{ inputs.fastdds-docs-branch || github.ref }}
70-
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
71-
fastdds-python-branch: ${{ inputs.fastdds-python-branch || 'main' }}
70+
fastdds-branch: ${{ inputs.fastdds-branch || '3.0.x' }}
71+
fastdds-python-branch: ${{ inputs.fastdds-python-branch || '2.0.x' }}
7272
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
7373
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
7474
use-ccache: ${{ inputs.use-ccache || false }}

.github/workflows/weekly-ubuntu-ci.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)