From be2daf83bddf5b007543a173fe1e67b9c524aa12 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 8 May 2019 16:27:04 +0200 Subject: [PATCH] Run phan tests only on high memory machines This should fix the out of memory issues we are seeing with this job Signed-off-by: Morris Jobke --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index a833afce1c2..f32bcd56a1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -157,6 +157,9 @@ trigger: - pull_request - push +node: + memory: high + --- kind: pipeline name: litmus-v1