diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-08 16:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 16:34:11 +0200 |
commit | df1f53c5c343ff6ac9c7bbe616b2c0cffe8a6380 (patch) | |
tree | 1082229ad75ffc89f1483dae33c9a373769a45a9 | |
parent | 10d5af18b3b1d632ec6446782f0f9121d3352dc4 (diff) | |
parent | 307220654e4be70454d178f1e785649efc963e21 (diff) | |
download | nextcloud-server-df1f53c5c343ff6ac9c7bbe616b2c0cffe8a6380.tar.gz nextcloud-server-df1f53c5c343ff6ac9c7bbe616b2c0cffe8a6380.zip |
Merge pull request #15446 from nextcloud/fix/noid/failing-phan-tests
Run phan tests only on high memory machines
-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 |