6969 build-native :
7070 needs : lint
7171 name : Build Native Library
72- runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
72+ runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a ,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
7373 container :
7474 image : amd64/rust
7575 steps :
@@ -102,7 +102,7 @@ jobs:
102102 RUSTFLAGS : " -Ctarget-cpu=x86-64-v3"
103103
104104 - name : Upload native library
105- uses : actions/upload-artifact@v6
105+ uses : actions/upload-artifact@v7
106106 with :
107107 name : native-lib-linux
108108 path : native/target/ci/libcomet.so
@@ -122,7 +122,7 @@ jobs:
122122 linux-test-rust :
123123 needs : lint
124124 name : ubuntu-latest/rust-test
125- runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
125+ runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a ,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
126126 container :
127127 image : amd64/rust
128128 steps :
@@ -277,7 +277,7 @@ jobs:
277277 org.apache.spark.sql.CometToPrettyStringSuite
278278 fail-fast : false
279279 name : ${{ matrix.profile.name }}/${{ matrix.profile.scan_impl }} [${{ matrix.suite.name }}]
280- runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
280+ runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a ,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
281281 container :
282282 image : amd64/rust
283283 env :
@@ -294,7 +294,7 @@ jobs:
294294 jdk-version : ${{ matrix.profile.java_version }}
295295
296296 - name : Download native library
297- uses : actions/download-artifact@v7
297+ uses : actions/download-artifact@v8
298298 with :
299299 name : native-lib-linux
300300 # Download to release/ since Maven's -Prelease expects libcomet.so there
@@ -325,7 +325,7 @@ jobs:
325325 verify-benchmark-results-tpch :
326326 needs : build-native
327327 name : Verify TPC-H Results
328- runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
328+ runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a ,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
329329 container :
330330 image : amd64/rust
331331 steps :
@@ -340,7 +340,7 @@ jobs:
340340 jdk-version : 11
341341
342342 - name : Download native library
343- uses : actions/download-artifact@v7
343+ uses : actions/download-artifact@v8
344344 with :
345345 name : native-lib-linux
346346 path : native/target/release/
@@ -379,7 +379,7 @@ jobs:
379379 verify-benchmark-results-tpcds :
380380 needs : build-native
381381 name : Verify TPC-DS Results (${{ matrix.join }})
382- runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
382+ runs-on : ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a ,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}
383383 container :
384384 image : amd64/rust
385385 strategy :
@@ -398,7 +398,7 @@ jobs:
398398 jdk-version : 11
399399
400400 - name : Download native library
401- uses : actions/download-artifact@v7
401+ uses : actions/download-artifact@v8
402402 with :
403403 name : native-lib-linux
404404 path : native/target/release/
0 commit comments