Skip to content

Commit f4a6f9a

Browse files
committed
Use large runner
Signed-off-by: manuzhang <owenzhang1990@gmail.com>
1 parent 8813386 commit f4a6f9a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/spark_sql_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)