Page MenuHomePhabricator
Feed Advanced Search

Feb 6 2017

sj26 awarded T12173: Support Buildkite as a Harbormaster target a Love token.
Feb 6 2017, 12:47 AM · Harbormaster, Phacility

Feb 1 2017

sj26 added a comment to T12173: Support Buildkite as a Harbormaster target.

Using {"branch": "phabricator/diff/689", "commit": "HEAD", "message": "..."} should roughly translate into a git fetch phabricator/diff/689 && git checkout FETCH_HEAD in the Buildkite agent bootstrap script. Git is smart enough to resolve that to the tag. The branch name is really only used in Buildkite for branch filters, on the agent Git does a headless checkout. And a commit value of HEAD means we'll ask Git for the commit sha and back-populate that onto the build. 👍

Feb 1 2017, 3:50 AM · Harbormaster, Phacility