You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Buildkite setup is now at a stage where I can run bazel test //... and have things pass 😄, but things are far from perfect.
Improvements to be made:
Currently cannot access like buildkite-agent instances. The Buildkite CloudFormation template has something about ssh keyPair that can supposedly address this
EC2 Instance setup currently happens in the bootstrap_agent.sh script. I think it would be much better to bake this setup into an AMI and then use that as the agent AMI instead of the base buildkite-stack AMIs. Having 1 from this list will help achieve this.
Lower Priority: I had to go up from t2-nano to t2-small to avoid a JVM out-of-memory error. See if I can do some tuning or find a better instance type for these BK agents.
The text was updated successfully, but these errors were encountered:
My buildkite-agent instances are terminating after every completed step!!! Need them to stay up for at least 5 minutes or so waiting to see if it can pick up another step. Jeezus.
My Buildkite setup is now at a stage where I can run
bazel test //...
and have things pass 😄, but things are far from perfect.Improvements to be made:
buildkite-agent
instances. The Buildkite CloudFormation template has something aboutssh
keyPair that can supposedly address thisbootstrap_agent.sh
script. I think it would be much better to bake this setup into an AMI and then use that as the agent AMI instead of the basebuildkite-stack
AMIs. Having 1 from this list will help achieve this.t2-nano
tot2-small
to avoid a JVM out-of-memory error. See if I can do some tuning or find a better instance type for these BK agents.The text was updated successfully, but these errors were encountered: