diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/besadii/default.nix | 4 | ||||
-rw-r--r-- | ops/pipelines/README.md | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ops/besadii/default.nix b/ops/besadii/default.nix index 91d6bba6ac52..0ce773c7b101 100644 --- a/ops/besadii/default.nix +++ b/ops/besadii/default.nix @@ -1,5 +1,5 @@ -# This program is used as a git post-update hook to trigger builds on -# sourcehut. +# This program is used as a Gerrit hook to trigger builds on +# Buildkite, Sourcegraph reindexing and other maintenance tasks. { ciBuilds, depot, ... }: let diff --git a/ops/pipelines/README.md b/ops/pipelines/README.md index f4ab1cc1ae3d..a3f94fd23143 100644 --- a/ops/pipelines/README.md +++ b/ops/pipelines/README.md @@ -1,3 +1,5 @@ -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. +This folder contains the dynamic configuration for our [Buildkite CI +setup](https://tvl.fyi/builds). + +The configuration is built and dynamically loaded by Buildkite at the start of +each CI pipeline. |