From 74f90886a5aaf5ad3d2cbcaca7a47a37539dd3c6 Mon Sep 17 00:00:00 2001 From: liferoad Date: Sun, 17 Nov 2024 11:56:10 -0500 Subject: [PATCH] Use highmem for beam_PostCommit_Python_Examples_Flink.yml Fixes #32794 --- .github/workflows/beam_PostCommit_Python_Examples_Flink.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Python_Examples_Flink.yml b/.github/workflows/beam_PostCommit_Python_Examples_Flink.yml index bda807eb147b..3fd22e0cfb9b 100644 --- a/.github/workflows/beam_PostCommit_Python_Examples_Flink.yml +++ b/.github/workflows/beam_PostCommit_Python_Examples_Flink.yml @@ -55,7 +55,7 @@ jobs: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' || startsWith(github.event.comment.body, 'Run Python Examples_Flink') - runs-on: [self-hosted, ubuntu-20.04, main] + runs-on: [self-hosted, ubuntu-20.04, highmem] timeout-minutes: 240 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) strategy: @@ -101,4 +101,4 @@ jobs: with: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} - files: '**/pytest*.xml' \ No newline at end of file + files: '**/pytest*.xml'