Skip to content

Fix(cicd_bot): Don't truncate backfill model list #4915

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 2 commits into from
Jul 7, 2025

Conversation

erindru
Copy link
Collaborator

@erindru erindru commented Jul 7, 2025

Related to #4120

Currently, if there are lots of models to backfill, we "helpfully" truncate the list in the Prod Plan Preview step:
01 - Prod Plan Preview -  Before, truncated

However, this is undesirable in the CI/CD bot because there is no equivalent of the -vv option to set the output verbosity. This means anyone reviewing the bot output has no way of actually knowing the full extent of the models to be backfilled.

This PR updates the CI/CD bot to always show the full list of models affected:
01 - Prod Plan Preview -  After

@erindru erindru force-pushed the erin/cicd-bot-large-model-count branch from 883786a to 5ed8082 Compare July 7, 2025 03:52
@@ -298,7 +298,7 @@ def test_merge_pr_has_non_breaking_change(
assert GithubCheckConclusion(prod_plan_preview_checks_runs[2]["conclusion"]).is_success

expected_prod_plan_directly_modified_summary = """**Directly Modified:**
* `sushi.waiter_revenue_by_day` (Non-breaking)
* `memory.sushi.waiter_revenue_by_day` (Non-breaking)
Copy link
Collaborator Author

@erindru erindru Jul 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a side effect of setting Verbosity.VERY_VERBOSE.

However, it does have the effect of making the output of this step more closely align with the PR Environment Synced step which is using fully qualified names already

@erindru erindru merged commit 7e983f8 into main Jul 7, 2025
27 checks passed
@erindru erindru deleted the erin/cicd-bot-large-model-count branch July 7, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants