about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/besadii/default.nix4
-rw-r--r--ops/pipelines/README.md8
2 files changed, 7 insertions, 5 deletions
diff --git a/ops/besadii/default.nix b/ops/besadii/default.nix
index 91d6bba6ac..0ce773c7b1 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 f4ab1cc1ae..a3f94fd231 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.