[BUG] net - resourcemanager - mgmt - ci does not run all steps for all mgmt plane
See original GitHub issueLibrary name and version
Azure.ResourceManager
Describe the bug
We recently updated the ci for mgmt to only run net - resourcemanager - mgmt - ci
for all mgmt plane libraries instead of individual ci’s due to performance reasons. Commit is here. In the latest run here I noticed that the analyze step is only running for Azure.ResourceManager and NOT all of the other mgmt projects.
Our analyze step is able to deal with *
as a ServiceDirectory and auto-expand we probably need to adjust that to treat resourcemanager
as a wild card as well and run each mgmt library.
To find all mgmt projects we can use this code here. This excludes Azure.ResourceManager which we probably want to include when running analyze so just remove the extra .
at the end of the filter.
Expected behavior
All mgmt plane libraries have their analyze step run
Actual behavior
only resourcemanager library has its analyze step run
Reproduction Steps
run the net - resourcemanager - mgmt - ci
Environment
No response
Issue Analytics
- State:
- Created a year ago
- Comments:10 (10 by maintainers)
Top GitHub Comments
For triggering the pipeline manually run
/azp run net - [ServiceDirectory] - mgmt
instead.@sima-zhu once you get the work done to run the core pipeline code gen step in parallel done, can you also please do the same for the resourcemanager pipeline?
I’d like to keep this open for now because what we have is still in testing from my perspective.