diff --git a/taskcluster/ci/test/compiled.yml b/taskcluster/ci/test/compiled.yml index d1ccd8292f7e..5ffe0e120f73 100644 --- a/taskcluster/ci/test/compiled.yml +++ b/taskcluster/ci/test/compiled.yml @@ -19,7 +19,7 @@ job-defaults: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py android-hw.*: - android/android_common.py - android/android_hw.py diff --git a/taskcluster/ci/test/misc.yml b/taskcluster/ci/test/misc.yml index 11bdc64303a7..ab22cf0d4989 100644 --- a/taskcluster/ci/test/misc.yml +++ b/taskcluster/ci/test/misc.yml @@ -26,7 +26,7 @@ geckoview-junit: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py extra-options: - --test-suite=geckoview-junit @@ -99,7 +99,7 @@ test-verify: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py linux.*: - unittests/linux_unittest.py - remove_executables.py @@ -171,7 +171,7 @@ test-verify-gpu: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py linux.*: - unittests/linux_unittest.py - remove_executables.py @@ -208,7 +208,7 @@ test-coverage: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py linux.*: - unittests/linux_unittest.py - remove_executables.py @@ -276,7 +276,7 @@ test-coverage-gpu: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py linux.*: - unittests/linux_unittest.py - remove_executables.py diff --git a/taskcluster/ci/test/mochitest.yml b/taskcluster/ci/test/mochitest.yml index 8e5f3237b042..14e2b0300336 100644 --- a/taskcluster/ci/test/mochitest.yml +++ b/taskcluster/ci/test/mochitest.yml @@ -36,7 +36,7 @@ job-defaults: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py android-hw.*: - android/android_common.py - android/android_hw.py diff --git a/taskcluster/ci/test/reftest.yml b/taskcluster/ci/test/reftest.yml index 8a5186a7033f..4f77d3123bdb 100644 --- a/taskcluster/ci/test/reftest.yml +++ b/taskcluster/ci/test/reftest.yml @@ -27,7 +27,7 @@ job-defaults: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py android-hw.*: - android/android_common.py - android/android_hw.py diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 0bb6cc4d8402..0792c3292806 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -26,7 +26,7 @@ job-defaults: macosx.*: - web_platform_tests/prod_config_mac.py android-em.*: - - android/androidx86_7_0.py + - android/android-x86_64.py - web_platform_tests/prod_config_android.py default: - web_platform_tests/prod_config.py diff --git a/taskcluster/ci/test/xpcshell.yml b/taskcluster/ci/test/xpcshell.yml index d64b553ed4aa..6f88889b1266 100644 --- a/taskcluster/ci/test/xpcshell.yml +++ b/taskcluster/ci/test/xpcshell.yml @@ -22,7 +22,7 @@ job-defaults: by-test-platform: android-em-7.*: - android/android_common.py - - android/androidx86_7_0.py + - android/android-x86_64.py linux.*: - unittests/linux_unittest.py - remove_executables.py diff --git a/testing/mozharness/configs/android/androidx86_7_0.py b/testing/mozharness/configs/android/android-x86_64.py similarity index 88% rename from testing/mozharness/configs/android/androidx86_7_0.py rename to testing/mozharness/configs/android/android-x86_64.py index 5208990da0bd..3bca064e1bf6 100644 --- a/testing/mozharness/configs/android/androidx86_7_0.py +++ b/testing/mozharness/configs/android/android-x86_64.py @@ -8,8 +8,8 @@ # mozharness configuration from android_common.py, or similar. config = { - "tooltool_manifest_path": "testing/config/tooltool-manifests/androidx86_7_0/releng.manifest", - "emulator_avd_name": "test-1", + "emulator_package": "system-images;android-24;default;x86_64", + "emulator_avd_name": "mozemulator-x86_64", "emulator_process_name": "qemu-system-x86_64", "emulator_extra_args": "-gpu on -skip-adb-auth -verbose -show-kernel -ranchu -selinux permissive -memory 3072 -cores 4", "exes": { diff --git a/testing/mozharness/configs/android/android_common.py b/testing/mozharness/configs/android/android_common.py index 0f25bc24a232..fcd3836ed5fb 100644 --- a/testing/mozharness/configs/android/android_common.py +++ b/testing/mozharness/configs/android/android_common.py @@ -5,7 +5,7 @@ # Shared/common mozharness configuration for Android unit tests. # # This configuration should be combined with platform-specific mozharness -# configuration such as androidx86_7_0.py, android_hw, or similar. +# configuration such as android-x86_64.py, android_hw, or similar. from __future__ import absolute_import import os