Commit 6b9afd5
Switch Azure test node type to E4ds_v5 (#4213)
## Changes
Standardize on Standard_E4ds_v5 for Azure integration and acceptance
tests. This is a newer, memory-optimized node type with better
availability that better suits our Spark-based test workloads.
Node type comparison:
- DS4_v2: 8 vCPUs, 28GB RAM, Broadwell CPU (v2 gen)
- E4ds_v5: 4 vCPUs, 32GB RAM, Ice Lake CPU (v5 gen)
Notable differences:
- 4x cores vs 8, but tests primarily need memory not CPU
- More RAM per core: 8GB vs 3.5GB (better for Spark)
- Latest generation CPU (20% faster per-core)
- Memory-optimized family vs general-purpose
- Better quota availability for concurrent test execution
Affected tests:
- Python task execution tests
- Spark JAR execution tests
- Bundle generation tests (jobs and pipelines)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4f5748b commit 6b9afd5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | | - | |
| 1306 | + | |
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments