-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/boot-mirror: bump memory request to 8G on ppc64le and aarch64
All our other root reprovisioning tests double the memory request on ppc64le and aarch64 due to the larger page size. Do this for the boot mirroring tests too and increase the memory request to 8G. With the current 4G, the tests would sometimes panic during the reboot right after the primary block device detach. Even with 8G, the panic still happens, albeit much more rarely. Rather than bumping the memory even more, I've found that sleeping a bit before rebooting does the trick. Partially fixes: #2725 Partially fixes: #3360
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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