difftreelog
add sapphire chain and wasm file into workflows
in: master
17 files changed
.docker/Dockerfile-parachain-node-onlydiffbeforeafterboth616162ARG NETWORK62ARG NETWORK63ARG POLKADOT_LAUNCH_BRANCH63ARG POLKADOT_LAUNCH_BRANCH64ARG WASM_NAME646565RUN apt-get -y update && \66RUN apt-get -y update && \66 apt-get -y install curl git && \67 apt-get -y install curl git && \828383COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/84COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/84COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/85COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/85COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm86COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm868787COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/88COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/88COPY --from=polkadot /unique_parachain/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm /polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm89COPY --from=polkadot /unique_parachain/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm /polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm.docker/Dockerfile-parachain-upgradediffbeforeafterboth595960ARG NETWORK60ARG NETWORK61ARG POLKADOT_LAUNCH_BRANCH61ARG POLKADOT_LAUNCH_BRANCH62ARG WASM_NAME626363RUN apt-get -y update && \64RUN apt-get -y update && \64 apt-get -y install curl git && \65 apt-get -y install curl git && \808181COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/82COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/82COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/83COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/83COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm84COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm848585COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/86COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/86COPY --from=polkadot /unique_parachain/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm /polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm87COPY --from=polkadot /unique_parachain/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm /polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm.docker/Dockerfile-parachain-upgrade-datadiffbeforeafterboth63ARG REPLICA_FROM63ARG REPLICA_FROM64ENV REPLICA_FROM=${REPLICA_FROM}64ENV REPLICA_FROM=${REPLICA_FROM}65ARG POLKADOT_LAUNCH_BRANCH65ARG POLKADOT_LAUNCH_BRANCH66ARG WASM_NAME666767RUN apt-get -y update && \68RUN apt-get -y update && \68 apt-get -y install curl git && \69 apt-get -y install curl git && \858686COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/87COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/87COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/88COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/88COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$NETWORK"-runtime/"$NETWORK"_runtime.compact.compressed.wasm89COPY --from=builder-unique-target /unique_parachain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm /unique-chain/target/release/wbuild/"$WASM_NAME"-runtime/"$WASM_NAME"_runtime.compact.compressed.wasm899090COPY --from=uniquenetwork/builder-chainql:latest /chainql/target/release/chainql /chainql/target/release/91COPY --from=uniquenetwork/builder-chainql:latest /chainql/target/release/chainql /chainql/target/release/9192.docker/Dockerfile-try-runtimediffbeforeafterboth35ARG PROFILE=release35ARG PROFILE=release36ARG NETWORK36ARG NETWORK37ARG REPLICA_FROM37ARG REPLICA_FROM38ARG WASM_NAME38ENV NETWORK $NETWORK39ENV NETWORK $NETWORK39ENV REPLICA_FROM $REPLICA_FROM40ENV REPLICA_FROM $REPLICA_FROM404146 echo "Fork from: $REPLICA_FROM\n" && \47 echo "Fork from: $REPLICA_FROM\n" && \47 cargo build --features=try-runtime,${NETWORK}-runtime --release48 cargo build --features=try-runtime,${NETWORK}-runtime --release484949CMD cargo run --release --features ${NETWORK}-runtime,try-runtime -- try-runtime --runtime target/release/wbuild/${NETWORK}-runtime/${NETWORK}_runtime.compact.compressed.wasm -lruntime=debug -ltry-runtime::cli=debug on-runtime-upgrade --checks live --uri $REPLICA_FROM50CMD cargo run --release --features ${NETWORK}-runtime,try-runtime -- try-runtime --runtime target/release/wbuild/${WASM_NAME}-runtime/${WASM_NAME}_runtime.compact.compressed.wasm -lruntime=debug -ltry-runtime::cli=debug on-runtime-upgrade --checks live --uri $REPLICA_FROM5051.docker/docker-compose.tmp-forkless-data.j2diffbeforeafterboth13 - "MAINNET_TAG={{ MAINNET_TAG }}"13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "REPLICA_FROM={{ REPLICA_FROM }}"15 - "REPLICA_FROM={{ REPLICA_FROM }}"16 - "WASM_NAME={{ WASM_NAME }}"16 context: ../17 context: ../17 dockerfile: .docker/Dockerfile-parachain-upgrade-data18 dockerfile: .docker/Dockerfile-parachain-upgrade-data18 image: node-parachain19 image: node-parachain.docker/docker-compose.tmp-forkless-nodata.j2diffbeforeafterboth12 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 12 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 13 - "MAINNET_TAG={{ MAINNET_TAG }}"13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "WASM_NAME={{ WASM_NAME }}"15 context: ../16 context: ../16 dockerfile: .docker/Dockerfile-parachain-upgrade17 dockerfile: .docker/Dockerfile-parachain-upgrade17 image: node-parachain18 image: node-parachain.docker/docker-compose.tmp-node.j2diffbeforeafterboth12 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 12 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 13 - "MAINNET_TAG={{ MAINNET_TAG }}"13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "WASM_NAME={{ WASM_NAME }}"15 context: ../16 context: ../16 dockerfile: .docker/Dockerfile-parachain-node-only17 dockerfile: .docker/Dockerfile-parachain-node-only17 image: node-parachain18 image: node-parachain.docker/docker-compose.tmp-try-runtime.j2diffbeforeafterboth8 args:8 args:9 - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"9 - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"10 - "NETWORK={{ NETWORK }}"10 - "NETWORK={{ NETWORK }}"11 - "REPLICA_FROM={{ REPLICA_FROM }}" 11 - "REPLICA_FROM={{ REPLICA_FROM }}"12 - "WASM_NAME={{ WASM_NAME }} " 12 image: try-runtime13 image: try-runtime13 container_name: try-runtime14 container_name: try-runtime14 expose:15 expose:.docker/forkless-config/launch-config-forkless-data.j2diffbeforeafterboth88 {88 {89 "bin": "/unique-chain/current/release/unique-collator",89 "bin": "/unique-chain/current/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ NETWORK }}-runtime/{{ NETWORK }}_runtime.compact.compressed.wasm",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ WASM_NAME }}-runtime/{{ WASM_NAME }}_runtime.compact.compressed.wasm",92 "id": "1000",92 "id": "1000",93 "balance": "1000000000000000000000000",93 "balance": "1000000000000000000000000",94 "chainRawInitializer": [94 "chainRawInitializer": [.docker/forkless-config/launch-config-forkless-nodata.j2diffbeforeafterboth88 {88 {89 "bin": "/unique-chain/current/release/unique-collator",89 "bin": "/unique-chain/current/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ NETWORK }}-runtime/{{ NETWORK }}_runtime.compact.compressed.wasm",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ WASM_NAME }}-runtime/{{ WASM_NAME }}_runtime.compact.compressed.wasm",92 "id": "1000",92 "id": "1000",93 "balance": "1000000000000000000000000",93 "balance": "1000000000000000000000000",94 "nodes": [94 "nodes": [.docker/forkless-config/launch-config-node-update-only-v3.j2diffbeforeafterboth88 {88 {89 "bin": "/unique-chain/current/release/unique-collator",89 "bin": "/unique-chain/current/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",90 "upgradeBin": "/unique-chain/target/release/unique-collator",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ NETWORK }}-runtime/{{ NETWORK }}_runtime.compact.compressed.wasm",91 "upgradeWasm": "/unique-chain/target/release/wbuild/{{ WASM_NAME }}-runtime/{{ WASM_NAME }}_runtime.compact.compressed.wasm",92 "id": "1000",92 "id": "1000",93 "balance": "1000000000000000000000000",93 "balance": "1000000000000000000000000",94 "nodes": [94 "nodes": [.github/workflows/forkless-update-data.ymldiffbeforeafterboth34 uses: CertainLach/create-matrix-action@v334 uses: CertainLach/create-matrix-action@v335 id: create_matrix35 id: create_matrix36 with:36 with:37 matrix: |37 matrix: |38 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}38 network {quartz}, wasm_name {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}39 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}39 network {unique}, wasm_name {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}40 network {opal}, wasm_name {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}41 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}41 network {sapphire}, wasm_name {opal}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}424243 forkless-update-data:43 forkless-update-data:44 needs: execution-marix44 needs: execution-marix70 with:70 with:71 template: .docker/docker-compose.tmp-forkless-data.j271 template: .docker/docker-compose.tmp-forkless-data.j272 output_file: .docker/docker-compose-forkless-data.${{ matrix.network }}.yml72 output_file: .docker/docker-compose-forkless-data.${{ matrix.network }}.yml73 variables: |73 variables: |74 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git74 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git75 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}75 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}76 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}76 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}77 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 77 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 78 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}78 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}79 # MAINNET_TAG=${{ matrix.mainnet_tag }}79 # MAINNET_TAG=${{ matrix.mainnet_tag }}80 MAINNET_BRANCH=${{ matrix.mainnet_branch }}80 MAINNET_BRANCH=${{ matrix.mainnet_branch }}81 NETWORK=${{ matrix.network }}81 NETWORK=${{ matrix.network }}82 # BRANCH=${{ github.head_ref }}82 # BRANCH=${{ github.head_ref }}83 REPLICA_FROM=${{ matrix.replica_from_address }}83 REPLICA_FROM=${{ matrix.replica_from_address }}84 WASM_NAME=${{ matrix.wasm_name }}848585 - name: Show build configuration86 - name: Show build configuration86 run: cat .docker/docker-compose-forkless-data.${{ matrix.network }}.yml87 run: cat .docker/docker-compose-forkless-data.${{ matrix.network }}.yml90 with:91 with:91 template: .docker/forkless-config/launch-config-forkless-data.j292 template: .docker/forkless-config/launch-config-forkless-data.j292 output_file: .docker/launch-config-forkless-data.json93 output_file: .docker/launch-config-forkless-data.json93 variables: |94 variables: |94 NETWORK=${{ matrix.network }}95 NETWORK=${{ matrix.network }}95 REPLICA_FROM=${{ matrix.replica_from_address }}96 REPLICA_FROM=${{ matrix.replica_from_address }}97 WASM_NAME=${{ matrix.wasm_name}}969897 - name: Show launch-config-forkless configuration99 - name: Show launch-config-forkless configuration98 run: cat .docker/launch-config-forkless-data.json100 run: cat .docker/launch-config-forkless-data.json.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth33 uses: CertainLach/create-matrix-action@v333 uses: CertainLach/create-matrix-action@v334 id: create_matrix34 id: create_matrix35 with:35 with:36 matrix: |36 matrix: |37 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}37 network {quartz}, wasm_name {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}38 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}38 network {unique}, wasm_name {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}39 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}39 network {opal}, wasm_name {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}40 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}40 network {sapphire}, wasm_name {opal}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}4141424243 forkless-update-nodata:43 forkless-update-nodata:72 with:72 with:73 template: .docker/docker-compose.tmp-forkless-nodata.j273 template: .docker/docker-compose.tmp-forkless-nodata.j274 output_file: .docker/docker-compose.${{ matrix.network }}.yml74 output_file: .docker/docker-compose.${{ matrix.network }}.yml75 variables: |75 variables: |76 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git76 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git77 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}77 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}78 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}78 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}79 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 79 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 80 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}80 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}81 # MAINNET_TAG=${{ matrix.mainnet_tag }}81 # MAINNET_TAG=${{ matrix.mainnet_tag }}82 MAINNET_BRANCH=${{ matrix.mainnet_branch }}82 MAINNET_BRANCH=${{ matrix.mainnet_branch }}83 NETWORK=${{ matrix.network }}83 NETWORK=${{ matrix.network }}84 # BRANCH=${{ github.head_ref }}84 # BRANCH=${{ github.head_ref }}85 WASM_NAME=${{ matrix.wasm_name }}858686 - name: Show build configuration87 - name: Show build configuration87 run: cat .docker/docker-compose.${{ matrix.network }}.yml88 run: cat .docker/docker-compose.${{ matrix.network }}.yml91 with:92 with:92 template: .docker/forkless-config/launch-config-forkless-nodata.j293 template: .docker/forkless-config/launch-config-forkless-nodata.j293 output_file: .docker/launch-config-forkless-nodata.json94 output_file: .docker/launch-config-forkless-nodata.json94 variables: |95 variables: |95 NETWORK=${{ matrix.network }}96 NETWORK=${{ matrix.network }}97 WASM_NAME=${{ matrix.wasm_name }}969897 - name: Show launch-config-forkless configuration99 - name: Show launch-config-forkless configuration98 run: cat .docker/launch-config-forkless-nodata.json100 run: cat .docker/launch-config-forkless-nodata.json.github/workflows/integration-tests.ymldiffbeforeafterboth34 uses: fabiocaccamo/create-matrix-action@v234 uses: fabiocaccamo/create-matrix-action@v235 id: create_matrix35 id: create_matrix36 with:36 with:37 matrix: |37 matrix: |38 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}38 network {opal}, wasm_name {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}39 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}39 network {sapphire}, wasm_name {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}40 network {quartz}, wasm_name {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}40 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}41 network {unique}, wasm_name {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}41 42 42 parallel-test:43 parallel-test:43 needs: nodes-execution-matrix44 needs: nodes-execution-matrix72 with:73 with:73 template: .docker/docker-compose.tmp-node.j274 template: .docker/docker-compose.tmp-node.j274 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml75 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml75 variables: |76 variables: |76 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git77 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git77 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}78 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}78 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}79 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}79 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 80 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 80 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}81 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}81 MAINNET_TAG=${{ matrix.mainnet_tag }}82 MAINNET_TAG=${{ matrix.mainnet_tag }}82 MAINNET_BRANCH=${{ matrix.mainnet_branch }}83 MAINNET_BRANCH=${{ matrix.mainnet_branch }}83 NETWORK=${{ matrix.network }}84 NETWORK=${{ matrix.network }}84 BRANCH=${{ github.head_ref }}85 BRANCH=${{ github.head_ref }}85 86 WASM_NAME=${{ matrix.wasm_name }}87 86 - name: Show build configuration88 - name: Show build configuration87 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml89 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml220 with:222 with:221 template: .docker/docker-compose.tmp-node.j2223 template: .docker/docker-compose.tmp-node.j2222 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml224 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml223 variables: |225 variables: |224 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git226 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git225 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}227 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}226 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}228 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}227 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 229 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 228 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}230 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}229 MAINNET_TAG=${{ matrix.mainnet_tag }}231 MAINNET_TAG=${{ matrix.mainnet_tag }}230 MAINNET_BRANCH=${{ matrix.mainnet_branch }}232 MAINNET_BRANCH=${{ matrix.mainnet_branch }}231 NETWORK=${{ matrix.network }}233 NETWORK=${{ matrix.network }}232 BRANCH=${{ github.head_ref }}234 BRANCH=${{ github.head_ref }}233 235 WASM_NAME=${{ matrix.wasm_name }}236 234 - name: Show build configuration237 - name: Show build configuration235 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml238 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml.github/workflows/node-only-update.ymldiffbeforeafterboth36 uses: CertainLach/create-matrix-action@v336 uses: CertainLach/create-matrix-action@v337 id: create_matrix37 id: create_matrix38 with:38 with:39 matrix: |39 matrix: |40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}40 network {opal}, wasm_name {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}41 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}41 network {sapphire}, wasm_name {opal}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}42 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}42 network {quartz}, wasm_name {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}43 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}43 network {unique}, wasm_name {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}4444454546 nodes-only-update:46 nodes-only-update:76 with:76 with:77 template: .docker/docker-compose.tmp-node.j277 template: .docker/docker-compose.tmp-node.j278 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml78 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml79 variables: |79 variables: |80 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git80 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git81 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}81 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}82 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}82 POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }}83 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }}83 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }}84 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}84 # POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}85 # MAINNET_TAG=${{ matrix.mainnet_tag }}85 # MAINNET_TAG=${{ matrix.mainnet_tag }}86 MAINNET_BRANCH=${{ matrix.mainnet_branch }}86 MAINNET_BRANCH=${{ matrix.mainnet_branch }}87 NETWORK=${{ matrix.network }}87 NETWORK=${{ matrix.network }}88 # BRANCH=${{ github.head_ref }}88 WASM_NAME=${{ matrix.wasm_name }}89 # BRANCH=${{ github.head_ref }}899090 - name: Show build configuration91 - name: Show build configuration91 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml92 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml95 with:96 with:96 template: .docker/forkless-config/launch-config-forkless-nodata.j297 template: .docker/forkless-config/launch-config-forkless-nodata.j297 output_file: .docker/launch-config-forkless-nodata.json98 output_file: .docker/launch-config-forkless-nodata.json98 variables: |99 variables: |99 NETWORK=${{ matrix.network }}100 NETWORK=${{ matrix.network }}101 WASM_NAME=${{ matrix.wasm_name }}100102101 - name: Show launch-config-forkless configuration103 - name: Show launch-config-forkless configuration102 run: cat .docker/launch-config-forkless-nodata.json104 run: cat .docker/launch-config-forkless-nodata.json.github/workflows/try-runtime.ymldiffbeforeafterboth32 uses: CertainLach/create-matrix-action@v332 uses: CertainLach/create-matrix-action@v333 id: create_matrix33 id: create_matrix34 with:34 with:35 matrix: |35 matrix: |36 network {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}36 network {opal}, wasm_name {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}37 network {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}37 network {sapphire}, wasm_name {opal}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}38 network {quartz}, wasm_name {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}38 network {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}39 network {unique}, wasm_name {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}394040 try-runtime:41 try-runtime:41 needs: prepare-execution-marix42 needs: prepare-execution-marix67 with:68 with:68 template: .docker/docker-compose.tmp-try-runtime.j269 template: .docker/docker-compose.tmp-try-runtime.j269 output_file: .docker/docker-compose.try-runtime.${{ matrix.network }}.yml70 output_file: .docker/docker-compose.try-runtime.${{ matrix.network }}.yml70 variables: |71 variables: |71 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}72 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}72 NETWORK=${{ matrix.network }}73 NETWORK=${{ matrix.network }}73 REPLICA_FROM=${{ matrix.replica_from_address }}74 WASM_NAME=${{ matrix.wasm_name }}75 REPLICA_FROM=${{ matrix.replica_from_address }}747675 - name: Show build configuration77 - name: Show build configuration76 run: cat .docker/docker-compose.try-runtime.${{ matrix.network }}.yml78 run: cat .docker/docker-compose.try-runtime.${{ matrix.network }}.yml.github/workflows/yarn-dev.ymldiffbeforeafterboth24 matrix:24 matrix:25 include:25 include:26 - network: "opal"26 - network: "opal"27 - network: "sapphire"27 - network: "quartz"28 - network: "quartz"28 - network: "unique"29 - network: "unique"2930