|
|
@ -3,7 +3,7 @@ version: 2.1 |
|
|
|
parameters: |
|
|
|
parameters: |
|
|
|
run_flaky_tests: |
|
|
|
run_flaky_tests: |
|
|
|
type: boolean |
|
|
|
type: boolean |
|
|
|
default: true |
|
|
|
default: false |
|
|
|
orbs: |
|
|
|
orbs: |
|
|
|
browser-tools: circleci/browser-tools@1.4.4 |
|
|
|
browser-tools: circleci/browser-tools@1.4.4 |
|
|
|
win: circleci/windows@5.0 |
|
|
|
win: circleci/windows@5.0 |
|
|
@ -640,7 +640,7 @@ jobs: |
|
|
|
type: string |
|
|
|
type: string |
|
|
|
jobsize: |
|
|
|
jobsize: |
|
|
|
type: string |
|
|
|
type: string |
|
|
|
parallelism: 1 |
|
|
|
parallelism: 10 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
- attach_workspace: |
|
|
|
- attach_workspace: |
|
|
|