This is an automated email from the ASF dual-hosted git repository. blaginin pushed a commit to branch db/runs-on-comet in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
commit 7c010e6556e75f8607e746590f4e0602c063e9de Author: blaginin <[email protected]> AuthorDate: Mon Feb 23 20:16:15 2026 +0000 Runs on for `linux-test` --- .github/workflows/pr_build_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build_linux.yml b/.github/workflows/pr_build_linux.yml index a7b418949..60f131804 100644 --- a/.github/workflows/pr_build_linux.yml +++ b/.github/workflows/pr_build_linux.yml @@ -161,7 +161,6 @@ jobs: needs: build-native strategy: matrix: - os: [ubuntu-latest] # the goal with these profiles is to get coverage of all Java, Scala, and Spark # versions without testing all possible combinations, which would be overkill profile: @@ -274,13 +273,14 @@ jobs: org.apache.spark.sql.CometToPrettyStringSuite fail-fast: false name: ${{ matrix.os }}/${{ matrix.profile.name }}/${{ matrix.profile.scan_impl }} [${{ matrix.suite.name }}] - runs-on: ${{ matrix.os }} + 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' }} container: image: amd64/rust env: JAVA_TOOL_OPTIONS: ${{ matrix.profile.java_version == '17' && '--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED' || '' }} steps: + - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3 - uses: actions/checkout@v6 - name: Setup Rust & Java toolchain --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
