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

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


The following commit(s) were added to refs/heads/fix-postcommit-sql by this 
push:
     new 8fcb3250781 Use highmem runner
8fcb3250781 is described below

commit 8fcb32507810249e5943d2018673c397ebf99f9f
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 3 09:59:41 2025 +0400

    Use highmem runner
---
 .github/workflows/beam_PostCommit_SQL.yml | 2 +-
 sdks/java/extensions/sql/build.gradle     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_SQL.yml 
b/.github/workflows/beam_PostCommit_SQL.yml
index 4600aad6c40..466c0b71078 100644
--- a/.github/workflows/beam_PostCommit_SQL.yml
+++ b/.github/workflows/beam_PostCommit_SQL.yml
@@ -53,7 +53,7 @@ env:
 jobs:
   beam_PostCommit_SQL:
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
-    runs-on: [self-hosted, ubuntu-20.04, main]
+    runs-on: [self-hosted, ubuntu-20.04, highmem]
     timeout-minutes: 240
     strategy:
       matrix:
diff --git a/sdks/java/extensions/sql/build.gradle 
b/sdks/java/extensions/sql/build.gradle
index f61aebb2a4b..259402aa16f 100644
--- a/sdks/java/extensions/sql/build.gradle
+++ b/sdks/java/extensions/sql/build.gradle
@@ -115,7 +115,6 @@ dependencies {
   permitUnusedDeclared library.java.hadoop_client
   provided library.java.kafka_clients
 
-  testImplementation "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
   testImplementation "org.apache.iceberg:iceberg-api:1.6.1"
   testImplementation "org.apache.iceberg:iceberg-core:1.6.1"
   testImplementation library.java.vendored_calcite_1_28_0

Reply via email to