From 1bd6c2a85ba91ff4f1a738052fe88162d670a83b Mon Sep 17 00:00:00 2001 From: tazjin Date: Fri, 7 Jan 2022 00:53:51 +0000 Subject: revert: "fix(ops/pipelines): Remove duplicated wait step" 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 Autosubmit: tazjin --- ops/pipelines/static-pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ops/pipelines/static-pipeline.yaml') 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. # -- cgit 1.4.1