Skip to content

Fail report_failed_workflows job on hidden reporting pipeline errors (#3552)#3560

Merged
plengauer merged 1 commit into
release/v5.55from
backport/285dc86ec621af5e64d8cf71a2b5e66974a1f821
Jun 5, 2026
Merged

Fail report_failed_workflows job on hidden reporting pipeline errors (#3552)#3560
plengauer merged 1 commit into
release/v5.55from
backport/285dc86ec621af5e64d8cf71a2b5e66974a1f821

Conversation

@plengauer
Copy link
Copy Markdown
Owner

Automated backport of commit 285dc86

#3552)

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 2, 2026 08:38
@plengauer plengauer requested a review from moflwi as a code owner June 2, 2026 08:38
@plengauer plengauer enabled auto-merge (squash) June 2, 2026 08:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the scheduled “Report Failed Workflows” GitHub Actions workflow to ensure the report job fails when the reporting pipeline encounters errors (instead of silently continuing), improving reliability of automated issue creation for failing workflows.

Changes:

  • Enable strict bash error handling (set -euo pipefail) so failures in gh, jq, or the pipeline cause the step/job to fail.
  • Replace the base64-encode/decode loop with a jq -r ... | @tsv output and a tab-delimited read loop to avoid hidden decode/parsing errors.
  • Simplify extraction of workflow_name and workflow_url by reading them directly from the TSV stream.

@plengauer plengauer merged commit 9ba3576 into release/v5.55 Jun 5, 2026
1140 of 1142 checks passed
@plengauer plengauer deleted the backport/285dc86ec621af5e64d8cf71a2b5e66974a1f821 branch June 5, 2026 10:09
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.

3 participants