question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] net - resourcemanager - mgmt - ci does not run all steps for all mgmt plane

See original GitHub issue

Library 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:open
  • Created a year ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
weshaggardcommented, Sep 9, 2022

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?

1reaction
weshaggardcommented, Oct 25, 2022

I’d like to keep this open for now because what we have is still in testing from my perspective.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Azure.ResourceManager.OperationalInsights ...
ResourceManager.OperationalInsights 1.1.0 and 1.2.0-beta.1 Describe the bug In my .NET project I am using the Azure.ResourceManager.
Read more >
How to Restart the Management server "mgmtsrvr" Process
The management server process can be restarted using the cli command ... by running the CLI command show system resources | match mgmtsrvr....
Read more >
Troubleshoot cluster connections | Fleet management
This page describes how to troubleshoot common errors that you might encounter when registering clusters to a fleet or connecting to clusters outside...
Read more >
Reference table for all security alerts
This article lists the security alerts you might get from Microsoft Defender for Cloud and any Microsoft Defender plans you've enabled.
Read more >
DHS Acronyms, Abbreviations, and Terms (DAAT) List
The DHS Acronyms, Abbreviations, and Terms (DAAT) list contains homeland security related acronyms, abbreviations, and terms.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found