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
fcb6cd2a
Commit
fcb6cd2a
authored
2 years ago
by
Wilfried Kopp
Committed by
Chevdor
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add relay to matrix
parent
f885ccfe
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml
+13
-8
13 additions, 8 deletions
...orkflows/release-21_extrinsic-ordering-check-from-two.yml
with
13 additions
and
8 deletions
cumulus/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml
+
13
−
8
View file @
fcb6cd2a
...
...
@@ -19,10 +19,10 @@ jobs:
runs-on
:
ubuntu-latest
timeout-minutes
:
10
env
:
BIN_URL
:
${{github.event.inputs.binary_url}}
REF_URL
:
${{github.event.inputs.reference_binary_url}}
BIN_BASE
:
polkadot-parachain
BIN_REF
:
polkadot-parachain-ref
BIN_URL
:
${{github.event.inputs.binary_url}}
BIN_BASE
:
polkadot-parachain
TMP
:
./tmp
strategy
:
fail-fast
:
false
...
...
@@ -31,15 +31,19 @@ jobs:
-
category
:
assets
runtime
:
statemine
local
:
statemine-local
relay
:
polkadot-local
-
category
:
assets
runtime
:
statemint
local
:
statemint-local
relay
:
polkadot-local
-
category
:
assets
runtime
:
westmint
local
:
westmint-local
relay
:
polkadot-local
-
category
:
contracts
runtime
:
contracts-rococo
local
:
contracts-rococo-local
relay
:
polkadot-local
steps
:
-
uses
:
actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
# v3.0.2
...
...
@@ -49,29 +53,29 @@ jobs:
mkdir -p $TMP
pwd
-
name
:
Fetch reference binary
-
name
:
Fetch reference binary
for ${{ matrix.runtime }}
run
:
|
echo Fetching $REF_URL
curl $REF_URL -o $TMP/$BIN_REF
chmod a+x $TMP/$BIN_REF
$TMP/$BIN_REF --version
-
name
:
Fetch test binary
-
name
:
Fetch test binary
for ${{ matrix.runtime }}
run
:
|
echo Fetching $BIN_URL
curl $BIN_URL -o $TMP/$BIN_BASE
chmod a+x $TMP/$BIN_BASE
$TMP/$BIN_BASE --version
-
name
:
Start local reference node
-
name
:
Start local reference node
for ${{ matrix.runtime }}
run
:
|
echo Running reference on ${{ matrix.local }}
$TMP/$BIN_REF --chain=${{ matrix.local }} --ws-port=9945 --
base-path=$TMP/$BIN_REF-local/ -- --chain polkadot-local
&
$TMP/$BIN_REF --chain=${{ matrix.local }} --ws-port=9945 --
tmp -- --chain ${{ matrix.relay }}
&
-
name
:
Start local test node
-
name
:
Start local test node
for ${{ matrix.runtime }}
run
:
|
echo Running test on ${{ matrix.local }}
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --
base-path=$TMP/$BIN_BASE-data/ -- --chain polkadot-local
&
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --
tmp -- --chain ${{ matrix.relay }}
&
-
name
:
Prepare output
run
:
|
...
...
@@ -84,6 +88,7 @@ jobs:
echo "Ref. version: $REF_VERSION" >> output.txt
echo "Test version: $BIN_VERSION" >> output.txt
echo "Chain: ${{ matrix.local }}" >> output.txt
echo "Relay: ${{ matrix.relay }}" >> output.txt
echo "----------------------------------------------------------------------" >> output.txt
-
name
:
Pull polkadot-js-tools image
...
...
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