From f2e77dd8d05b1740a520db2c370c59691fff5556 Mon Sep 17 00:00:00 2001 From: goncer Date: Thu, 21 Dec 2023 12:57:33 +0100 Subject: [PATCH] Update reusable-e2e-tests.yml (#651) add 3rd party rewards --- .github/workflows/reusable-e2e-tests.yml | 3 +++ devops/parachain-launch/kusama-fast.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 092a694aac..0dbda5218b 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -123,6 +123,9 @@ jobs: fast: false - command: "yarn test-sdk" fast: true + - command: "yarn test-parallel-3rdPartyRewards" + fast: true + runs-on: [compile] timeout-minutes: 180 env: diff --git a/devops/parachain-launch/kusama-fast.yml b/devops/parachain-launch/kusama-fast.yml index cea8a609c4..b530efa4e1 100644 --- a/devops/parachain-launch/kusama-fast.yml +++ b/devops/parachain-launch/kusama-fast.yml @@ -1,5 +1,5 @@ relaychain: - image: mangatasolutions/polkadot:0.9.32-fast-runtime + image: p1k1m4n/polkadot-fast-runtime:1.1.0-6 chain: kusama-local runtimeGenesisConfig: configuration: @@ -17,9 +17,9 @@ relaychain: - name: bob parachains: -- image: mangatasolutions/mangata-node:develop-fast +- image: mangatasolutions/mangata-node:rc-0.31.0-fast chain: - base: mangata-kusama-local + base: kusama-local collators: - alice - bob