Skip to content

Commit

Permalink
Use highmem for beam_PostCommit_Python_Examples_Flink.yml
Browse files Browse the repository at this point in the history
Fixes #32794
  • Loading branch information
liferoad authored Nov 17, 2024
1 parent 4d6dcd5 commit 74f9088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beam_PostCommit_Python_Examples_Flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
with:
commit: '${{ env.prsha || env.GITHUB_SHA }}'
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
files: '**/pytest*.xml'
files: '**/pytest*.xml'

0 comments on commit 74f9088

Please sign in to comment.