Skip to content

Commit 959e294

Browse files
authored
Up machine count to 16 (#135)
1 parent eec17f1 commit 959e294

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines-gitTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ parameters:
2626
- name: MACHINE_COUNT
2727
displayName: Machine Count
2828
type: number
29-
default: 8
29+
default: 16
3030
values:
3131
- 1
3232
- 2
3333
- 4
3434
- 8
35+
- 16
3536
- name: ENTRYPOINT
3637
displayName: TypeScript entrypoint
3738
type: string

azure-pipelines-userTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ parameters:
3535
- name: MACHINE_COUNT
3636
displayName: Machine Count
3737
type: number
38-
default: 8
38+
default: 16
3939
values:
4040
- 1
4141
- 2
4242
- 4
4343
- 8
44+
- 16
4445
- name: ENTRYPOINT
4546
displayName: TypeScript entrypoint
4647
type: string

0 commit comments

Comments
 (0)