From 0c4059d053375112d4d2b1d36bee981e53956fc1 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 16 Mar 2017 15:41:42 +0530 Subject: [PATCH] gitlab-ci: Use ARM emulator for API 24 as well * x86 emulator requires kvm which isn't always available on the GitLab CI runners. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb7e198ca..a6ce6a091 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ connected24: variables: AVD_SDK: "24" script: - - emulator64-x86 -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window & + - emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window & - ./tools/wait-for-emulator - adb shell input keyevent 82 & - export EXITVALUE=0