Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ccache for builder builds #1360

Closed
wants to merge 9 commits into from
Closed

Conversation

Molter73
Copy link
Collaborator

@Molter73 Molter73 commented Oct 6, 2023

Description

This is currently under test, from local testing the initial build becomes incredibly slow, which might mean this is not viable for cross compiled images (ppc64le, s390x). However, subsequent builds are MUCH faster, so if we can power through the first run, we might be able to speed up the builder build process. If this is successful we might want to look into doing something similar for the collector binary build.

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

TODO(replace-me)
Use this space to explain how you tested your PR, or, if you didn't test it, why you did not do so. (Valid reasons include "CI is sufficient" or "No testable changes")
In addition to reviewing your code, reviewers must also review your testing instructions, and make sure they are sufficient.

For more details, ref the Confluence page about this section.

@openshift-ci
Copy link

openshift-ci bot commented Oct 6, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@Molter73 Molter73 force-pushed the mauro/use-ccache-for-builder branch from beeeb2f to 9232c0b Compare October 6, 2023 15:29
@github-actions
Copy link

github-actions bot commented Oct 10, 2023

Kernel Method Without Collector Time (secs) With Collector Time (secs) Baseline median (secs) Collector median (secs) PValue
ubuntu-os.ubuntu-2004-lts ebpf 235.126 254.761 236.1 234.97 🟢

@Molter73 Molter73 force-pushed the mauro/use-ccache-for-builder branch from 3254896 to ff8ee1f Compare October 11, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant