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

vterentev pushed a commit to branch fix-sqlbigquery
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9d7733e170add5226defe395b816a8dedccc3274
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Jul 11 17:22:46 2025 +0400

    Use highmem runner
---
 .github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/.github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml 
b/.github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml
index b44ab3fe368..1e60652c774 100644
--- a/.github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml
+++ b/.github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml
@@ -54,7 +54,7 @@ jobs:
       github.event_name == 'workflow_dispatch' ||
       (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||
       github.event.comment.body == 'Run SQLBigQueryIO Batch Performance Test 
Java'
-    runs-on: [self-hosted, ubuntu-20.04, main]
+    runs-on: [self-hosted, ubuntu-20.04, highmem]
     timeout-minutes: 100
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
     strategy:

Reply via email to