Skip to content

Commit

Permalink
add ydb/tests/stress to regression_whitelist_run workflow (#13654)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jan 21, 2025
1 parent c08caa3 commit 31b7423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression_whitelist_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ jobs:
- build_preset: relwithdebinfo
threads_count: 52
timeout: 300
build_target: "ydb/tests/sql/ ydb/tests/sql/large"
build_target: "ydb/tests/sql/ ydb/tests/stress"
test_size: small,medium,large
test_type: unittest,py3test,py2test,pytest
- build_preset: release-asan
threads_count: 20
timeout: 480
build_target: "ydb/tests/sql/ ydb/tests/sql/large"
build_target: "ydb/tests/sql/ ydb/tests/stress"
test_size: small,medium,large
test_type: unittest,py3test,py2test,pytest
- build_preset: release-msan
threads_count: 20
timeout: 480
build_target: "ydb/tests/sql/ ydb/tests/sql/large"
build_target: "ydb/tests/sql/ ydb/tests/stress"
test_size: small,medium,large
test_type: unittest,py3test,py2test,pytest
- build_preset: release-tsan
threads_count: 10
timeout: 600
build_target: "ydb/tests/sql/ ydb/tests/sql/large"
build_target: "ydb/tests/sql/ ydb/tests/stress"
test_size: small,medium
test_type: unittest,py3test,py2test,pytest

Expand Down

0 comments on commit 31b7423

Please sign in to comment.