Update CI to push test results to Datadog - #46837
Draft
etruong42 wants to merge 2 commits into
Draft
Conversation
Change-Id: I6256f77d192a4e442e9ef307c8deea6cf0f46fea Signed-off-by: Ethan Truong <ethantruong@google.com>
Contributor
Author
phlax
reviewed
Aug 20, 2026
|
|
||
| ###################################################################################################################### | ||
| ## | ||
| ## NOTHING GOES HERE - NO EXCEPTIONS |
Member
There was a problem hiding this comment.
please see the bit about "no exceptions"
if you want to publish something it needs to be in the post job
phlax
reviewed
Aug 20, 2026
| uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 | ||
| with: | ||
| name: junit-xml-${{ inputs.target-name || inputs.target }}-${{ inputs.arch || 'x64' }} | ||
| path: ${{ runner.temp }}/container/envoy/*/generated/test-results/**/*.xml |
Member
There was a problem hiding this comment.
run already has an artifact upload
Contributor
Author
There was a problem hiding this comment.
I see. I think I need to modify it - envoyproxy/toolshed#5147
phlax
reviewed
Aug 20, 2026
|
|
||
| on: | ||
| workflow_run: | ||
| workflows: ["Envoy/Checks"] |
Member
There was a problem hiding this comment.
this should be part of the request/finish
Member
|
thanks for this @etruong42 - really cool - its the bit we lost when moved off of azp |
Change-Id: Iacf1ee6d9668cab5de13848f4835640808d149d2 Signed-off-by: Ethan Truong <ethantruong@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Change-Id: I6256f77d192a4e442e9ef307c8deea6cf0f46fea
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]