Skip to content
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

Upload the diagnostic logs to the Results Service #3114

Merged

Conversation

jtamsut
Copy link
Contributor

@jtamsut jtamsut commented Jan 29, 2024

Background

This change uploads diagnostic logs to the Results Service. This is done in two steps:

  1. First a signed URL (SAS URL) must be obtained from results
  2. Using the scoped URL the runner will upload the diagnostic log to blob storage

This work follows similar patterns to those uploading completed job logs.

Related

Closes https://github.com/github/actions-results-team/issues/2185

@jtamsut jtamsut requested a review from a team as a code owner January 29, 2024 22:25
@jtamsut jtamsut marked this pull request as draft January 29, 2024 22:43
@jtamsut jtamsut marked this pull request as ready for review January 30, 2024 18:45
@jtamsut jtamsut marked this pull request as draft January 30, 2024 18:46
src/Runner.Common/JobServerQueue.cs Outdated Show resolved Hide resolved
src/Sdk/WebApi/WebApi/ResultsHttpClient.cs Outdated Show resolved Hide resolved
@jtamsut jtamsut marked this pull request as ready for review January 30, 2024 21:14
@TingluoHuang TingluoHuang merged commit 11680fc into actions:main Feb 1, 2024
10 checks passed
@jtamsut jtamsut deleted the jtamsut/upload-diagnostic-logs-to-results branch February 1, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants