-
Notifications
You must be signed in to change notification settings - Fork 743
Regression runs: multi-branch run support + refactoring #16735
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
Conversation
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
Changelog entry
Run example:
https://github.com/ydb-platform/ydb/actions/runs/14319053543
Зачем я обновляю actions
Потребуется черипикнуть изменения в stable ветки

.github/actions/build_and_test_ya/action.yml:
custom_branch_nameto specify a custom branch name when the workflow branch is different from the checkout branch..github/actions/test_ya/action.yml:
custom_branch_nameinput and logic to handle it in the script..github/workflows/regression_run.yml:
use_default_branchesto determine whether to use default branches or the selected branch..github/workflows/regression_run_compatibility.yml:
-Added the same input use_default_branches and logic as in regression_run.yml.
.github/workflows/regression_run_large.yml:
.github/workflows/regression_run_small_medium.yml:
Changelog category
Description for reviewers
...