HomePhabricator
Diffusion Comm 03d6f32b07a9

[CI] Add `tunnelbroker_build` workflow to Buildkite/GH Actions

Description

[CI] Add tunnelbroker_build workflow to Buildkite/GH Actions

Summary:
This was previously handled as part of the "Services CI" workflow that will be deprecated later in this stack. This diff allows us to increase concurrency as we move over to the autoscaling EC2 instances.

Differences on the Buildkite side:

  1. We use the actual shell command instead of yarn blah because the autoscaling instances are intended to be as minimal as possible and don't include node, yarn, etc.
  1. We use the --no-cache flag to force a new complete build on each run. The previous "Services CI" workflow depended heavily on caches, because running 3-4 complete builds would take a long time. Now, we can separate these out and take advantage of the concurrency provided by the autoscaling instances.

Depends on D4403

Test Plan:
Buildkite: Copy/pasted from what I have in the Buildkite GUI that has been "active" for the last 2-3 days without issue.

GitHub: Will see what happens when it lands, but fairly confident it should be good to go.

Reviewers: def-au1t, palys-swm, yayabosh, geekbrother, karol-bisztyga

Reviewed By: palys-swm, yayabosh, geekbrother, karol-bisztyga

Subscribers: ashoat, Adrian

Differential Revision: https://phab.comm.dev/D4405

Details

Provenance
atulAuthored on Jun 29 2022, 12:11 PM
Reviewer
tomek
Differential Revision
D4405: [CI] Add `tunnelbroker_build` workflow to Buildkite/GH Actions
Parents
rCOMM82575f1efe0a: [CI] Add `blob_build` workflow to Buildkite/GH Actions
Branches
Unknown
Tags
Unknown