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>
This commit is contained in:
parent
10d5af18b3
commit
307220654e
|
@ -133,6 +133,9 @@ trigger:
|
||||||
- pull_request
|
- pull_request
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
node:
|
||||||
|
memory: high
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: litmus
|
name: litmus
|
||||||
|
|
Loading…
Reference in New Issue