Commit e883171
authored
Use spot instances for extended tests (#21221)
I had `spot=false` because those runs were slow. Now they are quite
fast, so we can save up while running them:
[Before](https://github.com/apache/datafusion/actions/runs/23683585934/job/68999421156):
<img width="523" height="366" alt="Zen Browser 2026-03-28 22 09 17"
src="https://github.com/user-attachments/assets/27eb875f-b99a-4f12-a5ef-9bd5d13ae36b"
/>
[After](https://github.com/apache/datafusion/actions/runs/23694905456/job/69028518341#step:12:25):
<img width="452" height="379" alt="Zen Browser 2026-03-28 22 09 32"
src="https://github.com/user-attachments/assets/c40a446e-3240-4b8c-b139-476b9a4a6a6f"
/>
Instance family differs between runs (runs-on [picks
one](https://runs-on.com/configuration/spot-instances/) based on current
cost/availability), but the numbers should be illustrative nonetheless.
I also put cpu to 32 since the tests are quite fast1 parent aadae6b commit e883171
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | | - | |
166 | | - | |
| 164 | + | |
167 | 165 | | |
168 | 166 | | |
169 | 167 | | |
| |||
0 commit comments