Commit b37890e
committed
[SPARK-52125] Create a daily linux integration test GitHub Action job
### 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.
<img width="576" alt="Screenshot 2025-05-13 at 20 50 14" src="https://github.com/user-attachments/assets/f24e9835-73d0-42a4-bd04-8c9049e9d444" />
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #146 from dongjoon-hyun/SPARK-52125.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 1d83886 commit b37890e
File tree
2 files changed
+45
-19
lines changed- .github/workflows
2 files changed
+45
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 81 | | |
101 | 82 | | |
102 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments