From f28ebe28f4f3881551947953342057f836853b48 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 22 Jan 2025 11:56:12 +0100 Subject: [PATCH] [CI] add --is-parachain flag to tests --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffff569..2bc8fb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,20 +135,20 @@ jobs: fail-fast: false matrix: include: - - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test cc-fee-payment + - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test cc-fee-payment # Don't start phase/faucet. It is not needed and there might be occasional nonce collisions with Alice. needs_phase_and_faucet: false - - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test faucet + - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test faucet needs_phase_and_faucet: false # Fixme #232: Script does not support purging a community for the parachain as it is root - # - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test reputation-caching + # - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test reputation-caching # needs_phase_and_faucet: false - - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test endorsement + - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test endorsement needs_phase_and_faucet: false - - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test unregister-and-upgrade-registration + - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test unregister-and-upgrade-registration needs_phase_and_faucet: false # Fixme #232: Democracy params are runtime constants and take to look to execute - # - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test democracy + # - test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --is-parachain --test democracy # needs_phase_and_faucet: false - test: bot-community-test -f http://host.docker.internal:5000/api -w collective --batch-size 7 --waiting-blocks 3 needs_phase_and_faucet: true