Page MenuHomePhabricator

[CI] Include Buildkite pipelines in repo
ClosedPublic

Authored by atul on May 5 2022, 5:41 AM.
Tags
None
Referenced Files
F3242925: D3925.diff
Thu, Nov 14, 7:10 AM
Unknown Object (File)
Sat, Nov 9, 3:23 PM
Unknown Object (File)
Sat, Nov 9, 11:39 AM
Unknown Object (File)
Sat, Nov 9, 11:39 AM
Unknown Object (File)
Fri, Nov 8, 8:06 AM
Unknown Object (File)
Thu, Nov 7, 9:18 AM
Unknown Object (File)
Thu, Nov 7, 9:18 AM
Unknown Object (File)
Thu, Nov 7, 9:18 AM

Details

Summary

We were previously using a mix of the "Legacy" and "YAML" steps for our Buildkite pipelines.

Now that we've moved all of the pipelines over to the "YAML" approach, we can check the files into the repo.

Once they're checked into the repo, we can "pull them" into Buildkite by replacing the contents of the pipelines in the web interface with something like:

steps:
   - command: buildkite-agent pipeline upload
     label: ":ios:"
Test Plan

These are the steps we are using already with the Buildkite CI. Ran them a few times after converting the steps to YAML and things continue to work as expected.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable