-
Notifications
You must be signed in to change notification settings - Fork 314
test all service crates in parallel #712
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
I was hoping it would publish 1 job at a time. Looks like it is doing 20 concurrently. :/ https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration |
crates.io had to problem with the concurrent crate updates. The backoff appears that it was just for new crates. docs.rs put the |
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.
Given these have access to CARG_REGISTRY_TOKEN, this should probably include documentation as to who has access to run these and what the process is to enable giving someone access to run these.
The publish actions are intended for running in your own fork where only you have access to run the actions. Do not add the How is that ^^^? |
Discussion moved to the internal Teams instance for Azure SDK For Rust. |
This makes it possible to check all the services in parallel jobs. The workflow definitions can be generated when the services are updated.