File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 # Build native library once and share with all test jobs
5757 build-native :
5858 name : Build Native Library
59- runs-on : ubuntu-24.04
59+ runs-on : ubuntu-latest-16-cores
6060 container :
6161 image : amd64/rust
6262 steps :
@@ -107,7 +107,7 @@ jobs:
107107 needs : build-native
108108 strategy :
109109 matrix :
110- os : [ubuntu-24.04 ]
110+ os : [ubuntu-latest-16-cores ]
111111 module :
112112 - {name: "catalyst", args1: "catalyst/test", args2: ""}
113113 - {name: "sql_core-1", args1: "", args2: sql/testOnly * -- -l org.apache.spark.tags.ExtendedSQLTest -l org.apache.spark.tags.SlowSQLTest}
@@ -137,7 +137,6 @@ jobs:
137137 runs-on : ${{ matrix.os }}
138138 container :
139139 image : amd64/rust
140- options : --shm-size=8192m
141140 steps :
142141 - uses : actions/checkout@v6
143142 - name : Setup Rust & Java toolchain
You can’t perform that action at this time.
0 commit comments