Skip to content

Commit

Permalink
fix(ci): Updating the macos runner image (#15354)
Browse files Browse the repository at this point in the history
changes:
 1) Updated the MacOS runner to large MacOS runner , as it was supporting the nested Virtualization

Signed-off-by: akhilamoyila9 <akhila.moyila@wavelabs.ai>
Co-authored-by: panyogesh <69527565+panyogesh@users.noreply.github.com>
  • Loading branch information
akhilamoyila9 and panyogesh committed Feb 13, 2024
1 parent 40bad04 commit 0b6303e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cwf-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
args: 'CWF integration test: docker build step failed in run <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}|${{github.run_id}}> from commit ${{ github.sha }}: ${{ github.event.head_commit.message || github.event.pull_request.title }}'
cwf-integ-test:
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
runs-on: macos-12-large
needs: docker-build
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/federated-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

federated-integ-test:
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
runs-on: macos-12-large
needs: [docker-build-orc8r, docker-build-feg]
env:
MAGMA_ROOT: "${{ github.workspace }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lte-integ-test-bazel-magma-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
lte-integ-test-bazel-magma-deb:
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
runs-on: macos-12-large
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lte-integ-test-containerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:

jobs:
lte-integ-test-containerized:
runs-on: macos-12
runs-on: macos-12-large
steps:
- name: Show inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sudo-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
sudo-python-tests:
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
runs-on: macos-12-large
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0
- name: Cache magma-dev-box
Expand Down

0 comments on commit 0b6303e

Please sign in to comment.