This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch db/switch-to-runs-on-asf
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git


The following commit(s) were added to refs/heads/db/switch-to-runs-on-asf by 
this push:
     new e7e8adfc1 will `github.run_attempt` cure us?
e7e8adfc1 is described below

commit e7e8adfc17349e0afc82df65b5a03dadf72fd51a
Author: blaginin <[email protected]>
AuthorDate: Fri Feb 6 14:48:16 2026 +0200

    will `github.run_attempt` cure us?
---
 .github/workflows/rust.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 11e3315c2..b701dc179 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -59,7 +59,7 @@ jobs:
     name: linux build test
     needs: check-files
     if: needs.check-files.outputs.should_skip != 'true'
-    runs-on: ${{ github.repository_owner == 'apache' && 
format('runs-on={0},family=m7a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
 github.run_id) || 'ubuntu-latest' }}
+    runs-on: ${{ github.repository_owner == 'apache' && 
format('runs-on={0}-{1},family=m7a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
 github.run_id,github.run_attempt) || 'ubuntu-latest' }}
     container:
       image: amd64/rust
     steps:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to