Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
86540a3a
Commit
86540a3a
authored
3 years ago
by
Alexander Theißen
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Canvas runtime to release automation (#1043)
parent
5093aab4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cumulus/.github/workflows/release-02_create-draft.yml
+4
-2
4 additions, 2 deletions
cumulus/.github/workflows/release-02_create-draft.yml
cumulus/.github/workflows/srtool.yml
+1
-1
1 addition, 1 deletion
cumulus/.github/workflows/srtool.yml
with
5 additions
and
3 deletions
cumulus/.github/workflows/release-02_create-draft.yml
+
4
−
2
View file @
86540a3a
...
...
@@ -34,7 +34,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
runtime
:
[
"
shell"
,
"
statemine"
,
"
statemint"
,
"
westmint"
,
"
rococo-parachain"
]
runtime
:
[
"
shell"
,
"
statemine"
,
"
statemint"
,
"
westmint"
,
"
rococo-parachain"
,
"
canvas-kusama"
]
steps
:
-
name
:
Checkout sources
uses
:
actions/checkout@v2
...
...
@@ -121,6 +121,7 @@ jobs:
STATEMINE_DIGEST
:
${{ github.workspace}}/statemine-srtool-json/statemine_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
CANVAS_KUSAMA_DIGEST
:
${{ github.workspace}}/canvas-kusama-srtool-json/canvas-kusama_srtool_output.json
REF1
:
${{ github.event.inputs.ref1 }}
REF2
:
${{ github.event.inputs.ref2 }}
PRE_RELEASE
:
${{ github.event.inputs.pre_release }}
...
...
@@ -133,6 +134,7 @@ jobs:
ls -al $STATEMINE_DIGEST
ls -al $STATEMINT_DIGEST
ls -al $ROCOCO_PARA_DIGEST
ls -al $CANVAS_KUSAMA_DIGEST
echo "The diff will be computed from $REF1 to $REF2"
cd cumulus/scripts/changelog
...
...
@@ -166,7 +168,7 @@ jobs:
RUNTIME_DIR
:
polkadot-parachains
strategy
:
matrix
:
runtime
:
[
"
shell"
,
"
statemine"
,
"
statemint"
,
"
westmint"
,
"
rococo-parachain"
]
runtime
:
[
"
shell"
,
"
statemine"
,
"
statemint"
,
"
westmint"
,
"
rococo-parachain"
,
"
canvas-kusama"
]
steps
:
-
name
:
Checkout sources
uses
:
actions/checkout@v2
...
...
This diff is collapsed.
Click to expand it.
cumulus/.github/workflows/srtool.yml
+
1
−
1
View file @
86540a3a
...
...
@@ -28,7 +28,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
chain
:
[
"
statemine"
,
"
westmint"
,
"
statemint"
,
"
rococo-parachain"
,
"
shell"
]
chain
:
[
"
statemine"
,
"
westmint"
,
"
statemint"
,
"
rococo-parachain"
,
"
shell"
,
"
canvas-kusama"
]
steps
:
-
uses
:
actions/checkout@v2
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment