Skip to content

[23267] Add uncrustify to Github CI#5878

Merged
MiguelCompany merged 3 commits into
masterfrom
ci/23267
Jun 19, 2025
Merged

[23267] Add uncrustify to Github CI#5878
MiguelCompany merged 3 commits into
masterfrom
ci/23267

Conversation

@Mario-DL

@Mario-DL Mario-DL commented Jun 17, 2025

Copy link
Copy Markdown
Contributor

Description

This PR adds uncrustify to Github CI.

After this PR gets merged, the corresponding changes in the repository management checks should be performed as well as disabling fastdds_github_uncrusitfy job from jenkins

@Mergifyio backport 3.2.x 2.14.x

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • N/A Any new/modified methods have been properly documented using Doxygen.
  • N/A Any new configuration API has an equivalent XML API (with the corresponding XSD extension)
  • N/A Changes are backport compatible: they do NOT break ABI nor change library core behavior.
  • N/A Changes are API compatible.
  • N/A New feature has been added to the versions.md file (if applicable).
  • N/A New feature has been documented/Current behavior is correctly described in the documentation.
  • Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • If this is a critical bug fix, backports to the critical-only supported branches have been requested.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@Mario-DL Mario-DL added this to the v3.3.0 milestone Jun 17, 2025
@Mario-DL
Mario-DL requested review from richiprosima and removed request for richiprosima June 17, 2025 14:02
@github-actions github-actions Bot added the ci-pending PR which CI is running label Jun 17, 2025
@Mario-DL
Mario-DL requested review from richiprosima and removed request for richiprosima June 17, 2025 14:05
@Mario-DL
Mario-DL force-pushed the ci/23267 branch 2 times, most recently from 989556f to 9482027 Compare June 17, 2025 14:16
@Mario-DL
Mario-DL requested review from richiprosima and removed request for richiprosima June 17, 2025 14:16
@Mario-DL
Mario-DL requested review from richiprosima and removed request for richiprosima June 17, 2025 14:18
@Mario-DL
Mario-DL requested review from richiprosima and removed request for richiprosima June 17, 2025 14:25
@Mario-DL

Copy link
Copy Markdown
Contributor Author

I will leave the PR as it is for the reviewer to check that the results are the expected in case of failure

@Mario-DL
Mario-DL marked this pull request as ready for review June 17, 2025 14:26
Comment thread .github/workflows/linters.yml Outdated
@Mario-DL
Mario-DL requested review from MiguelCompany and removed request for MiguelCompany June 18, 2025 14:53
@Mario-DL Mario-DL added no-test Skip CI tests if PR marked with this label and removed no-test Skip CI tests if PR marked with this label labels Jun 18, 2025
@MiguelCompany
MiguelCompany self-requested a review June 18, 2025 15:23
@MiguelCompany

Copy link
Copy Markdown
Member

@Mergifyio rebase

Mario-DL added 2 commits June 18, 2025 15:25
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
@mergify

mergify Bot commented Jun 18, 2025

Copy link
Copy Markdown
Contributor

rebase

✅ Branch has been successfully rebased

Comment thread .github/workflows/linters.yml Outdated
MiguelCompany
MiguelCompany previously approved these changes Jun 19, 2025
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
@MiguelCompany
MiguelCompany merged commit 6bae07c into master Jun 19, 2025
4 checks passed
@MiguelCompany
MiguelCompany deleted the ci/23267 branch June 19, 2025 06:03
@MiguelCompany

Copy link
Copy Markdown
Member

@Mergifyio backport 3.2.x 2.14.x 2.6.x

@mergify

mergify Bot commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

backport 3.2.x 2.14.x 2.6.x

✅ Backports have been created

Details

mergify Bot pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply Miguels suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply second suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

---------

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
(cherry picked from commit 6bae07c)
mergify Bot pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply Miguels suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply second suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

---------

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
(cherry picked from commit 6bae07c)
mergify Bot pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply Miguels suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #23267: Apply second suggestion

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

---------

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
(cherry picked from commit 6bae07c)
MiguelCompany pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci



* Refs #23267: Apply Miguels suggestion



* Refs #23267: Apply second suggestion



---------


(cherry picked from commit 6bae07c)

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
MiguelCompany pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci



* Refs #23267: Apply Miguels suggestion



* Refs #23267: Apply second suggestion



---------


(cherry picked from commit 6bae07c)

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
MiguelCompany pushed a commit that referenced this pull request Jun 19, 2025
* Refs #23267: Add uncrustify to ci



* Refs #23267: Apply Miguels suggestion



* Refs #23267: Apply second suggestion



---------


(cherry picked from commit 6bae07c)

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-pending PR which CI is running

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants