eProsima / Fast-DDS

The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
Apache License 2.0
2.16k stars 765 forks source link

[21158] CI - Avoid CCache in workflows and nightlys (backport #4971) #4976

Closed mergify[bot] closed 3 months ago

mergify[bot] commented 3 months ago

Description

This PR performs the following improvements in this project CI:

Important: Backports must remove nightly workflows

@Mergifyio backport 2.14.x 2.13.x 2.10.x 2.6.x

Contributor Checklist

Reviewer Checklist

mergify[bot] commented 3 months ago

Cherry-pick of 7f6f423578481ccebdbd33994708cfa45f67c60b has failed:

On branch mergify/bp/2.6.x/pr-4971
Your branch is up to date with 'origin/2.6.x'.

You are currently cherry-picking commit 7f6f42357.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
    both modified:   .github/workflows/mac-ci.yml
    deleted by us:   .github/workflows/nightly-mac-ci.yml
    deleted by us:   .github/workflows/nightly-ubuntu-ci.yml
    both modified:   .github/workflows/reusable-mac-ci.yml
    both modified:   .github/workflows/reusable-sanitizers-ci.yml

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

JesusPoderoso commented 3 months ago

To ensure that the Sanitizer job does not use CCache (it has been skipped due to the no-test flag), a manual run has been triggered with ctest-args -N to avoid running tests.

JesusPoderoso commented 3 months ago

All jobs have skipped the setup CCache step. Ready to merge!