Mike Williams

Results 25 comments of Mike Williams

I _do_ like the idea of a more general solution, with "validator" or "type" objects, though. I figure usage might look something like: ``` option "--size", "SIZE", "T-shirt size", type:...

For now, I have a decent work-around: stripping RS characters prior to processing with `rq`: input | perl -pe 's/\036//g' | rq ... Not ideal, but workable.

Thanks @biancaG. Sing out if you need any help. The RSpec documentation around defining matchers is pretty good, though; see: https://www.relishapp.com/rspec/rspec-expectations/v/2-4/docs/custom-matchers/define-matcher Note that by design you should be able to...

(3) Seems sensible to me.

Bump! I'm also looking for a reliable way to install gems (like bundler) - ideally at the system level - using the chruby cookbook. FWIW, my "gem_require" gem (https://github.com/mdub/gem_require) provides...

Well, I was planning to shut down an agent cluster, and wanted to see what (and how many) projects were affected.

@jufemaiz: well, I'm not really concerned about finding the pipelines that are configured to use a given queue ... only the builds that are _currently waiting_ to run.

Fair point. I guess it's really _jobs_ I'm concerned with, rather than builds.

A workmate has pointed out that this feature already exists! * https://buildkite.com/organizations/SLUB/jobs It's not particularly discoverable, though ... based on the fact I couldn't find that page myself, when browsing...