diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-08 16:27:04 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-05-08 16:27:06 +0200 |
commit | 307220654e4be70454d178f1e785649efc963e21 (patch) | |
tree | 1082229ad75ffc89f1483dae33c9a373769a45a9 /.drone.yml | |
parent | 10d5af18b3b1d632ec6446782f0f9121d3352dc4 (diff) | |
download | nextcloud-server-307220654e4be70454d178f1e785649efc963e21.tar.gz nextcloud-server-307220654e4be70454d178f1e785649efc963e21.zip |
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 <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c97f9bb9669..03d53a452fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -133,6 +133,9 @@ trigger: - pull_request - push +node: + memory: high + --- kind: pipeline name: litmus |