storage: add jobs for large volume tests - #461
Merged
Merged
Conversation
This was referenced Apr 7, 2026
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 7, 2026 11:39
4ce2e05 to
7080332
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 7, 2026 11:39
09c9a94 to
53fc802
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
2 times, most recently
from
April 7, 2026 11:48
527e76c to
8c3a3f3
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 7, 2026 13:20
53fc802 to
4fe002d
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
2 times, most recently
from
April 7, 2026 13:32
137ddf0 to
e27fa8c
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 8, 2026 20:28
8045e7c to
fbd0973
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
2 times, most recently
from
April 8, 2026 21:22
a53221d to
58d615f
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 8, 2026 21:22
fbd0973 to
1978ff7
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 9, 2026 05:39
58d615f to
dc4d22b
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 9, 2026 05:39
1978ff7 to
d1fb5c8
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 10, 2026 08:25
dc4d22b to
736d660
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
2 times, most recently
from
April 10, 2026 19:18
9ff5803 to
8f0ef2b
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 17, 2026 13:52
d7c789d to
6f5e3af
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 21, 2026 06:08
d98d020 to
7854115
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
2 times, most recently
from
April 21, 2026 12:47
439ff96 to
b8792f1
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 21, 2026 13:24
b8792f1 to
0717a33
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 21, 2026 14:03
0717a33 to
0c028a2
Compare
stormi
requested changes
Apr 22, 2026
stormi
left a comment
Member
There was a problem hiding this comment.
The commit message doesn't match the change anymore. I stopped the review at this stage, will re-review when asked.
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 24, 2026 14:55
0c028a2 to
06e3b1c
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 24, 2026 14:55
7854115 to
1c26e91
Compare
This was referenced Apr 24, 2026
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
April 29, 2026 17:39
06e3b1c to
3f41ead
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
April 29, 2026 17:39
1c26e91 to
2ce8370
Compare
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
May 11, 2026 15:48
3f41ead to
c27c4c5
Compare
glehmann
force-pushed
the
gln/test-vdi-size-limit-xnzn
branch
from
May 11, 2026 15:49
2ce8370 to
83daf10
Compare
Mark LVM and lvmoiscsi tests with thick_provisioning,
and all test_full_vdi_write tests with disk_throughput_intensive, to allow running
large-VDI jobs only on hardware that can handle the respective disk requirements.
Add storage-main-{thin,thick,full-write} and storage-migrations-{thin,thick}
jobs that use these markers to split large volume testing by disk speed requirement.
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
glehmann
force-pushed
the
gln/storage-large-volume-tests-nwwl
branch
from
May 12, 2026 13:16
c27c4c5 to
3d81aea
Compare
Lankou66
approved these changes
May 12, 2026
Millefeuille42
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mark LVM and lvmoiscsi tests that allocate large VDIs with disk_space_allocation,
and all test_full_vdi_write tests with disk_throughput_intensive, to allow running
large-VDI jobs only on hardware that can handle the respective disk requirements.
Add storage-main-16tb-{thin,thick,full-write} and storage-migrations-16tb-{thin,thick}
jobs that use these markers to split 16TiB volume testing by disk speed requirement.
Signed-off-by: Gaëtan Lehmann gaetan.lehmann@vates.tech
This PR is part of a tree containing 19 PRs:
mastermaster