You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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]>
docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.1 swift test --no-parallel -c release
0 commit comments