Skip to content

Commit 648f41b

Browse files
committed
Use large runner
Signed-off-by: manuzhang <owenzhang1990@gmail.com>
1 parent 989dd57 commit 648f41b

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
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)