git.delta.rocks / unique-network / refs/commits / b50f503232c4

difftreelog

delete sapphire from workflows

Konstantin Astakhov2024-05-30parent: #40766b7.patch.diff
in: master

9 files changed

modified.envdiffbeforeafterboth
27OPAL_MAINNET_BRANCH=release-v1001006327OPAL_MAINNET_BRANCH=release-v10010063
28OPAL_REPLICA_FROM=wss://ws-opal.unique.network:44328OPAL_REPLICA_FROM=wss://ws-opal.unique.network:443
29
30UNIQUEEAST_MAINNET_BRANCH=release-v1.0.0
31SAPPHIRE_MAINNET_BRANCH=release-v10010063
32SAPPHIRE_REPLICA_FROM=wss://ws-sapphire.unique.network:443
3329
3430
modified.github/workflows/collator-selection.ymldiffbeforeafterboth
39 uses: CertainLach/create-matrix-action@v439 uses: CertainLach/create-matrix-action@v4
40 id: create_matrix40 id: create_matrix
41 with:41 with:
42 matrix: |42 matrix: |
43 network {opal}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}43 network {opal}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}
44 network {quartz}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}44 network {quartz}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}
45 network {sapphire}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}
4645
47 collator-selection:46 collator-selection:
4847
modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
34 uses: CertainLach/create-matrix-action@v434 uses: CertainLach/create-matrix-action@v4
35 id: create_matrix35 id: create_matrix
36 with:36 with:
37 matrix: |37 matrix: |
38 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}, wasm_name {opal}, fork_source {${{ env.OPAL_REPLICA_FROM }}}38 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}, wasm_name {opal}, fork_source {${{ env.OPAL_REPLICA_FROM }}}
39 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}, runtime_features {sapphire-runtime}, wasm_name {quartz}, fork_source {${{ env.SAPPHIRE_REPLICA_FROM }}}39 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}, wasm_name {quartz}, fork_source {${{ env.QUARTZ_REPLICA_FROM }}}
40 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}, wasm_name {quartz}, fork_source {${{ env.QUARTZ_REPLICA_FROM }}}40 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}, wasm_name {unique}, fork_source {${{ env.UNIQUE_REPLICA_FROM }}}
41 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}, wasm_name {unique}, fork_source {${{ env.UNIQUE_REPLICA_FROM }}}
4241
43 forkless-data:42 forkless-data:
4443
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
34 uses: CertainLach/create-matrix-action@v434 uses: CertainLach/create-matrix-action@v4
35 id: create_matrix35 id: create_matrix
36 with:36 with:
37 matrix: |37 matrix: |
38 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}, wasm_name {opal}38 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}, wasm_name {opal}
39 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}, runtime_features {sapphire-runtime}, wasm_name {quartz}39 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}, wasm_name {quartz}
40 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}, wasm_name {quartz}40 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}, wasm_name {unique}
41 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}, wasm_name {unique}
4241
43 forkless-nodata:42 forkless-nodata:
4443
modified.github/workflows/governance.ymldiffbeforeafterboth
30 uses: CertainLach/create-matrix-action@v430 uses: CertainLach/create-matrix-action@v4
31 id: create_matrix31 id: create_matrix
32 with:32 with:
33 matrix: |33 matrix: |
34 network {unique}, wasm_name {unique}34 network {unique}, wasm_name {unique}
35 network {quartz}, wasm_name {quartz}35 network {quartz}, wasm_name {quartz}
36 network {opal}, wasm_name {opal}36 network {opal}, wasm_name {opal}
37 network {sapphire}, wasm_name {quartz}
3837
39 dev_build_int_tests:38 dev_build_int_tests:
40 needs: prepare-execution-marix39 needs: prepare-execution-marix
modified.github/workflows/node-only-update.ymldiffbeforeafterboth
36 uses: CertainLach/create-matrix-action@v436 uses: CertainLach/create-matrix-action@v4
37 id: create_matrix37 id: create_matrix
38 with:38 with:
39 matrix: |39 matrix: |
40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}}, runtime_features {opal-runtime}
41 network {sapphire}, mainnet_branch {${{ env.SAPPHIRE_MAINNET_BRANCH }}}, relay_branch {${{ env.UNIQUEEAST_MAINNET_BRANCH }}}, runtime_features {sapphire-runtime}41 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}
42 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}, relay_branch {${{ env.KUSAMA_MAINNET_BRANCH }}}, runtime_features {quartz-runtime}42 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}
43 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}, relay_branch {${{ env.POLKADOT_MAINNET_BRANCH }}}, runtime_features {unique-runtime}
4443
45 node-only-update:44 node-only-update:
4645
modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
29 strategy:29 strategy:
30 matrix:30 matrix:
31 include:31 include:
32 - network: "sapphire"
33 usage: ""
34 - network: "opal"32 - network: "opal"
35 usage: ""33 usage: ""
36 - network: "quartz"34 - network: "quartz"
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
32 uses: CertainLach/create-matrix-action@v432 uses: CertainLach/create-matrix-action@v4
33 id: create_matrix33 id: create_matrix
34 with:34 with:
35 matrix: |35 matrix: |
36 network {opal}, wasm_name {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}36 network {opal}, wasm_name {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}
37 network {sapphire}, wasm_name {quartz}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}37 network {quartz}, wasm_name {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}
38 network {quartz}, wasm_name {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}38 network {unique}, wasm_name {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}
39 network {unique}, wasm_name {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}
4039
41 try-runtime-build:40 try-runtime-build:
42 needs: prepare-execution-marix41 needs: prepare-execution-marix
modified.github/workflows/yarn-dev.ymldiffbeforeafterboth
24 matrix:24 matrix:
25 include:25 include:
26 - network: "opal"26 - network: "opal"
27 - network: "sapphire"
28 - network: "quartz"27 - network: "quartz"
29 - network: "unique"28 - network: "unique"
3029