From 22b8a49b87d2b86329add48e9af69ffd29ff6118 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 27 Jun 2020 17:14:58 +0100 Subject: feat(ops/pipelines): Add Buildkite pipeline configuration This adds configuration which generates the structure expected for Buildkite pipelines, which can then be dynamically ingested by Buildkite when a pipeline is triggered. Change-Id: I61e3dc3affb19c1f2550ef827fa73b17f8d8ae47 Reviewed-on: https://cl.tvl.fyi/c/depot/+/627 Reviewed-by: ericvolp12 Reviewed-by: lukegb --- ops/pipelines/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ops/pipelines/README.md (limited to 'ops/pipelines/README.md') diff --git a/ops/pipelines/README.md b/ops/pipelines/README.md new file mode 100644 index 000000000000..f4ab1cc1ae3d --- /dev/null +++ b/ops/pipelines/README.md @@ -0,0 +1,3 @@ +This folder contains various utilities used for our [Buildkite CI +setup][ci]. These are mostly hooks invoked by Buildkite runners, or +configuration used to set up the build pipelines. -- cgit 1.4.1