refactor(ops/pipelines): Split build/post steps into separate chunks
This will create `build-chunk-$n.json` files for steps that should run _before_ duck, and `post-chunk-$n.json` files for steps that should run after duck. The post steps are not yet uploaded to Buildkite, but we also don't have any right now. Change-Id: I7e1b59cf55a8bf1d97266f6e988aa496959077bf Reviewed-on: https://cl.tvl.fyi/c/depot/+/5047 Tested-by: BuildkiteCI Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
f12ceaa622
commit
5a88e47b71
2 changed files with 10 additions and 17 deletions
|
@ -54,7 +54,7 @@ steps:
|
|||
|
||||
# Steps need to be uploaded in reverse order because pipeline
|
||||
# upload prepends instead of appending.
|
||||
ls pipeline/chunk-*.json | tac | while read chunk; do
|
||||
ls pipeline/build-chunk-*.json | tac | while read chunk; do
|
||||
buildkite-agent pipeline upload $$chunk
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue