about summary refs log tree commit diff
path: root/ops/ci/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-08-06 14:33:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-07 14:34:07 -0700
commitb6fe3e7ed1eaa517d1d30b89c22cb68277da8774 (patch)
treee5ba5dfc56517f050b134e68016366db20dc6405 /ops/ci/README.org
parentfeat(hosts/tahoe): add a token for graphql for buildkite agents (diff)
downloadworld-b6fe3e7ed1eaa517d1d30b89c22cb68277da8774.tar.gz
ci(pipeline): the pipeline to be executed with a new build
This is the pipeline that is executed when a new build starts. It wait
for all the steps to be completed, and if one of them fail, the build is
marked as failed.

Change-Id: I1eb22b27749944de78d44e49586a1db1fe07b460
Reviewed-on: https://cl.fcuny.net/c/world/+/706
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r--ops/ci/README.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/ci/README.org b/ops/ci/README.org
new file mode 100644
index 0000000..0754937
--- /dev/null
+++ b/ops/ci/README.org
@@ -0,0 +1,3 @@
+The default pipeline is managed by [[file:~/workspace/world/ops/buildkite/][ops/buildkite]]. When a new build starts, the buildkite agent uploads the pipeline defined in this directory.
+
+The configuration for the repository is managed with [[file+emacs:pipeline.yml][pipeline.yml]]. All the steps are executed in parallel except for the last one, which wait on the completion of all the previous steps. If one of the previous steps has failed, the build is marked as failed, otherwise we consider it to pass.