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 <tazjin@tvl.su>
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
This commit is contained in:
Vincent Ambo 2022-01-22 14:05:34 +03:00 committed by clbot
parent 3e9aa7722d
commit 4b9bd8afd7

View file

@ -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