mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 12:35:42 +00:00
Add Canvas runtime to release automation (#1043)
This commit is contained in:
committed by
GitHub
parent
5093aab4f4
commit
86540a3a24
+4
-2
@@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
|
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain", "canvas-kusama"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -121,6 +121,7 @@ jobs:
|
|||||||
STATEMINE_DIGEST: ${{ github.workspace}}/statemine-srtool-json/statemine_srtool_output.json
|
STATEMINE_DIGEST: ${{ github.workspace}}/statemine-srtool-json/statemine_srtool_output.json
|
||||||
STATEMINT_DIGEST: ${{ github.workspace}}/statemint-srtool-json/statemint_srtool_output.json
|
STATEMINT_DIGEST: ${{ github.workspace}}/statemint-srtool-json/statemint_srtool_output.json
|
||||||
ROCOCO_PARA_DIGEST: ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
|
ROCOCO_PARA_DIGEST: ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
|
||||||
|
CANVAS_KUSAMA_DIGEST: ${{ github.workspace}}/canvas-kusama-srtool-json/canvas-kusama_srtool_output.json
|
||||||
REF1: ${{ github.event.inputs.ref1 }}
|
REF1: ${{ github.event.inputs.ref1 }}
|
||||||
REF2: ${{ github.event.inputs.ref2 }}
|
REF2: ${{ github.event.inputs.ref2 }}
|
||||||
PRE_RELEASE: ${{ github.event.inputs.pre_release }}
|
PRE_RELEASE: ${{ github.event.inputs.pre_release }}
|
||||||
@@ -133,6 +134,7 @@ jobs:
|
|||||||
ls -al $STATEMINE_DIGEST
|
ls -al $STATEMINE_DIGEST
|
||||||
ls -al $STATEMINT_DIGEST
|
ls -al $STATEMINT_DIGEST
|
||||||
ls -al $ROCOCO_PARA_DIGEST
|
ls -al $ROCOCO_PARA_DIGEST
|
||||||
|
ls -al $CANVAS_KUSAMA_DIGEST
|
||||||
|
|
||||||
echo "The diff will be computed from $REF1 to $REF2"
|
echo "The diff will be computed from $REF1 to $REF2"
|
||||||
cd cumulus/scripts/changelog
|
cd cumulus/scripts/changelog
|
||||||
@@ -166,7 +168,7 @@ jobs:
|
|||||||
RUNTIME_DIR: polkadot-parachains
|
RUNTIME_DIR: polkadot-parachains
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
|
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain", "canvas-kusama"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Vendored
+1
-1
@@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
chain: ["statemine", "westmint", "statemint", "rococo-parachain", "shell"]
|
chain: ["statemine", "westmint", "statemint", "rococo-parachain", "shell", "canvas-kusama"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user