difftreelog
ci forkless-nodata wants new nodes in runtime
in: master
1 file changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth153 .baedeker/vendor153 .baedeker/vendor154 tla-str: |154 tla-str: |155 relay_spec=rococo-local155 relay_spec=rococo-local156 inputs: |156 inputs: |157 .baedeker/node-only.jsonnet157 .baedeker/node-only.jsonnet158 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 }}'}})160163161 - name: "Reconcile: runtime is upgraded"164 - name: "Reconcile: runtime is upgraded"162 working-directory: tests165 working-directory: tests