Skip to content

Commit

Permalink
[CI] run with omni node
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 22, 2025
1 parent b96ad18 commit fd25ab9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
needs_phase_and_faucet: true
env:
ZOMBIENET_VERSION: v1.3.116
POLKADOT_VERSION: polkadot-stable2412
ENCOINTER_CLIENT_DOCKER_TAG: 1.16.1
steps:
- uses: actions/checkout@v4
Expand All @@ -170,14 +171,22 @@ jobs:
./zombienet-linux-x64 setup polkadot -y || :
./zombienet-linux-x64 version
- name: Get Omni-Node
run: |
cd zombienet-tests/bin
wget -q "https://github.com/paritytech/zombienet/releases/download/${{ env.POLKADOT_VERSION }}/polkadot-omni-node"
chmod +x zombienet-linux-x64
chmod +x polkadot-omni-node
./polkadot-omni-node --version
- name: Download Encointer Collator
uses: actions/download-artifact@v4
with:
name: encointer-collator-${{ github.sha }}
# name: encointer-collator-${{ github.sha }}
# for debugging the integration tests, we can just download an image from a previous run
# name: encointer-collator-df76f5ef098cb52bc24b1e085d9db716c02e4220
# github-token: ${{ github.token }}
# run-id: 12786706739
name: encointer-collator-859e7ba3e64e971a91b1174a4d9423bb854be9d9
github-token: ${{ github.token }}
run-id: 12904591738

- name: fix permissions of artifacts and move to test directory
run: |
Expand Down
8 changes: 8 additions & 0 deletions zombienet/github-actions-setup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ args = [
"-lencointer=debug,xcm=trace",
]
ws_port = 9944

[[parachains.collators]]
name = "encointer-collator02"
command = "zombienet-tests/bin/polkadot-omni-node"
args = [
"--pool-type=fork-aware"
]
ws_port = 9945

0 comments on commit fd25ab9

Please sign in to comment.