-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TT-14557] Send logs of failed actions to GH logs analyser #7042
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
base: master
Are you sure you want to change the base?
Conversation
💔 The detected issue is not in one of the allowed statuses 💔
Please ensure your jira story is in one of the allowed statuses |
API Changes no api changes detected |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
💔 The detected issue is not in one of the allowed statuses 💔
Please ensure your jira story is in one of the allowed statuses |
|
User description
Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
Enhancement
Description
Add
report_logs
job to all main GitHub Actions workflowsIntegrate GH logs analyser for failed jobs reporting
Ensure logs are uploaded if PR is not a draft
Standardize log reporting across CI, lint, release, and update workflows
Changes walkthrough 📝
ci-tests.yml
Add GH logs analyser job to CI tests workflow
.github/workflows/ci-tests.yml
report_logs
job to upload failed job logs.test
job.lint-swagger.yml
Add GH logs analyser job to lint-swagger workflow
.github/workflows/lint-swagger.yml
report_logs
job for failed job log uploads.redocly_validator
anddiff_swagger
jobs.lint.yml
Add GH logs analyser job to lint workflow
.github/workflows/lint.yml
report_logs
job for uploading failed job logs.godoc
andjira
jobs if PR is not a draft.release-tests.yml
Add GH logs analyser job to release-tests workflow
.github/workflows/release-tests.yml
report_logs
job to handle failed job log uploads.opentelemetry-e2e
,ci-tests
, andsmoke-tests
.release.yml
Add GH logs analyser job to release workflow
.github/workflows/release.yml
report_logs
job for uploading failed job logs.update-tyk-analytics.yml
Add GH logs analyser job to update-tyk-analytics workflow
.github/workflows/update-tyk-analytics.yml
report_logs
job for failed job log uploads.sync
job.