Merge "Bump nova-ceph-multstore timeout"

This commit is contained in:
Zuul 2023-05-11 10:51:49 +00:00 committed by Gerrit Code Review
commit e9a54ff350

View File

@ -595,12 +595,13 @@
irrelevant-files: *nova-base-irrelevant-files
required-projects:
- openstack/nova
timeout: 9000
pre-run:
- playbooks/ceph/glance-setup.yaml
vars:
# NOTE(danms): Increase our swap size since we're dealing with
# larger images and trigger OOMs.
configure_swap_size: 4096
configure_swap_size: 8192
# NOTE(danms): These tests create an empty non-raw image, which nova
# will refuse because we set never_download_image_if_on_rbd in this job.
# Just skip these tests for this case.