Skip to content

Commit

Permalink
[HACK] cause OOM to see if runner is configured correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
  • Loading branch information
obbardc committed Aug 10, 2023
1 parent 6464ff0 commit 4637bb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpi64/debimage-rpi64.yaml
Expand Up @@ -8,6 +8,10 @@
architecture: arm64

actions:
- action: run
description: Cause oom by writing a 10G file to /scratch (which is backed by 2G RAM)
command: dd if=/dev/random of=/scratch/test.img bs=1M count=10000

{{ if ne $firmware_version "debian" }}
# Download all needed proprietary stuff first
- action: download
Expand Down

0 comments on commit 4637bb7

Please sign in to comment.