Skip to content

Commit

Permalink
Merge pull request #14 from DeNA/chore/migrate/amazon-linux-2
Browse files Browse the repository at this point in the history
chore: Migrating to the Amazon Linux 2 Test Host in AWS Device Farm
  • Loading branch information
get-me-power authored Dec 6, 2024
2 parents 50f4d57 + 54b354d commit 4d48521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/core/platforms/awsdevicefarm/testspec.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ func generateCustomTestEnvSpec(embeddedData testSpecEmbeddedData) (customTestEnv
yaml := fmt.Sprintf(`
version: 0.1
# This flag enables your test to run using Device Farm's Amazon Linux 2 test host. For more information,
# please see https://docs.aws.amazon.com/devicefarm/latest/developerguide/amazon-linux-2.html
android_test_host: amazon_linux_2
# Phases are collection of commands that get executed on Device Farm.
phases:
# The install phase includes commands that install dependencies that your tests use.
Expand Down

0 comments on commit 4d48521

Please sign in to comment.