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

ci: Increase disk space on the Linux x86_64 runner #8133

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

Smjert
Copy link
Member

@Smjert Smjert commented Sep 8, 2023

Uninstall unused packages on the host to make space.

The Linux x86_64 Debug build is hitting disk space limits, thanks to a "hack" we make the container run in the same pid space of the host, and then we escape the container to run commands on the host, and uninstall packages we don't use.

Uninstall unused packages on the host to make space.
@Smjert Smjert added Linux CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository labels Sep 8, 2023
@Smjert Smjert requested a review from a team as a code owner September 8, 2023 21:48
@Smjert Smjert closed this Sep 8, 2023
@Smjert Smjert reopened this Sep 8, 2023
directionless
directionless previously approved these changes Sep 8, 2023
@Smjert Smjert closed this Sep 9, 2023
@Smjert Smjert reopened this Sep 9, 2023
@Smjert
Copy link
Member Author

Smjert commented Sep 9, 2023

I have no idea why the CI runners are not starting, on my for the CI complains that there's a syntax error at line 51 in hosted_runners.yml, but that line is a comment and well before any change I did here...

EDIT: I think something is breaking on Github because 30mins ago the build_x86 runs did have a the correct name in the Actions tab, but now they are named with the relative path to the workflow.

@Smjert
Copy link
Member Author

Smjert commented Sep 11, 2023

@directionless: fixed, the Github Actions naming weirdness was unrelated. I think I will make an additional PR just to consistently format the rest of the workflow, because although it currently works, we have things like steps and the relative steps, or - cron formatted differently from what they should be, and that's confusing.

@Smjert Smjert merged commit 1e54758 into osquery:master Sep 11, 2023
16 checks passed
@Smjert Smjert deleted the stefano/ci/linux-disk-space branch September 11, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Anything about the Continuous Integration or Continuous Deployment tool used by the repository Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants