Skip to content

Commit 1c3018d

Browse files
Apply missing fixes in CI (#161)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 7b7728a commit 1c3018d

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ on:
4747
required: false
4848
type: boolean
4949
default: false
50-
5150
defaults:
5251
run:
5352
shell: bash
@@ -129,7 +128,6 @@ jobs:
129128
destination_workspace: src
130129
skip_existing: 'true'
131130

132-
133131
- name: Colcon build
134132
continue-on-error: false
135133
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
@@ -199,7 +197,6 @@ jobs:
199197
colcon_build_args: ${{ inputs.colcon-args }}
200198
colcon_build_args_default: '--packages-select fastdds_python'
201199
cmake_args: ${{ inputs.cmake-args }}
202-
cmake_args_default: ''
203200
cmake_build_type: ${{ matrix.cmake-build-type }}
204201
workspace: ${{ github.workspace }}
205202
workspace_dependencies: ${{ github.workspace }}/install
@@ -214,7 +211,6 @@ jobs:
214211
ctest_args: ${{ inputs.ctest-args }}
215212
packages_names: fastdds_python
216213
workspace: ${{ github.workspace }}
217-
workspace_dependencies: ''
218214
test_report_artifact: ${{ format('test_report_{0}_{1}_{2}', inputs.label, github.job, join(matrix.*, '_')) }}
219215

220216
- name: Fast DDS Python test summary

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
[![Issues](https://img.shields.io/github/issues/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/issues)
88
[![Forks](https://img.shields.io/github/forks/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/network/members)
99
[![Stars](https://img.shields.io/github/stars/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/stargazers)
10-
10+
[![Fast DDS Python Ubuntu CI (nightly)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml)
11+
[![Fast DDS Python Windows CI (nightly)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-windows-ci.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-windows-ci.yml)
1112

1213
*eProsima Fast DDS Python* is a Python binding for the [*eProsima Fast DDS*](https://github.com/eProsima/Fast-DDS) C++ library.
1314
This is a work in progress, but ultimately the goal is having the complete *Fast DDS* API available in Python.

RELEASE_SUPPORT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Release support
22

3-
43
Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/blob/master/RELEASE_SUPPORT.md) for the latest version of this document.

0 commit comments

Comments
 (0)