about summary refs log tree commit diff
path: root/ops/pipelines
diff options
context:
space:
mode:
authortazjin <tazjin@tvl.su>2022-01-07T00·53+0000
committerclbot <clbot@tvl.fyi>2022-01-07T01·06+0000
commit1bd6c2a85ba91ff4f1a738052fe88162d670a83b (patch)
tree554e190ec2190dd28bec45839e5766cac236aafc /ops/pipelines
parentf3364b1516ce28f7b956ec6f7fa1fbb712dcefa8 (diff)
revert: "fix(ops/pipelines): Remove duplicated wait step" r/3524
This reverts commit 5e036ed9fc579d14353eb7da4af4b426c99f96e6.

Reason for revert: This introduced a logic error since the remaining
step runs at the wrong point in the pipeline. Temporarily reverting to
having duplicated waits in order to clean up later.

Change-Id: Ifa6ece50dd22924f02efd7b790a5863ca1189af7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4841
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/pipelines')
-rw-r--r--ops/pipelines/static-pipeline.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml
index dbac741adb..78b53d692b 100644
--- a/ops/pipelines/static-pipeline.yaml
+++ b/ops/pipelines/static-pipeline.yaml
@@ -22,6 +22,10 @@ steps:
         buildkite-agent pipeline upload $$chunk
       done
 
+  # Wait for all previous steps to complete.
+  - wait: null
+    continue_on_failure: true
+
   # Exit with success or failure depending on whether any other steps
   # failed.
   #