git.delta.rocks / unique-network / refs/commits / 4badfb7a0ba9

difftreelog

ci forkless-nodata wants new nodes in runtime

Yaroslav Bolyukin2023-09-10parent: #f3f56cc.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 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}}, extra_node_mixin = {legacyRpc: true})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)
161 # nodata build uses old runtime, but new chain, thus we use mainnet image for spec generation, and then latest image for nodes.
162 snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.latest.outputs.name }}'}})
160163
161 - name: "Reconcile: runtime is upgraded"164 - name: "Reconcile: runtime is upgraded"
162 working-directory: tests165 working-directory: tests