Skip to content

Commit

Permalink
Add sr-type to storage jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Thenot <damien.thenot@vates.tech>
  • Loading branch information
Nambrok committed Mar 10, 2025
1 parent c3a5fd4 commit 2cbff6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"params": {
"--vm": "single/small_vm",
"--sr-disk": "auto",
"--sr-type": "all",
},
"paths": ["tests/storage"],
"markers": "(small_vm or no_vm) and not reboot and not quicktest and not sr_disk_4k",
Expand All @@ -88,6 +89,7 @@
"params": {
"--vm": "single/small_vm",
"--sr-disk": "auto",
"--sr-type": "all",
},
"paths": ["tests/storage"],
"markers": "not sr_disk_4k",
Expand All @@ -105,6 +107,7 @@
"params": {
"--vm": "single/small_vm",
"--sr-disk": "auto",
"--sr-type": "all",
},
"paths": ["tests/storage"],
"markers": "reboot and not flaky and not sr_disk_4k",
Expand All @@ -120,6 +123,7 @@
"nb_pools": 1,
"params": {
"--sr-disk": "auto",
"--sr-type": "all",
},
"paths": ["tests/storage"],
"markers": "quicktest and not sr_disk_4k",
Expand Down

0 comments on commit 2cbff6d

Please sign in to comment.