Skip to content

Commit 5da13b3

Browse files
committed
add shm size to images we test as well
1 parent a3b1aee commit 5da13b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def container_test(self, tag: str) -> None:
300300
# Start the container
301301
self.logger.info("Starting test of: %s", tag)
302302
container: Container = self.client.containers.run(f"{self.image}:{tag}",
303+
shm_size="1G",
303304
detach=True,
304305
environment=self.dockerenv)
305306
container_config: list[str] = container.attrs["Config"]["Env"]

0 commit comments

Comments
 (0)