-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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: Use Packer to manage CI images #570
Comments
Manual steps to move the buildkite-agent home directory that should be done automatically by Packer:
|
Packer should add these two lines to /lib/systemd/system/buildkite-agent.service in the
|
Added following lines to /etc/sysctl.conf And, reload sysctl by |
Added following lines to /etc/sysctl.conf And, reload sysctl by |
Added 64GB swap space to the machine.
Add following line to /etc/fstab Change the swappiness to 10
Reference: https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale issue has been automatically closed. Thank you for your contributions. |
Currently we hand build our CI images on GCP (see
ci/README.md
). Instead let's use Packer to build the images from source and at the same time ideally make them portable between the different cloud providersThe text was updated successfully, but these errors were encountered: