[ci] Fix metrics link annotation emitted for e2e and upgrade jobs #3713
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.
Why this should be merged
Previously, the upgrade job was configured to filter the metrics link annotation with
network_owner=avalanchego-e2e. Not sure how it ended up that way, because only the e2e job should be so filtered. This was preventing the metrics link for both jobs from displaying results properly. This didn't effect links emitted as part of network start, only the link emitted as an annotation.How this works
filter_by_ownerarg from the upgrade to the e2e jobHow this was tested
CI
Need to be documented in RELEASES.md?
N/A