Setting up regression run for the night
This commit is contained in:
parent
9faa3a77fb
commit
617b076ef2
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ variables:
|
||||||
- name: imageTag
|
- name: imageTag
|
||||||
value: '$(Build.BuildId)'
|
value: '$(Build.BuildId)'
|
||||||
- name: totalShards
|
- name: totalShards
|
||||||
value: 2
|
value: 4
|
||||||
- name: IS_REGRESSION
|
- name: IS_REGRESSION
|
||||||
value: 'true'
|
value: 'true'
|
||||||
- name: JIRA_BOARD_ID
|
- name: JIRA_BOARD_ID
|
||||||
|
|
@ -32,10 +32,10 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- template: temp/playwright-test.yml
|
- template: temp/playwright-test.yml
|
||||||
parameters:
|
parameters:
|
||||||
totalShards: 2
|
totalShards: 4
|
||||||
targetUrl: $(BASE_URL)
|
targetUrl: $(BASE_URL)
|
||||||
dockerFileName: 'Dockerfile.playwright'
|
dockerFileName: 'Dockerfile.playwright'
|
||||||
isRegression: false
|
isRegression: true
|
||||||
filterTags: ''
|
filterTags: ''
|
||||||
playwrightTestsPath: 'playwright-tests'
|
playwrightTestsPath: 'playwright-tests'
|
||||||
npmServePath: '.'
|
npmServePath: '.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue