From 307220654e4be70454d178f1e785649efc963e21 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 c97f9bb966..03d53a452f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -133,6 +133,9 @@ trigger: - pull_request - push +node: + memory: high + --- kind: pipeline name: litmus