turn regression off for testing
This commit is contained in:
parent
e413b3267c
commit
d82e1780cd
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ variables:
|
|||
- name: imageTag
|
||||
value: '$(Build.BuildId)'
|
||||
- name: totalShards
|
||||
value: '4'
|
||||
value: '2'
|
||||
- name: IS_REGRESSION
|
||||
value: 'true'
|
||||
value: 'false'
|
||||
- name: JIRA_BOARD_ID
|
||||
value: '845'
|
||||
- name: JIRA_EPIC_KEY
|
||||
|
|
|
|||
Loading…
Reference in a new issue