Commit 17773bf
committed
Revert install-pythons trim
The test server (libs/testserver/jobs.go:531) maps a task's spark_version
to a Python version (DBR 12 -> 3.9, 13 -> 3.10, 15 -> 3.11, >=16 -> 3.12)
and calls `uv venv --python <ver>` at runtime. Acceptance tests using DBR
12.2 (integration_whl/wrapper*) or EnvMatrix on UV_PYTHON (templates/
default-python/integration_classic) therefore require those versions to
be installed.
Measured on the prior CI run: installing only 3.10 took ~6.7s on Windows,
vs an estimated 30-60s for all five. Not worth breaking tests. The real
Windows setup cost is Setup Go (2m49s cache restore), which is a
different problem.
Keeping the pydabs_1000_tasks invariant exclusion from the prior commit;
linux/direct is now ~4m18s including reruns, under the <5 min target.
Co-authored-by: Isaac1 parent da8b775 commit 17773bf
3 files changed
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 77 | | |
86 | 78 | | |
87 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 148 | | |
157 | 149 | | |
158 | 150 | | |
| |||
0 commit comments