difftreelog
ci fix rewrite ordering
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 # 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 }}'}})163162164 - name: "Reconcile: runtime is upgraded"163 - name: "Reconcile: runtime is upgraded"165 working-directory: tests164 working-directory: tests