Page MenuHomePhabricator

[CI] Include Buildkite pipelines in repo
ClosedPublic

Authored by atul on May 5 2022, 5:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 13, 5:47 AM
Unknown Object (File)
Tue, Sep 10, 8:19 PM
Unknown Object (File)
Tue, Sep 10, 8:19 PM
Unknown Object (File)
Tue, Sep 10, 8:19 PM
Unknown Object (File)
Tue, Sep 10, 8:16 PM
Unknown Object (File)
Fri, Aug 23, 7:30 PM
Unknown Object (File)
Wed, Aug 21, 5:53 PM
Unknown Object (File)
Aug 18 2024, 5:47 PM

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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage