Skip to content

[CI] Nightly extra reports are not being sent when a job fails #47844

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

If a job is failed, example this scheduled trigger for CPP Extra:
https://github.com/apache/arrow/actions/runs/18578337446/job/52968529951

The report is being skipped. This was working before we refactored to a common reporting workflow due to the Linux packages job:

We had an unconditional trigger on the job which was moved on the common worklow:
if: github.event_name == 'schedule' && always()

this seems to not work now, it might be required on the parent workflow instead:

 report-package-linux:
needs:
- package
uses: ./.github/workflows/report_ci.yml
secrets: inherit

We should fix and validate that the reports to Zulip and email are being sent when there are failing jobs.

Component(s)

Continuous Integration

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions