From 4b9bd8afd7a2a3eab1a6a459a5ee08b2264f96b8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 22 Jan 2022 14:05:34 +0300 Subject: feat(ops/pipelines): Always upload entire pipeline output Previously we only stored the drvmap, but we will also need the build chunks to refactor the generation of dynamic post-steps. Change-Id: I256fffe13af8f8c4521835257f5d87dda323b248 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5043 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: ezemtsov --- ops/pipelines/static-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 750679639f..b0170e9a01 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -43,7 +43,7 @@ steps: buildkite-agent pipeline upload $$chunk done - buildkite-agent artifact upload pipeline/drvmap.json + buildkite-agent artifact upload "pipeline/*" # Wait for all previous steps to complete. - wait: null -- cgit 1.4.1