-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-4879 Use shrub.py for compressor tests #1944
Conversation
################## | ||
# Generate Config | ||
################## | ||
|
||
generate_yaml(variants=create_load_balancer_variants()) | ||
variants = create_compression_variants() | ||
# print(len(variants)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# print(len(variants)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been using that for debugging, toggling between that line and the next
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep it in this final merge into master? Feels like it's unneeded for a master commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just have to keep adding it back in every time while I'm building out these variants, doesn't seem worth doing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you let me know when the last shrub conversion PR is then? That way I know when any debugging code should be gone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I close the main ticket lol, a long way off
Before: 288 tasks across 36 build variants
After: 78 tasks across 9 build variants