diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-22T11·05+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-22T11·29+0000 |
commit | 4b9bd8afd7a2a3eab1a6a459a5ee08b2264f96b8 (patch) | |
tree | a58631af90fe592e26633d2f027bd9ceca00db48 | |
parent | 3e9aa7722d87d1e6fee2f88267f10b0c4903ab12 (diff) |
feat(ops/pipelines): Always upload entire pipeline output r/3654
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>
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 750679639f5f..b0170e9a017a 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 |