Skip to content

Commit

Permalink
Use recommended machine tags (#89)
Browse files Browse the repository at this point in the history
- Recommended machine tags are default and edge (per Android deprecation notice)
- Update Android orb refs to 2.4.0
  • Loading branch information
kevnm67 authored Feb 20, 2024
1 parent 8aef327 commit c71d0b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ workflows:
name: "ui-tests-<<matrix.system-image>>"
executor:
name: android/android-machine
tag: "202102-01"
tag: "default"
checkout: false
pre-steps:
- run:
Expand All @@ -277,10 +277,10 @@ workflows:
filters: *filters
- test-emulator-commands:
system-image: "system-images;android-29;default;x86"
tag: "202102-01"
tag: "default"
filters: *filters
- test-start-emulator-and-run-tests:
tag: "202102-01"
tag: "default"
filters: *filters
- test-fastlane
- orb-tools/pack:
Expand Down
4 changes: 2 additions & 2 deletions src/examples/granular-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description: |
usage:
version: 2.1
orbs:
android: circleci/android@2.0
android: circleci/android@2.4.0
jobs:
test:
executor:
name: android/android-machine
tag: "2021.10.1"
tag: "default"
resource-class: large
steps:
- checkout
Expand Down
3 changes: 2 additions & 1 deletion src/examples/override-machine-resource-class.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ description: |
usage:
version: 2.1
orbs:
android: circleci/android@2.0
android: circleci/android@2.4.0
workflows:
test:
jobs:
- android/run-ui-tests:
executor:
name: android/android-machine
tag: "default"
resource-class: xlarge
2 changes: 1 addition & 1 deletion src/examples/run-ui-tests-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
usage:
version: 2.1
orbs:
android: circleci/android@2.0
android: circleci/android@2.4.0
workflows:
test:
jobs:
Expand Down
3 changes: 2 additions & 1 deletion src/examples/start-emulator-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ description: |
usage:
version: 2.1
orbs:
android: circleci/android@2.0
android: circleci/android@2.4.0
jobs:
test:
executor:
name: android/android-machine
tag: "default"
resource-class: large
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion src/examples/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
usage:
version: 2.1
orbs:
android: circleci/android@2.0
android: circleci/android@2.4.0
workflows:
test:
jobs:
Expand Down

0 comments on commit c71d0b8

Please sign in to comment.