-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Identity] [EngSys] The identity pipeline is failing with a timeout error after 60 minutes #18685
Labels
Comments
sadasant
added
EngSys
This issue is impacting the engineering system.
Azure.Identity
labels
Nov 15, 2021
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this issue
Apr 18, 2022
[Resources] config readme.python (Azure#18685) * config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Identity pipelines are timing out sometimes. During nightly builds, this is more consistent. Thanks to @praveenkuttappan , I was able to see that the Identity pipeline is building 104 dependent projects, and together they add to more than 60 minutes of tests. This issue is to reduce the number of packages that are built and tested for the Identity pipeline.
Since each package using Identity runs its own tests with Identity, having all of the dependent packages run their tests on the Identity pipeline doubles the number of times the same set of tests are executed. I strongly believe it should be ok to reduce the number of tested packages on the Identity pipeline.
This issue is about doing a change similar to this one: #17290 — I believe the same list should be fine for Identity as well.
The text was updated successfully, but these errors were encountered: