-
Notifications
You must be signed in to change notification settings - Fork 228
Add additional create matrix logging #11067
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
To help debug matrix filters and other generation issues add additional logging.
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.
Pull Request Overview
This PR enhances visibility into matrix generation by adding detailed logging of configuration inputs and parameters.
- Dot-sources a shared
logging.ps1and wraps parameter dumps in a log group - Captures the raw config file contents separately for output
- Switches matrix output from
Write-OutputtoWrite-Hostwith a preceding label
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
@benbp I'm really surprised you didn't already have some logging for this as it can be difficult to see all the values by going through the templates. |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11067 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Wes Haggard <[email protected]>
@weshaggard I've always relied on the Looks like yaml download is also available after the fact now for pipeline runs: |
|
Well now it is also in the pipeline logs :) |

To help debug matrix filters and other generation issues add additional logging.