-
Notifications
You must be signed in to change notification settings - Fork 8
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
Developemnt 313 mass deployment #1421
Conversation
…grid-sdk-ts into developemnt_313_mass_deployment
…grid-sdk-ts into developemnt_313_mass_deployment
…grid-sdk-ts into developemnt_313_mass_deployment
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.
Great work! i ran the script locally and from the workflow and both ran without any issues.
There's just a tiny comment, after the script is done the number of successful and failed deployments seems to be inaccurate. as seen from this run on github, the number of successful deployments is 200 and the number of failed ones is 161, and as seen in the script itself the total number of deployments is 250, so i think there's an error with the counting logic.
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.
Verified from the latest run, the count now adds up to 250, great work!
Description
Make mass deployments up to 1000 workload, each batch (100 deployment) will get deployed together to reduce time and not deploying each vm one by one.
Related Issues
#1352