difftreelog
delete hardcode for polkadot_launch_branch in ci
in: master
16 files changed
.docker/Dockerfile-parachaindiffbeforeafterboth6LABEL maintainer="Unique.Network"6LABEL maintainer="Unique.Network"778ARG RUST_TOOLCHAIN=8ARG RUST_TOOLCHAIN=910ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN9ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN1011ENV CARGO_HOME="/cargo-home"11ENV CARGO_HOME="/cargo-home"12ENV PATH="/cargo-home/bin:$PATH"12ENV PATH="/cargo-home/bin:$PATH"13ENV TZ=UTC13ENV TZ=UTC484849FROM ubuntu:20.0449FROM ubuntu:20.04505051ARG POLKADOT_BUILD_BRANCH=51ARG POLKADOT_LAUNCH_BRANCH52ENV POLKADOT_BUILD_BRANCH $POLKADOT_BUILD_BRANCH535254RUN apt-get -y update && \53RUN apt-get -y update && \55 apt-get -y install curl git && \54 apt-get -y install curl git && \59 nvm install v16.16.0 && \58 nvm install v16.16.0 && \60 nvm use v16.16.059 nvm use v16.16.0616062RUN git clone https://github.com/uniquenetwork/polkadot-launch -b unique-network61RUN git clone https://github.com/uniquenetwork/polkadot-launch -b ${POLKADOT_LAUNCH_BRANCH}636264RUN export NVM_DIR="$HOME/.nvm" && \63RUN export NVM_DIR="$HOME/.nvm" && \65 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \64 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \75CMD export NVM_DIR="$HOME/.nvm" && \74CMD export NVM_DIR="$HOME/.nvm" && \76 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \75 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \77 cd /polkadot-launch && \76 cd /polkadot-launch && \78 yarn start launch-config.json77 yarn start launch-config.json7980.docker/Dockerfile-parachain-node-onlydiffbeforeafterboth595960FROM ubuntu:20.0460FROM ubuntu:20.04616162ARG RUNTIME=62ARG RUNTIME63ENV RUNTIME $RUNTIME64ARG POLKADOT_BUILD_BRANCH=63ARG POLKADOT_LAUNCH_BRANCH65ENV POLKADOT_BUILD_BRANCH $POLKADOT_BUILD_BRANCH666467RUN apt-get -y update && \65RUN apt-get -y update && \68 apt-get -y install curl git && \66 apt-get -y install curl git && \72 nvm install v16.16.0 && \70 nvm install v16.16.0 && \73 nvm use v16.16.071 nvm use v16.16.0747275RUN git clone https://github.com/uniquenetwork/polkadot-launch -b unique-network73RUN git clone https://github.com/uniquenetwork/polkadot-launch -b ${POLKADOT_LAUNCH_BRANCH}767477RUN export NVM_DIR="$HOME/.nvm" && \75RUN export NVM_DIR="$HOME/.nvm" && \78 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \76 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \81 yarn install79 yarn install828083RUN echo "$RUNTIME"81RUN echo "$RUNTIME"84RUN echo "$POLKADOT_BUILD_BRANCH"858286COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/83COPY --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/84COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/94 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \91 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \95 cd /polkadot-launch && \92 cd /polkadot-launch && \96 yarn start launch-config.json --test-upgrade-parachains -w -n93 yarn start launch-config.json --test-upgrade-parachains -w -n97989994.docker/Dockerfile-parachain-upgradediffbeforeafterboth606061FROM ubuntu:20.0461FROM ubuntu:20.04626263ARG RUNTIME=63ARG RUNTIME64ENV RUNTIME $RUNTIME65ARG POLKADOT_BUILD_BRANCH=64ARG POLKADOT_LAUNCH_BRANCH66ENV POLKADOT_BUILD_BRANCH $POLKADOT_BUILD_BRANCH676568RUN apt-get -y update && \66RUN apt-get -y update && \69 apt-get -y install curl git && \67 apt-get -y install curl git && \73 nvm install v16.16.0 && \71 nvm install v16.16.0 && \74 nvm use v16.16.072 nvm use v16.16.0757376RUN git clone https://github.com/uniquenetwork/polkadot-launch -b unique-network74RUN git clone https://github.com/uniquenetwork/polkadot-launch -b ${POLKADOT_LAUNCH_BRANCH}777578RUN export NVM_DIR="$HOME/.nvm" && \76RUN export NVM_DIR="$HOME/.nvm" && \79 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \77 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \82 yarn install80 yarn install838184RUN echo "$RUNTIME"82RUN echo "$RUNTIME"85RUN echo "$POLKADOT_BUILD_BRANCH"868387COPY --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/88COPY --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/.docker/Dockerfile-parachain-upgrade-datadiffbeforeafterboth606061FROM ubuntu:20.0461FROM ubuntu:20.04626263ARG RUNTIME=63ARG RUNTIME64ENV RUNTIME $RUNTIME65ARG REPLICA_FROM=64ARG REPLICA_FROM66ENV REPLICA_FROM=$REPLICA_FROM67ARG POLKADOT_BUILD_BRANCH=65ARG POLKADOT_LAUNCH_BRANCH68ENV POLKADOT_BUILD_BRANCH $POLKADOT_BUILD_BRANCH696670RUN apt-get -y update && \67RUN apt-get -y update && \71 apt-get -y install curl git && \68 apt-get -y install curl git && \75 nvm install v16.16.0 && \72 nvm install v16.16.0 && \76 nvm use v16.16.073 nvm use v16.16.0777478RUN git clone https://github.com/uniquenetwork/polkadot-launch.git -b unique-network75RUN git clone https://github.com/uniquenetwork/polkadot-launch.git -b ${POLKADOT_LAUNCH_BRANCH}797680RUN export NVM_DIR="$HOME/.nvm" && \77RUN export NVM_DIR="$HOME/.nvm" && \81 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \78 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \858286RUN echo "$RUNTIME"83RUN echo "$RUNTIME"87RUN echo "$REPLICA_FROM"84RUN echo "$REPLICA_FROM"88RUN echo "$POLKADOT_BUILD_BRANCH"898590COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/86COPY --from=builder-unique-current /unique_parachain/target/release/unique-collator /unique-chain/current/release/91COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/87COPY --from=builder-unique-target /unique_parachain/target/release/unique-collator /unique-chain/target/release/.docker/Dockerfile-xcm.j2diffbeforeafterboth373738RUN git clone -b {{ BRANCH }} https://github.com/UniqueNetwork/unique-chain.git && \38RUN git clone -b {{ BRANCH }} https://github.com/UniqueNetwork/unique-chain.git && \39 cd unique-chain && \39 cd unique-chain && \40 cargo build --features={{ FEATURE }} --$PROFILE40 cargo build --features={{ NETWORK }}-runtime --$PROFILE414142# ===== RUN ======42# ===== RUN ======4343.docker/docker-compose.tmp-forkless-data.j2diffbeforeafterboth10 - "FEATURE={{ FEATURE }}"10 - "FEATURE={{ FEATURE }}"11 - "RUNTIME={{ RUNTIME }}"11 - "RUNTIME={{ RUNTIME }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"13 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}"13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "REPLICA_FROM={{ REPLICA_FROM }}"16 - "REPLICA_FROM={{ REPLICA_FROM }}".docker/docker-compose.tmp-forkless-nodata.j2diffbeforeafterboth10 - "FEATURE={{ FEATURE }}"10 - "FEATURE={{ FEATURE }}"11 - "RUNTIME={{ RUNTIME }}"11 - "RUNTIME={{ RUNTIME }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"13 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 context: ../16 context: ../.docker/docker-compose.tmp-node.j2diffbeforeafterboth10 - "FEATURE={{ FEATURE }}"10 - "FEATURE={{ FEATURE }}"11 - "RUNTIME={{ RUNTIME }}"11 - "RUNTIME={{ RUNTIME }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"13 - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}" 13 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_TAG={{ MAINNET_TAG }}"14 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 - "MAINNET_BRANCH={{ MAINNET_BRANCH }}"15 context: ../16 context: ../.envdiffbeforeafterbothno syntactic changes
.github/workflows/ci-master.ymldiffbeforeafterboth33 uses: ./.github/workflows/xcm.yml33 uses: ./.github/workflows/xcm.yml34 secrets: inherit # pass all secrets from initial workflow to nested34 secrets: inherit # pass all secrets from initial workflow to nested3536 # testnet:37 # uses: ./.github/workflows/testnet-build.yml38 # secrets: inherit # pass all secrets from initial workflow to nested353936 codestyle:40 codestyle:37 uses: ./.github/workflows/codestyle.yml41 uses: ./.github/workflows/codestyle.yml.github/workflows/forkless-update-data.ymldiffbeforeafterboth70 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.${{ matrix.network }}.yml72 output_file: .docker/docker-compose.${{ 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=${{ env.POLKADOT_BUILD_BRANCH }}76 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}77 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}77 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 78 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}78 MAINNET_TAG=${{ matrix.mainnet_tag }}79 MAINNET_TAG=${{ matrix.mainnet_tag }}79 MAINNET_BRANCH=${{ matrix.mainnet_branch }}80 MAINNET_BRANCH=${{ matrix.mainnet_branch }}80 FEATURE=${{ matrix.features }}81 FEATURE=${{ matrix.features }}81 RUNTIME=${{ matrix.runtime }}82 RUNTIME=${{ matrix.runtime }}82 BRANCH=${{ github.head_ref }}83 BRANCH=${{ github.head_ref }}83 REPLICA_FROM=${{ matrix.replica_from_address }}84 REPLICA_FROM=${{ matrix.replica_from_address }}848585 - name: Show build configuration86 - name: Show build configuration86 run: cat .docker/docker-compose.${{ matrix.network }}.yml87 run: cat .docker/docker-compose.${{ matrix.network }}.yml.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth71 with:71 with:72 template: .docker/docker-compose.tmp-forkless-nodata.j272 template: .docker/docker-compose.tmp-forkless-nodata.j273 output_file: .docker/docker-compose.${{ matrix.network }}.yml73 output_file: .docker/docker-compose.${{ matrix.network }}.yml74 variables: |74 variables: |75 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git75 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git76 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}76 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}77 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}77 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}78 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}78 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 79 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}79 MAINNET_TAG=${{ matrix.mainnet_tag }}80 MAINNET_TAG=${{ matrix.mainnet_tag }}80 MAINNET_BRANCH=${{ matrix.mainnet_branch }}81 MAINNET_BRANCH=${{ matrix.mainnet_branch }}81 FEATURE=${{ matrix.features }}82 FEATURE=${{ matrix.features }}82 RUNTIME=${{ matrix.runtime }}83 RUNTIME=${{ matrix.runtime }}83 BRANCH=${{ github.head_ref }}84 BRANCH=${{ github.head_ref }}848585 - name: Show build configuration86 - name: Show build configuration86 run: cat .docker/docker-compose.${{ matrix.network }}.yml87 run: cat .docker/docker-compose.${{ matrix.network }}.yml.github/workflows/integration-tests.ymldiffbeforeafterboth74 with:74 with:75 template: .docker/docker-compose.tmp-node.j275 template: .docker/docker-compose.tmp-node.j276 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml76 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml77 variables: |77 variables: |78 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git78 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git79 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}79 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}80 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}80 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}81 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}81 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 82 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}82 MAINNET_TAG=${{ matrix.mainnet_tag }}83 MAINNET_TAG=${{ matrix.mainnet_tag }}83 MAINNET_BRANCH=${{ matrix.mainnet_branch }}84 MAINNET_BRANCH=${{ matrix.mainnet_branch }}84 FEATURE=${{ matrix.features }}85 FEATURE=${{ matrix.features }}85 RUNTIME=${{ matrix.runtime }}86 RUNTIME=${{ matrix.runtime }}86 BRANCH=${{ github.head_ref }}87 BRANCH=${{ github.head_ref }}87 88 88 - name: Show build configuration89 - name: Show build configuration89 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml90 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml223 with:224 with:224 template: .docker/docker-compose.tmp-node.j2225 template: .docker/docker-compose.tmp-node.j2225 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml226 output_file: .docker/docker-compose.node.${{ matrix.network }}.yml226 variables: |227 variables: |227 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git228 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git228 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}229 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}229 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}230 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}230 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}231 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 232 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}231 MAINNET_TAG=${{ matrix.mainnet_tag }}233 MAINNET_TAG=${{ matrix.mainnet_tag }}232 MAINNET_BRANCH=${{ matrix.mainnet_branch }}234 MAINNET_BRANCH=${{ matrix.mainnet_branch }}233 FEATURE=${{ matrix.features }}235 FEATURE=${{ matrix.features }}234 RUNTIME=${{ matrix.runtime }}236 RUNTIME=${{ matrix.runtime }}235 BRANCH=${{ github.head_ref }}237 BRANCH=${{ github.head_ref }}236 238 237 - name: Show build configuration239 - name: Show build configuration238 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml240 run: cat .docker/docker-compose.node.${{ matrix.network }}.yml.github/workflows/node-only-update.ymldiffbeforeafterboth76 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=${{ env.POLKADOT_BUILD_BRANCH }}82 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}83 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}83 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 84 POLKADOT_MAINNET_BRANCH=${{ env.POLKADOT_MAINNET_BRANCH }}84 MAINNET_TAG=${{ matrix.mainnet_tag }}85 MAINNET_TAG=${{ matrix.mainnet_tag }}85 MAINNET_BRANCH=${{ matrix.mainnet_branch }}86 MAINNET_BRANCH=${{ matrix.mainnet_branch }}86 FEATURE=${{ matrix.features }}87 FEATURE=${{ matrix.features }}87 RUNTIME=${{ matrix.runtime }}88 RUNTIME=${{ matrix.runtime }}88 BRANCH=${{ github.head_ref }}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 }}.yml.github/workflows/testnet-build.ymldiffbeforeafterboth1name: testnet-build1name: testnet-image-build223# Controls when the action will run.3# Controls when the action will run.4on:4on:5 # Triggers the workflow on push or pull request events but only for the master branch6 pull_request:5 workflow_call:7 branches:6 8 - master9 types:10 - opened11 - reopened12 - synchronize #commit(s) pushed to the pull request13 - ready_for_review1415 # Allows you to run this workflow manually from the Actions tab7 # Allows you to run this workflow manually from the Actions tab16 workflow_dispatch:8 workflow_dispatch:19env:11env:20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}12 REPO_URL: ${{ github.server_url }}/${{ github.repository }}2122concurrency:23 group: ${{ github.workflow }}-${{ github.ref }}24 cancel-in-progress: true251326# A workflow run is made up of one or more jobs that can run sequentially or in parallel14# A workflow run is made up of one or more jobs that can run sequentially or in parallel27jobs:15jobs:.github/workflows/xcm.ymldiffbeforeafterboth39 uses: fabiocaccamo/create-matrix-action@v239 uses: fabiocaccamo/create-matrix-action@v240 id: create_matrix40 id: create_matrix41 with:41 with:42 matrix: |42 matrix: |43 network {opal}, runtime {opal}, features {opal-runtime}, acala_version {${{ env.ACALA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONBEAM_BUILD_BRANCH }}}, cumulus_version {${{ env.WESTMINT_BUILD_BRANCH }}}, runtest {testXcmOpal}43 network {opal}, acala_version {${{ env.ACALA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONBEAM_BUILD_BRANCH }}}, cumulus_version {${{ env.WESTMINT_BUILD_BRANCH }}}, runtest {testXcmOpal}44 network {quartz}, runtime {quartz}, features {quartz-runtime}, acala_version {${{ env.KARURA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONRIVER_BUILD_BRANCH }}}, cumulus_version {${{ env.STATEMINE_BUILD_BRANCH }}}, runtest {testXcmQuartz}44 network {quartz}, acala_version {${{ env.KARURA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONRIVER_BUILD_BRANCH }}}, cumulus_version {${{ env.STATEMINE_BUILD_BRANCH }}}, runtest {testXcmQuartz}45 network {unique}, runtime {unique}, features {unique-runtime}, acala_version {${{ env.ACALA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONBEAM_BUILD_BRANCH }}}, cumulus_version {${{ env.STATEMINT_BUILD_BRANCH }}}, runtest {testXcmUnique}45 network {unique}, acala_version {${{ env.ACALA_BUILD_BRANCH }}}, moonbeam_version {${{ env.MOONBEAM_BUILD_BRANCH }}}, cumulus_version {${{ env.STATEMINT_BUILD_BRANCH }}}, runtest {testXcmUnique}464647 xcm-build:47 xcm-build:48 48 225 with:225 with:226 template: .docker/Dockerfile-xcm.j2226 template: .docker/Dockerfile-xcm.j2227 output_file: .docker/Dockerfile-xcm.${{ matrix.network }}.yml227 output_file: .docker/Dockerfile-xcm.${{ matrix.network }}.yml228 variables: |228 variables: |229 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}229 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}230 NETWORK=${{ matrix.network }}230 NETWORK=${{ matrix.network }}231 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}231 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}232 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }}232 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} 233 FEATURE=${{ matrix.features }}234 RUNTIME=${{ matrix.runtime }}233 BRANCH=${{ github.head_ref }}235 BRANCH=${{ github.head_ref }}234 ACALA_BUILD_BRANCH=${{ matrix.acala_version }}236 ACALA_BUILD_BRANCH=${{ matrix.acala_version }}235 MOONBEAM_BUILD_BRANCH=${{ matrix.moonbeam_version }}237 MOONBEAM_BUILD_BRANCH=${{ matrix.moonbeam_version }}236 CUMULUS_BUILD_BRANCH=${{ matrix.cumulus_version }}238 CUMULUS_BUILD_BRANCH=${{ matrix.cumulus_version }}239237240 - name: Show build Dockerfile238 - name: Show build Dockerfile241 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml239 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml