difftreelog
Merge pull request #817 from UniqueNetwork/feature/westend-rococo-env
in: master
Feature/westend rococo env
19 files changed
.docker/forkless-config/launch-config-forkless-data.j2diffbeforeafterboth2 "relaychain": {2 "relaychain": {3 "bin": "/polkadot/target/release/polkadot",3 "bin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",5 "upgradeWasm": "/polkadot/target/release/wbuild/{{ RELAY_CHAIN_TYPE }}-runtime/{{ RELAY_CHAIN_TYPE }}_runtime.compact.compressed.wasm",6 "chain": "westend-local",6 "chain": "{{ RELAY_CHAIN_TYPE }}-local",7 "nodes": [7 "nodes": [8 {8 {9 "name": "alice",9 "name": "alice",.docker/forkless-config/launch-config-forkless-nodata.j2diffbeforeafterboth2 "relaychain": {2 "relaychain": {3 "bin": "/polkadot/target/release/polkadot",3 "bin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",5 "upgradeWasm": "/polkadot/target/release/wbuild/{{ RELAY_CHAIN_TYPE }}-runtime/{{ RELAY_CHAIN_TYPE }}_runtime.compact.compressed.wasm",6 "chain": "westend-local",6 "chain": "{{ RELAY_CHAIN_TYPE }}-local",7 "nodes": [7 "nodes": [8 {8 {9 "name": "alice",9 "name": "alice",.docker/forkless-config/launch-config-node-update-only-v3.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-opal-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-opal.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-opal.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-quartz.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique-rococo.jsondiffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique.j2diffbeforeafterbothno changes
.docker/xcm-config/launch-config-xcm-unique.jsondiffbeforeafterbothno changes
.envdiffbeforeafterboth1RUST_TOOLCHAIN=nightly-2022-11-151RUST_TOOLCHAIN=nightly-2022-11-152POLKADOT_BUILD_BRANCH=release-v0.9.362POLKADOT_BUILD_BRANCH=release-v0.9.363POLKADOT_LAUNCH_BRANCH=unique-network3POLKADOT_LAUNCH_BRANCH=unique-network4RELAY_CHAIN_TYPE=westend455POLKADOT_MAINNET_BRANCH=release-v0.9.306POLKADOT_MAINNET_BRANCH=release-v0.9.306STATEMINT_BUILD_BRANCH=release-parachains-v93207STATEMINT_BUILD_BRANCH=release-parachains-v9320.github/workflows/ci-develop.ymldiffbeforeafterboth42 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'node-only-update')) }} # Conditional check for draft & labels per job.42 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'node-only-update')) }} # Conditional check for draft & labels per job.43 uses: ./.github/workflows/node-only-update.yml43 uses: ./.github/workflows/node-only-update.yml44 44 45 integration:45 # integration:46 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'integration')) }} # Conditional check for draft & labels per job.46 # if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'integration')) }} # Conditional check for draft & labels per job.47 uses: ./.github/workflows/integration-tests.yml47 # uses: ./.github/workflows/integration-tests.yml484849 codestyle:49 codestyle:50 if: github.event.pull_request.draft == false # Conditional check for draft per job.50 if: github.event.pull_request.draft == false # Conditional check for draft per job..github/workflows/forkless-update-data.ymldiffbeforeafterboth91 with:91 with:92 template: .docker/forkless-config/launch-config-forkless-data.j292 template: .docker/forkless-config/launch-config-forkless-data.j293 output_file: .docker/launch-config-forkless-data.json93 output_file: .docker/launch-config-forkless-data.json94 variables: |94 variables: |95 NETWORK=${{ matrix.network }}95 NETWORK=${{ matrix.network }}96 REPLICA_FROM=${{ matrix.replica_from_address }}96 REPLICA_FROM=${{ matrix.replica_from_address }}97 WASM_NAME=${{ matrix.wasm_name}}97 WASM_NAME=${{ matrix.wasm_name}}98 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }}989999 - name: Show launch-config-forkless configuration100 - name: Show launch-config-forkless configuration100 run: cat .docker/launch-config-forkless-data.json101 run: cat .docker/launch-config-forkless-data.json.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth92 with:92 with:93 template: .docker/forkless-config/launch-config-forkless-nodata.j293 template: .docker/forkless-config/launch-config-forkless-nodata.j294 output_file: .docker/launch-config-forkless-nodata.json94 output_file: .docker/launch-config-forkless-nodata.json95 variables: |95 variables: |96 NETWORK=${{ matrix.network }}96 NETWORK=${{ matrix.network }}97 WASM_NAME=${{ matrix.wasm_name }}97 WASM_NAME=${{ matrix.wasm_name }}98 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }}989999 - name: Show launch-config-forkless configuration100 - name: Show launch-config-forkless configuration100 run: cat .docker/launch-config-forkless-nodata.json101 run: cat .docker/launch-config-forkless-nodata.json.github/workflows/integration-tests.ymldiffbeforeafterbothno changes
.github/workflows/node-only-update.ymldiffbeforeafterboth96 with:96 with:97 template: .docker/forkless-config/launch-config-forkless-nodata.j297 template: .docker/forkless-config/launch-config-forkless-nodata.j298 output_file: .docker/launch-config-forkless-nodata.json98 output_file: .docker/launch-config-forkless-nodata.json99 variables: |99 variables: |100 NETWORK=${{ matrix.network }}100 NETWORK=${{ matrix.network }}101 WASM_NAME=${{ matrix.wasm_name }}101 WASM_NAME=${{ matrix.wasm_name }}102 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }}102103103 - name: Show launch-config-forkless configuration104 - name: Show launch-config-forkless configuration104 run: cat .docker/launch-config-forkless-nodata.json105 run: cat .docker/launch-config-forkless-nodata.json.github/workflows/xcm.ymldiffbeforeafterboth218 fi218 fi219 shell: bash219 shell: bash220220221221 - name: Generate ENV related extend launch-config file222 # Build main image for XCM 222 uses: cuchi/jinja2-action@v1.2.0223 with:224 template: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.j2225 output_file: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json226 variables: |227 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }} 228229 - name: Show launch-config-xcm-${{ matrix.network }} configuration230 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json231232 # Build main image for XCM 223 - name: Generate ENV related extend Dockerfile file233 - name: Generate ENV related extend Dockerfile file224 uses: cuchi/jinja2-action@v1.2.0234 uses: cuchi/jinja2-action@v1.2.0225 with:235 with:238 - name: Show build Dockerfile248 - name: Show build Dockerfile239 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml249 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml240241 - name: Show launch-config-xcm-${{ matrix.network }} configuration242 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json243250244 - name: Run find-and-replace to remove slashes from branch name251 - name: Run find-and-replace to remove slashes from branch name245 uses: mad9000/actions-find-and-replace-string@2252 uses: mad9000/actions-find-and-replace-string@2