Skip to content

Commit b68d036

Browse files
Updates on 3.4.x after branchout of 3.5.x (#1181)
* Refs #23857. Remove mirror and nightly workflows. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23857. Update branches in workflows. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 970e759 commit b68d036

4 files changed

Lines changed: 3 additions & 112 deletions

File tree

.github/workflows/mirror.yml

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

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

Lines changed: 0 additions & 63 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.4.x-2.4.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.4.x' }}
71+
fastdds-python-branch: ${{ inputs.fastdds-python-branch || '2.4.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)