ci: run critical tests by default

This commit is contained in:
Anastasiya Semenkevich 2023-12-18 15:07:51 +03:00 committed by Anastasiya
parent 8b65d1ca43
commit 099a199e1f
1 changed files with 2 additions and 2 deletions

View File

@ -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',