From 0b6303e66ac0a407b595f3a6c4b1af48bf4e2309 Mon Sep 17 00:00:00 2001 From: akhila <136717650+akhilamoyila9@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:18:20 +0530 Subject: [PATCH] fix(ci): Updating the macos runner image (#15354) changes: 1) Updated the MacOS runner to large MacOS runner , as it was supporting the nested Virtualization Signed-off-by: akhilamoyila9 Co-authored-by: panyogesh <69527565+panyogesh@users.noreply.github.com> --- .github/workflows/cwf-integ-test.yml | 2 +- .github/workflows/federated-integ-test.yml | 2 +- .github/workflows/lte-integ-test-bazel-magma-deb.yml | 2 +- .github/workflows/lte-integ-test-containerized.yml | 2 +- .github/workflows/sudo-python-tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cwf-integ-test.yml b/.github/workflows/cwf-integ-test.yml index 529be2c5ff74..c09ad49fd391 100644 --- a/.github/workflows/cwf-integ-test.yml +++ b/.github/workflows/cwf-integ-test.yml @@ -64,7 +64,7 @@ jobs: args: 'CWF integration test: docker build step failed in run 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 diff --git a/.github/workflows/federated-integ-test.yml b/.github/workflows/federated-integ-test.yml index 6d96e524c000..7f21f4cbc4b1 100644 --- a/.github/workflows/federated-integ-test.yml +++ b/.github/workflows/federated-integ-test.yml @@ -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 }}" diff --git a/.github/workflows/lte-integ-test-bazel-magma-deb.yml b/.github/workflows/lte-integ-test-bazel-magma-deb.yml index f59dbecbdeb8..214d6b7d8090 100644 --- a/.github/workflows/lte-integ-test-bazel-magma-deb.yml +++ b/.github/workflows/lte-integ-test-bazel-magma-deb.yml @@ -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: diff --git a/.github/workflows/lte-integ-test-containerized.yml b/.github/workflows/lte-integ-test-containerized.yml index b6bfb3be8939..3fbb712ac6ae 100644 --- a/.github/workflows/lte-integ-test-containerized.yml +++ b/.github/workflows/lte-integ-test-containerized.yml @@ -44,7 +44,7 @@ on: jobs: lte-integ-test-containerized: - runs-on: macos-12 + runs-on: macos-12-large steps: - name: Show inputs run: | diff --git a/.github/workflows/sudo-python-tests.yml b/.github/workflows/sudo-python-tests.yml index 692c1a16c9ea..c046f457a5ad 100644 --- a/.github/workflows/sudo-python-tests.yml +++ b/.github/workflows/sudo-python-tests.yml @@ -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