Skip to content

GH-1244: Move integration tests to separate workflow#1245

Open
xborder wants to merge 1 commit into
apache:mainfrom
xborder:ci-split-integration-workflow
Open

GH-1244: Move integration tests to separate workflow#1245
xborder wants to merge 1 commit into
apache:mainfrom
xborder:ci-split-integration-workflow

Conversation

@xborder

@xborder xborder commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

What's Changed

Move the integration job from test.yml into its own integration.yml workflow.

The new workflow uses top-level paths filters, so integration tests run only when changes affect relevant code or build inputs.
This should also help to reduce the amount of runner time. Topic initially triggered in the mailing list

Closes #1244

@github-actions

This comment has been minimized.

@kou kou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

- '**'
paths:
- '.github/workflows/integration.yml'
- 'pom.xml'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we remove this?

pull_request:
paths:
- '.github/workflows/integration.yml'
- 'pom.xml'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we remove this?

@kou kou added the chore PRs that make misc changes. label Jul 22, 2026
@github-actions github-actions Bot added this to the 20.0.0 milestone Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that make misc changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Create separate integration workflow

2 participants