ci: run critical tests by default
This commit is contained in:
parent
8b65d1ca43
commit
099a199e1f
|
@ -32,8 +32,8 @@ pipeline {
|
|||
)
|
||||
string(
|
||||
name: 'TEST_SCOPE',
|
||||
description: 'Paste tag to run specific scope of tests.',
|
||||
defaultValue: ''
|
||||
description: 'Paste a known mark to run tests labeled with this mark',
|
||||
defaultValue: 'critical'
|
||||
)
|
||||
string(
|
||||
name: 'TESTRAIL_RUN_NAME',
|
||||
|
|
Loading…
Reference in New Issue