Skip to content

Commit 5b415d1

Browse files
stormivxgmichel
authored andcommitted
fixup: only one pool required for postinstall job
Signed-off-by: Samuel Verschelde <stormi-xcp@ylix.fr>
1 parent 32dd44e commit 5b415d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class JobData(TypedDict):
3030
"pool twice.) Config in data.py for a NFS SR.",
3131
"A VM (small and fast-booting).",
3232
],
33-
"nb_pools": 2,
33+
"nb_pools": 1,
3434
"params": {
3535
"--vm": "single/small_vm",
3636
},

0 commit comments

Comments
 (0)