Browse Source

use high memory drone worker

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 năm trước cách đây
mục cha
commit
3fa638aae6
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .drone.yml

+ 8 - 0
.drone.yml

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