-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[windows] warmup "az devops" for the first run #8410
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
as Jesse Houwing has found "az devops" warms up during first run which takes ~40 sec. warm up is done by running "az devops <subsystem> --help" with config redirected to persistent "C:\" location, also keyring installation requires "fake" login original PR: actions#8294 Co-authored-by: Jesse Houwing <jesse.houwing@gmail.com>
Yay! Thanks for the mention! |
/azp run windows2019,windows2022 |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run windows2019,windows2022 |
Azure Pipelines successfully started running 2 pipeline(s). |
It's 2025 and I might be running into the same problem again -- first Agent info:
Logs from
Problem appears to be "No module found from index for ['devops', ...]", so Azure CLI did a full reloading of all command modules which took nearly 1 minute. Is this the same problem addressed here in this PR? |
Please ignore my previous post. I found it to be an issue with my runner image's |
as Jesse Houwing has found "az devops" warms up during first run which takes ~40 sec.
warm up is done by running "az devops --help" with config redirected to persistent "C:" location, also keyring installation requires "fake" login
original PR: #8294
Description
warming up "az devops" first invocation.
due to security reasons we cannot accept original PR: #8294
Related issue:
#8296
Check list