Skip to content

Commit

Permalink
move playground ci nightly to highmem due to mem exaustion (apache#31384
Browse files Browse the repository at this point in the history
)
  • Loading branch information
volatilemolotov authored May 23, 2024
1 parent ec9e963 commit 1f63196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_Playground_CI_Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event_name == 'pull_request_target' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam')
runs-on: [self-hosted, ubuntu-20.04, main]
runs-on: [self-hosted, ubuntu-20.04, highmem]
name: "beam_Playground_CI_Nightly"
strategy:
matrix:
Expand Down

0 comments on commit 1f63196

Please sign in to comment.