Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Unfortunately this change will not split of the test notifications because that is based on the yml file path. If you want those to be unique you would need to add another entry with a full path to the yml file like:
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.
@jsquire confirmed that the notifications are indeed split for Event Hubs where they used this model and not the full path
azure-sdk-for-net/.github/CODEOWNERS
Lines 294 to 307 in b33567b
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.
The code owners are probably split up correctly but the pipeline notifications I don't believe are split up as you expect.
Track 1 (i.e. tests.data.yml) DevOps notification group:
net - servicebus - tests.data
vs
Track 2 (i.e. tests.yml) DevOps notification group:
net - servicebus - tests
They both only contain Jesse and Josh. If you want the other owners for the different pipelines you will have to fully specify the path to the yml file given they are in the same root directory.
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.
Thanks @weshaggard! Created #23663
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.
Interesting; I haven't been receiving notifications for Event Hubs T1 tests since we split them, but have continued to receive the T2 notifications. Does this mean that nobody is receiving the T1 notifications, I wonder?
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.
Until #23663 when in I was showing that you should have been getting T1 (net - eventhub - tests.data) notifications but after that change it only has the new entries.
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.
That's curious. I haven't been seeing them and confirmed they're not going to Junk or being caught by rules.