Files
pezkuwi-sdk/.github/zombienet-tests/zombienet_pezcumulus_tests.yml
T
pezkuwichain 2093647fea feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00

89 lines
3.5 KiB
YAML

- job-name: "zombienet-pezcumulus-0001-sync_blocks_from_tip_without_connected_collator"
test-filter: "zombie_ci::sync_blocks::sync_blocks_from_tip_without_connected_collator"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0002-pov_recovery"
test-filter: "zombie_ci::pov_recovery::pov_recovery"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0003-full_node_catching_up"
test-filter: "zombie_ci::full_node_catching_up::full_node_catching_up"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
- job-name: "zombienet-pezcumulus-0004-runtime_upgrade"
test-filter: "zombie_ci::runtime_upgrade::runtime_upgrade"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
needs-wasm-binary: true
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0005-migrate_solo_to_para"
test-filter: "zombie_ci::migrate_solo::migrate_solo_to_para"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0006-rpc_collator_builds_blocks"
test-filter: "zombie_ci::rpc_collator_build_blocks::rpc_collator_builds_blocks"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0007-full_node_warp_sync"
test-filter: "zombie_ci::full_node_warp_sync::full_node_warp_sync"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0008-elastic_authoring"
test-filter: "zombie_ci::elastic_scaling::slot_based_authoring::elastic_scaling_slot_based_authoring"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
# Disabled, occasionally fails
# See https://github.com/pezkuwichain/pezkuwi-sdk/issues/8986
- job-name: "zombienet-pezcumulus-0009-elastic_scaling_pov_recovery"
test-filter: "zombie_ci::elastic_scaling::pov_recovery::elastic_scaling_pov_recovery"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
# Disabled, occasionally fails.
# See https://github.com/pezkuwichain/pezkuwi-sdk/issues/8999
- job-name: "zombienet-pezcumulus-0010-elastic_scaling_multiple_block_per_slot"
test-filter: "zombie_ci::elastic_scaling::multiple_blocks_per_slot::elastic_scaling_multiple_blocks_per_slot"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0011-dht-bootnodes"
test-filter: "zombie_ci::bootnodes::dht_bootnodes_test"
runner-type: "default"
pezcumulus-image: "pezkuwi-teyrchain-debug"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0012-teyrchain_extrinsic_gets_finalized"
test-filter: "zombie_ci::teyrchain_extrinsic_get_finalized::teyrchain_extrinsic_gets_finalized"
runner-type: "default"
pezcumulus-image: "pezkuwi-teyrchain-debug"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0013-elastic_scaling_slot_based_rp_offset"
test-filter: "zombie_ci::elastic_scaling::slot_based_rp_offset::elastic_scaling_slot_based_relay_parent_offset_test"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-pezcumulus-0014-elastic_scaling_upgrade_to_3_cores"
test-filter: "zombie_ci::elastic_scaling::upgrade_to_3_cores::elastic_scaling_upgrade_to_3_cores"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
needs-wasm-binary: true