File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 # Build native library once and share with all test jobs
5959 build-native :
6060 name : Build Native Library
61- runs-on : ubuntu-24.04
61+ runs-on : ubuntu-latest-16-cores
6262 container :
6363 image : amd64/rust
6464 steps :
@@ -109,7 +109,7 @@ jobs:
109109 needs : build-native
110110 strategy :
111111 matrix :
112- os : [ubuntu-24.04 ]
112+ os : [ubuntu-latest-16-cores ]
113113 module :
114114 - {name: "catalyst", args1: "catalyst/test", args2: ""}
115115 - {name: "sql_core-1", args1: "", args2: sql/testOnly * -- -l org.apache.spark.tags.ExtendedSQLTest -l org.apache.spark.tags.SlowSQLTest}
@@ -139,7 +139,6 @@ jobs:
139139 runs-on : ${{ matrix.os }}
140140 container :
141141 image : amd64/rust
142- options : --shm-size=8192m
143142 steps :
144143 - uses : actions/checkout@v6
145144 - name : Setup Rust & Java toolchain
You can’t perform that action at this time.
0 commit comments