Skip to content

Commit

Permalink
new runner names
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Aug 23, 2023
1 parent ae25563 commit 138b788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/amplify_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,7 +120,8 @@ jobs:
run: aft exec --include=${{ matrix.scope }} -- small=true "<AFT_ROOT>/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
Expand Down Expand Up @@ -209,7 +210,8 @@ jobs:
# aft exec --include=${{ matrix.scope }} -- "<AFT_ROOT>/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
Expand Down

0 comments on commit 138b788

Please sign in to comment.