Skip to content

Commit 553e884

Browse files
committed
A second one-host pool is not necessary for the postinstall job
More specifically it does not include cross-pool migration tests. Signed-off-by: Vincent Michel <vincent.michel@vates.tech>
1 parent a55dbdd commit 553e884

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

jobs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ class JobData(TypedDict):
2525
"Minimal set of tests to run after an installation or an upgrade.",
2626
"requirements": [
2727
"A pool master with a local SR. Can be a single-host pool.",
28-
"A second one-host pool with a SR to receive cross-pool migrated VMs.",
29-
"(If you can't provide a second pool, add `-m 'not hostB1'`, and specify the pool master of the first "
30-
"pool twice.) Config in data.py for a NFS SR.",
3128
"A VM (small and fast-booting).",
3229
],
3330
"nb_pools": 1,

0 commit comments

Comments
 (0)