Skip to content

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

Merged
erindru merged 2 commits intomainfrom
erin/cicd-bot-large-model-count
Jul 7, 2025
Merged

Fix(cicd_bot): Don't truncate backfill model list#4915
erindru merged 2 commits intomainfrom
erin/cicd-bot-large-model-count

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

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