Browse Source

Use high memory drone worker (#3983)

Use high memory drone worker
Tobias Kaminsky 6 years ago
parent
commit
3323526566
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .drone.yml

+ 8 - 0
.drone.yml

@@ -14,6 +14,8 @@ trigger:
     - pull_request
     - pull_request
     - push
     - push
 
 
+node:
+  memory: high
 ---
 ---
 kind: pipeline
 kind: pipeline
 name: gplay
 name: gplay
@@ -53,6 +55,9 @@ trigger:
   event:
   event:
    - push
    - push
    - pull_request
    - pull_request
+
+node:
+  memory: high
 ---
 ---
 kind: pipeline
 kind: pipeline
 name: analysis
 name: analysis
@@ -106,3 +111,6 @@ trigger:
   event:
   event:
     - push
     - push
     - pull_request
     - pull_request
+
+node:
+  memory: high