Skip to content

Commit

Permalink
Branch out 3.0.x (#924)
Browse files Browse the repository at this point in the history
* Refs #21784. Remove mirror and periodic workflows.

Signed-off-by: Miguel Company <[email protected]>

* Refs #21784. Update top branch in CI workflows.

Signed-off-by: Miguel Company <[email protected]>

---------

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Oct 2, 2024
1 parent 849ac2b commit 74abc80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 98 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/mirror.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/nightly-ubuntu-ci.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
# 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: ${{ inputs.os-version || 'ubuntu-24.04' }}
label: 'ubuntu-ci-master-main'
label: 'ubuntu-ci-3.0.x-2.0.x'
colcon-args: ${{ inputs.colcon-args }}
cmake-args: ${{ inputs.cmake-args }}
ctest-args: ${{ inputs.ctest-args }}
fastdds-docs-branch: ${{ inputs.fastdds-docs-branch || github.ref }}
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || 'main' }}
fastdds-branch: ${{ inputs.fastdds-branch || '3.0.x' }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || '2.0.x' }}
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
use-ccache: ${{ inputs.use-ccache || false }}
21 changes: 0 additions & 21 deletions .github/workflows/weekly-ubuntu-ci.yml

This file was deleted.

0 comments on commit 74abc80

Please sign in to comment.