-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathzombienet_cumulus_tests.yml
More file actions
113 lines (83 loc) · 4.16 KB
/
zombienet_cumulus_tests.yml
File metadata and controls
113 lines (83 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
- job-name: "zombienet-cumulus-0001-sync_blocks_from_tip_without_connected_collator"
test-filter: "zombie_ci::sync_blocks::sync_blocks_from_tip_without_connected_collator"
runner-type: "default"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0002-pov_recovery"
test-filter: "zombie_ci::pov_recovery::pov_recovery"
runner-type: "default"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0003-full_node_catching_up"
test-filter: "zombie_ci::full_node_catching_up::full_node_catching_up"
runner-type: "default"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0004-runtime_upgrade"
test-filter: "zombie_ci::runtime_upgrade::runtime_upgrade"
runner-type: "default"
cumulus-image: "test-parachain"
needs-wasm-binary: true
- job-name: "zombienet-cumulus-0005-migrate_solo_to_para"
test-filter: "zombie_ci::migrate_solo::migrate_solo_to_para"
runner-type: "default"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0006-rpc_collator_builds_blocks"
test-filter: "zombie_ci::rpc_collator_build_blocks::rpc_collator_builds_blocks"
runner-type: "large"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0007-full_node_warp_sync"
test-filter: "zombie_ci::full_node_warp_sync::full_node_warp_sync"
runner-type: "large"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0008-elastic_authoring"
test-filter: "zombie_ci::elastic_scaling::slot_based_authoring::elastic_scaling_slot_based_authoring"
runner-type: "default"
cumulus-image: "test-parachain"
# Disabled, occasionally fails
# See https://github.com/paritytech/polkadot-sdk/issues/8986
- job-name: "zombienet-cumulus-0009-elastic_scaling_pov_recovery"
test-filter: "zombie_ci::elastic_scaling::pov_recovery::elastic_scaling_pov_recovery"
runner-type: "default"
cumulus-image: "test-parachain"
# Disabled, occasionally fails.
# See https://github.com/paritytech/polkadot-sdk/issues/8999
- job-name: "zombienet-cumulus-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"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-0011-dht-bootnodes"
test-filter: "zombie_ci::bootnodes::dht_bootnodes_test"
runner-type: "default"
cumulus-image: "polkadot-parachain-debug"
- job-name: "zombienet-cumulus-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"
cumulus-image: "test-parachain"
- job-name: "zombienet-cumulus-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"
cumulus-image: "test-parachain"
needs-wasm-binary: true
- job-name: "zombienet-cumulus-0015-parachain-runtime-upgrade"
test-filter: "zombie_ci::parachain_runtime_upgrade_slot_duration_18s::parachain_runtime_upgrade_slot_duration_18s"
runner-type: "default"
cumulus-image: "test-parachain"
needs-wasm-binary: true
- job-name: "zombienet-cumulus-0016-statement_store_basic_propagation"
test-filter: "zombie_ci::statement_store::integration::statement_store_basic_propagation"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true
- job-name: "zombienet-cumulus-0017-statement_store_check_propagation_and_quota_invariants"
test-filter: "zombie_ci::statement_store::integration::statement_store_check_propagation_and_quota_invariants"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true
- job-name: "zombienet-cumulus-0018-statement_store_crash_mid_sync"
test-filter: "zombie_ci::statement_store::integration::statement_store_crash_mid_sync"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true
- job-name: "zombienet-cumulus-0019-statement_store_peer_disconnect_during_major_sync"
test-filter: "zombie_ci::statement_store::integration::statement_store_peer_disconnect_during_major_sync"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true