Skip to content

Commit ed5c46b

Browse files
authored
Make serverless tasks patch-only (#1692)
1 parent a02a79b commit ed5c46b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/config/test-tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tasks:
1010
- name: "test-serverless"
1111
tags: ["serverless"]
1212
exec_timeout_secs: 10800
13+
patch_only: true
1314
commands:
1415
- func: "start kms servers"
1516
- func: "set aws temp creds"
@@ -18,6 +19,7 @@ tasks:
1819
- name: "test-serverless-proxy"
1920
tags: ["serverless"]
2021
exec_timeout_secs: 10800
22+
patch_only: true
2123
commands:
2224
- func: "start kms servers"
2325
- func: "set aws temp creds"

0 commit comments

Comments
 (0)