Skip to content

Commit

Permalink
Remove unused workflows from 2.1.x & update .repos (#194)
Browse files Browse the repository at this point in the history
* Refs #21882: Remove unsused workflows

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21882: Update .repos

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21882: Apply Jesus rev

Signed-off-by: Mario-DL <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
Signed-off-by: Mario-DL <[email protected]>
  • Loading branch information
Mario-DL authored Oct 23, 2024
1 parent c3b567d commit 5ff8b4b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 206 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/mirror.yml

This file was deleted.

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

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/nightly-windows-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cmake-args: ${{ inputs.cmake-args }}
ctest-args: ${{ inputs.ctest-args }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
fastdds-branch: ${{ inputs.fastdds-branch || '3.1.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 }}
20 changes: 0 additions & 20 deletions .github/workflows/weekly-ubuntu-ci.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/weekly-windows-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
cmake-args: ${{ inputs.cmake-args }}
ctest-args: ${{ inputs.ctest-args }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
fastdds-branch: ${{ inputs.fastdds-branch || '3.1.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'))) }}
10 changes: 5 additions & 5 deletions fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
foonathan_memory_vendor:
type: git
url: https://github.com/eProsima/foonathan_memory_vendor.git
version: master
version: v1.3.1
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: master
version: 2.2.x
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: 3.1.x
fastdds_python:
type: git
url: https://github.com/eProsima/Fast-DDS-python.git
version: main
version: 2.1.x
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: master
version: 4.0.x

0 comments on commit 5ff8b4b

Please sign in to comment.