Skip to content

Commit 54b354d

Browse files
committed
chore: Migrating to the Amazon Linux 2 Test Host in AWS Device Farm
see also: https://docs.aws.amazon.com/devicefarm/latest/developerguide/amazon-linux-2-migrating-to-amazon-linux-2.html
1 parent 9e826e2 commit 54b354d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/core/platforms/awsdevicefarm/testspec.go

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ func generateCustomTestEnvSpec(embeddedData testSpecEmbeddedData) (customTestEnv
3737
yaml := fmt.Sprintf(`
3838
version: 0.1
3939
40+
# This flag enables your test to run using Device Farm's Amazon Linux 2 test host. For more information,
41+
# please see https://docs.aws.amazon.com/devicefarm/latest/developerguide/amazon-linux-2.html
42+
android_test_host: amazon_linux_2
43+
4044
# Phases are collection of commands that get executed on Device Farm.
4145
phases:
4246
# The install phase includes commands that install dependencies that your tests use.

0 commit comments

Comments
 (0)