Skip to content

Commit

Permalink
Revert "assign highmem runner to beam_PostCommit_Python and to beam_P…
Browse files Browse the repository at this point in the history
…reCommit_Java_GCP_IO_Direct (#28719)" (#28804)

This reverts commit a4ee854.
  • Loading branch information
Abacn authored Oct 3, 2023
1 parent be80537 commit f6b43ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6b43ce

Please sign in to comment.