Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/regression_whitelist_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- build_preset: relwithdebinfo
threads_count: 52
timeout: 300
build_target: "ydb/tests/sql/ ydb/tests/stress"
build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init"
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/stress"
build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init"
test_size: small,medium,large
test_type: unittest,py3test,py2test,pytest
- build_preset: release-msan
Expand All @@ -37,7 +37,7 @@ jobs:
- build_preset: release-tsan
threads_count: 10
timeout: 600
build_target: "ydb/tests/sql/ ydb/tests/stress"
build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init"
test_size: small,medium
test_type: unittest,py3test,py2test,pytest

Expand Down