Skip to content

fix target list in regression_whitelist_run.yml #15528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2025
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
Loading