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

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

commit f7ecaaa69187e8c63a829f0f3322cc2ba7314253
Author: blaginin <[email protected]>
AuthorDate: Thu Jan 29 13:28:31 2026 +0000

    test runs on blocking policy
---
 .github/workflows/rust.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index e9a6a3857..656d4d6b8 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -58,8 +58,14 @@ jobs:
   linux-build-lib:
     name: linux build test
     needs: check-files
-    if: needs.check-files.outputs.should_skip != 'true'
-    runs-on: ubuntu-latest
+    # if: needs.check-files.outputs.should_skip != 'true'
+    runs-on:
+      - runs-on=${{ github.run_id }}
+      - family=x2idn.xlarge
+      - cpu=16
+      - image=ubuntu24-full-x64
+      - extras=s3-cache
+      - disk=large
     container:
       image: amd64/rust
     steps:


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

Reply via email to