-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #935 from UniqueNetwork/release-v941056
Release v941056
- Loading branch information
Showing
91 changed files
with
3,194 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
RUST_TOOLCHAIN=nightly-2022-11-15 | ||
POLKADOT_BUILD_BRANCH=release-v0.9.37 | ||
POLKADOT_LAUNCH_BRANCH=unique-network | ||
RELAY_CHAIN_TYPE=westend | ||
CHAINQL=v0.3.1 | ||
|
||
POLKADOT_MAINNET_BRANCH=release-v0.9.37 | ||
STATEMINT_BUILD_BRANCH=release-parachains-v9370 | ||
ACALA_BUILD_BRANCH=2.12.0 | ||
MOONBEAM_BUILD_BRANCH=runtime-2201 | ||
ASTAR_BUILD_BRANCH=v5.3.0 | ||
UNIQUE_MAINNET_BRANCH=release-v937053 | ||
ACALA_BUILD_BRANCH=2.17.0 | ||
MOONBEAM_BUILD_BRANCH=runtime-2302 | ||
ASTAR_BUILD_BRANCH=v5.4.0 | ||
UNIQUE_MAINNET_BRANCH=release-v941055 | ||
UNIQUE_REPLICA_FROM=wss://ws.unique.network:443 | ||
|
||
KUSAMA_MAINNET_BRANCH=release-v0.9.38 | ||
STATEMINE_BUILD_BRANCH=release-parachains-v9382 | ||
KARURA_BUILD_BRANCH=release-karura-2.15.0 | ||
MOONRIVER_BUILD_BRANCH=runtime-2201 | ||
SHIDEN_BUILD_BRANCH=v4.49.0 | ||
QUARTZ_MAINNET_BRANCH=release-v937053 | ||
KARURA_BUILD_BRANCH=release-karura-2.17.0 | ||
MOONRIVER_BUILD_BRANCH=runtime-2302 | ||
SHIDEN_BUILD_BRANCH=v5.4.0 | ||
QUARTZ_MAINNET_BRANCH=release-v941055 | ||
QUARTZ_REPLICA_FROM=wss://ws-quartz.unique.network:443 | ||
|
||
UNIQUEWEST_MAINNET_BRANCH=release-v0.9.40 | ||
WESTMINT_BUILD_BRANCH=parachains-v9400 | ||
OPAL_MAINNET_BRANCH=release-v937053 | ||
UNIQUEWEST_MAINNET_BRANCH=release-v0.9.42 | ||
WESTMINT_BUILD_BRANCH=parachains-v9420 | ||
OPAL_MAINNET_BRANCH=release-v941055 | ||
OPAL_REPLICA_FROM=wss://ws-opal.unique.network:443 | ||
|
||
UNIQUEEAST_MAINNET_BRANCH=release-v0.9.32 | ||
SAPPHIRE_MAINNET_BRANCH=release-v937053 | ||
UNIQUEEAST_MAINNET_BRANCH=release-v0.9.42 | ||
SAPPHIRE_MAINNET_BRANCH=release-v941055 | ||
SAPPHIRE_REPLICA_FROM=wss://ws-sapphire.unique.network:443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,37 @@ on: | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
|
||
prepare-execution-marix: | ||
|
||
name: Prepare execution matrix | ||
|
||
runs-on: [self-hosted-ci] | ||
outputs: | ||
matrix: ${{ steps.create_matrix.outputs.matrix }} | ||
|
||
steps: | ||
|
||
- name: Clean Workspace | ||
uses: AutoModality/[email protected] | ||
|
||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.head_ref }} #Checking out head commit | ||
|
||
- name: Read .env file | ||
uses: xom9ikk/dotenv@v2 | ||
|
||
- name: Create Execution matrix | ||
uses: CertainLach/create-matrix-action@v4 | ||
id: create_matrix | ||
with: | ||
matrix: | | ||
network {opal}, relay_branch {${{ env.UNIQUEWEST_MAINNET_BRANCH }}} | ||
market_test: | ||
needs: prepare-execution-marix | ||
# The type of runner that the job will run on | ||
runs-on: [self-hosted-ci,large] | ||
timeout-minutes: 360 | ||
|
@@ -22,8 +52,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
include: | ||
- network: "opal" | ||
include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}} | ||
|
||
steps: | ||
- name: Clean Workspace | ||
|
@@ -58,7 +87,7 @@ jobs: | |
variables: | | ||
REPO_URL=${{ github.server_url }}/${{ github.repository }}.git | ||
RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} | ||
POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }} | ||
POLKADOT_BUILD_BRANCH=${{ matrix.relay_branch }} | ||
POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }} | ||
NETWORK=${{ matrix.network }} | ||
BRANCH=${{ github.head_ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.