Skip to content

Add a way to trigger the extended test suite from a PR #14319

@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

There is a great extended test suite that runs on each PR to main, https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml

It doesn't run on PRs but does run on every commit to main as doing so consumes a significant amount of CI builder time and the jobs rarely fail. An example run is here: https://github.com/apache/datafusion/actions/runs/12987371654/job/36216118679

Sometimes there are PRs (such as #13681 from @Rachelint ) where it would be really nice to verify that the extended suite still passes before we merge the PR to main

Describe the solution you'd like

I would like some way to trigger the extended test suite from a PR

Describe alternatives you've considered

Maybe we could follow the model of take: https://github.com/apache/datafusion/blob/main/.github/workflows/take.yml

Described in
https://datafusion.apache.org/contributor-guide/index.html#open-contribution-and-assigning-tickets

So maybe we could make it so if someone added a comment like

test extended

To the PR the extended tests would also trigger

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions