git.delta.rocks / unique-network / refs/commits / afa2cb86c134

difftreelog

ci fix rewrite ordering

Yaroslav Bolyukin2023-09-11parent: #716e4d5.patch.diff
in: master

1 file changed

modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
153 .baedeker/vendor153 .baedeker/vendor
154 tla-str: |154 tla-str: |
155 relay_spec=rococo-local155 relay_spec=rococo-local
156 inputs: |156 inputs: |
157 .baedeker/node-only.jsonnet157 .baedeker/node-only.jsonnet
158 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/polkadot':{dockerImage:'${{ steps.polkadot.outputs.name }}'}})158 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/polkadot':{dockerImage:'${{ steps.polkadot.outputs.name }}'}})
159 # nodata build uses old runtime, but new chain, thus we use mainnet image for spec generation, and then latest image for nodes.159 # nodata build uses old runtime, but new chain, thus we use mainnet image for spec generation, and then latest image for nodes.
160 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}}, for_nodes = false)160 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.latest.outputs.name }}'}}, for_chain = false)
161 # nodata build uses old runtime, but new chain, thus we use mainnet image for spec generation, and then latest image for nodes.161 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}})
162 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.latest.outputs.name }}'}})
163162
164 - name: "Reconcile: runtime is upgraded"163 - name: "Reconcile: runtime is upgraded"
165 working-directory: tests164 working-directory: tests