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

yhu pushed a commit to branch revert-28719-move_jobs_to_highmem
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 7176b9dd8f5b6ee3862f402af7877307b85a53d3
Author: Yi Hu <[email protected]>
AuthorDate: Tue Oct 3 17:11:12 2023 -0400

    Revert "assign highmem runner to beam_PostCommit_Python and to 
beam_PreCommit_Java_GCP_IO_Direct (#28719)"
    
    This reverts commit a4ee8548424b335cb3ffdf6aeda899fd1e3ba8ad.
---
 .github/workflows/beam_PostCommit_Python.yml            | 2 +-
 .github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Python.yml 
b/.github/workflows/beam_PostCommit_Python.yml
index a7a214c7c5a..6f4bc5e2ef0 100644
--- a/.github/workflows/beam_PostCommit_Python.yml
+++ b/.github/workflows/beam_PostCommit_Python.yml
@@ -53,7 +53,7 @@ env:
 jobs:
   beam_PostCommit_Python:
     name: ${{matrix.job_name}} (${{matrix.job_phrase}} 
${{matrix.python_version}})
-    runs-on: [self-hosted, ubuntu-20.04, highmem]
+    runs-on: [self-hosted, ubuntu-20.04, main]
     timeout-minutes: 240
     strategy:
       fail-fast: false
diff --git a/.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml 
b/.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml
index 7c821a02474..30e8d6d6c33 100644
--- a/.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml
@@ -90,7 +90,7 @@ jobs:
       github.event_name == 'schedule' ||
       github.event_name == 'workflow_dispatch' ||
       github.event.comment.body == 'Run Java_GCP_IO_Direct PreCommit'
-    runs-on: [self-hosted, ubuntu-20.04, highmem]
+    runs-on: [self-hosted, ubuntu-20.04, main]
     steps:
       - uses: actions/checkout@v4
       - name: Setup repository

Reply via email to