Ngan Pham

Results 53 comments of Ngan Pham

Yup. I’ll have more time to work on this tomorrow.

Asked @JuanitoFatas > In rolling out Buildkite Builder, I noticed that the `buildkite-agent pipeline upload` command uses `git` to find the commit SHA so that it can set an environment...

Upgraded from 0.3.3 to 0.4.4 and we're experiencing deadlock issues as well. We're running a total of 10 workers and usually they manage to keep the job queue down to...

``` mysql> EXPLAIN SELECT * FROM delayed_jobs WHERE ((run_at

I added `delayed_jobs_locking` index for other metrics pulling. It would be nice if DJ-AR allowed us to specify the strategy for claiming jobs, because I would use the old strategy...

Is everyone that this is working for on mysql 5.5+?

FWIW, this was the trick I used (from Dockerfile, on Ubuntu): ``` wget --quiet -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \ && echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" >>...

Can you try setting the `BUILDKITE_BUILDER_PIPELINE_PATH` variable? https://github.com/Gusto/buildkite-builder/blob/1b49cd1589c4905026cfb8894d6ad98a4015b11d/lib/buildkite/builder/commands/abstract.rb#L108-L113

I think you can set `BUILDKITE_BUILDER_PIPELINE_PATH` to `/my/custom/path/.buildkite/pipelines/foobar`. This directory is expected to contain the `pipeline.rb` file.

This was sort of by design. Tags can be whatever for sure, but I've noticed docker tags typically are just the version number without the `v`. (And git tags include...