From 138b78867237ca8be2d9675c91e60db193569354 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Wed, 23 Aug 2023 13:30:29 -0700 Subject: [PATCH] new runner names --- .github/workflows/actions.yaml | 2 +- .github/workflows/amplify_integration_tests.yaml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index f030bd29782..35572a54f7c 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -110,7 +110,7 @@ jobs: test_launch_android_emulator: name: Test Action (launch_android_emulator) runs-on: - labels: temporary-sizing-testing_ubuntu-latest_4-core + labels: amplify-flutter_ubuntu-latest_4-core steps: - name: Git Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3 diff --git a/.github/workflows/amplify_integration_tests.yaml b/.github/workflows/amplify_integration_tests.yaml index f4391f651ae..05bcd4923a5 100644 --- a/.github/workflows/amplify_integration_tests.yaml +++ b/.github/workflows/amplify_integration_tests.yaml @@ -21,7 +21,7 @@ concurrency: jobs: android: runs-on: - labels: temporary-sizing-testing_ubuntu-latest_4-core + labels: amplify-flutter_ubuntu-latest_4-core # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: id-token: write @@ -120,7 +120,8 @@ jobs: run: aft exec --include=${{ matrix.scope }} -- small=true "/build-support/integ_test_ios.sh" -d test web: - runs-on: ubuntu-latest + runs-on: + labels: amplify-flutter_ubuntu-latest_4-core # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: id-token: write @@ -209,7 +210,8 @@ jobs: # aft exec --include=${{ matrix.scope }} -- "/build-support/integ_test.sh" -d macos linux: - runs-on: ubuntu-latest + runs-on: + labels: amplify-flutter_ubuntu-latest_4-core # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: id-token: write