Skip to content

Commit 73e5e3a

Browse files
committed
prevent accidental cache hits
1 parent d652e09 commit 73e5e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

centaur/src/main/resources/standardTestCases/retry_with_more_memory/gcpbatch/retry_with_more_memory.wdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version 1.0
22

33
task imitate_oom_error {
4+
meta {
5+
volatile: true
6+
}
47
command {
58
echo "$MEM_SIZE $MEM_UNIT"
69

0 commit comments

Comments
 (0)