Ben Poland
Ben Poland
> @bpoland have you tried using a format similar to what's in one of the sample pipelines: https://github.com/buildkite/agent-stack-k8s?tab=readme-ov-file#sample-buildkite-pipelines > > There are also a few samples in the tests: https://github.com/buildkite/agent-stack-k8s/blob/main/internal/integration/fixtures/artifact-upload-failed-job.yaml...
OK I'm trying this and it seems to be working so far but it's a little annoying with the semicolons haha ``` command: [bash, -xc] args: - |- ' buildkite-agent...
Oh wow, I didn't think to try just setting `command` haha. Yes my goal is just to be able to run multiple commands without too much boilerplate and this does...
> Coming back to the original request (multiple commands), #371 will change `podSpec/command` interpretation to make multiple commands the default in the next release. Thanks, yes that does look like...
Hey were you able to get your hooks working? I just figured out a way but not sure if I missed something! https://github.com/buildkite/agent-stack-k8s/pull/258
I also see this when one stage is waiting with `waitUntil`, it goes away once the build is finished.
Likely a better solution would be to allow `volumeMounts` to be added to the `default-(checkout|command|sidecar)-params` blocks like envFrom is?
Thanks for the context. I will see if I can get it working on my side like you described. As you said, not ideal but at least I could eliminate...
Ah thank you, I will enable the higher verbosity and try to reproduce in a test cluster in the next few days.
Hi just want to circle back here, sorry for the delay! This continues to happen to us occasionally but when it does happen, enabling debug logs restarts the controllers and...