Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 14, 2025

What changes were proposed in this pull request?

This PR aims to add a daily linux integration test GitHub Action job in order to move linux-integration-test into it while keeping build-ubuntu-latest and build-ubuntu-arm.

Why are the changes needed?

To isolate the linux flakiness from the main PR builder and commit builder. Instead, this dedicated GitHub Action job will focus on the linux integration independently.

Does this PR introduce any user-facing change?

No. This is a test-infra change.

How was this patch tested?

This PR will not trigger integration-test-linux job.

Screenshot 2025-05-13 at 20 50 14

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Let me merge this is a move from one CI test pipeline to another one.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-52125 branch May 14, 2025 04:29
dongjoon-hyun added a commit that referenced this pull request Aug 26, 2025
### What changes were proposed in this pull request?

This PR aims to add `integration-test-ubuntu` GitHub Action job.

### Why are the changes needed?

We had `integration-test-linux` before and moved it to daily job due to the flakiness.
- #146

This is the current daily linux integration test coverage.
- https://github.com/apache/spark-connect-swift/actions/workflows/integration_test_linux.yml

Since all `integration test (on MacOS)` jobs are failing currently, this PR aims to bring `Linux` integration test job back to `main` CI to have an integration test coverage.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Newly added linux integration test job should pass.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #228 from dongjoon-hyun/SPARK-53379.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
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.

1 participant