Bug 1883953 - Replace arm-debug-searchfox task with aarch64-debug-searchfox. r=nalexander,geckoview-reviewers,taskgraph-reviewers,jcristau,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D217402
This commit is contained in:
Nicolas Guichard 2024-09-05 17:23:29 +00:00
Родитель 61a57e6c46
Коммит d39955ba19
5 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -4,7 +4,7 @@
ac_add_options --enable-debug
# Android
ac_add_options --target=arm-linux-androideabi
ac_add_options --target=aarch64-linux-androideabi
export MOZILLA_OFFICIAL=1

Просмотреть файл

@ -1128,7 +1128,7 @@ def target_tasks_searchfox(full_task_graph, parameters, graph_config):
"searchfox-macosx64-searchfox/debug",
"searchfox-macosx64-aarch64-searchfox/debug",
"searchfox-win64-searchfox/debug",
"searchfox-android-armv7-searchfox/debug",
"searchfox-android-aarch64-searchfox/debug",
"searchfox-ios-searchfox/debug",
"source-test-file-metadata-bugzilla-components",
"source-test-file-metadata-test-info-all",

Просмотреть файл

@ -221,19 +221,19 @@ tasks:
fetch:
- upx-3.95-win
android-armv7-searchfox/debug:
description: "Android ARMv7 Debug Searchfox"
android-aarch64-searchfox/debug:
description: "Android 5.0 AArch64 Debug Searchfox"
index:
job-name: android-armv7-searchfox-debug
job-name: android-aarch64-searchfox-debug
treeherder:
platform: android-4-1-armv7/debug
platform: android-5-0-aarch64/debug
worker-type: b-linux-gcp
worker:
docker-image: {in-tree: android-build}
max-run-time: 10800
env:
PERFHERDER_EXTRA_OPTIONS: searchfox
MOZSEARCH_PLATFORM: "android-armv7"
MOZSEARCH_PLATFORM: "android-aarch64"
GRADLE_USER_HOME: "/builds/worker/checkouts/gecko/mobile/android/gradle/dotgradle-offline"
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
run:
@ -243,7 +243,7 @@ tasks:
- builds/releng_base_android_64_builds.py
script: "mozharness/scripts/fx_desktop_build.py"
secrets: true
custom-build-variant-cfg: arm-debug-searchfox
custom-build-variant-cfg: aarch64-debug-searchfox
tooltool-downloads: internal
fetches:
toolchain:

Просмотреть файл

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
config = {
"stage_platform": "android-arm-debug",
"src_mozconfig": "mobile/android/config/mozconfigs/android-arm/debug-searchfox",
"stage_platform": "android-aarch64-debug",
"src_mozconfig": "mobile/android/config/mozconfigs/android-aarch64/debug-searchfox",
"debug_build": True,
}

Просмотреть файл

@ -302,7 +302,6 @@ class BuildOptionParser(object):
"arm-debug": path_base + "%s_arm_debug.py",
"arm-lite-debug": path_base + "%s_arm_debug_lite.py",
"arm-debug-ccov": path_base + "%s_arm_debug_ccov.py",
"arm-debug-searchfox": path_base + "%s_arm_debug_searchfox.py",
"arm-gradle": path_base + "%s_arm_gradle.py",
"rusttests": path_base + "%s_rusttests.py",
"rusttests-debug": path_base + "%s_rusttests_debug.py",
@ -330,6 +329,7 @@ class BuildOptionParser(object):
"aarch64-pgo": path_base + "%s_aarch64_pgo.py",
"aarch64-debug": path_base + "%s_aarch64_debug.py",
"aarch64-lite-debug": path_base + "%s_aarch64_debug_lite.py",
"aarch64-debug-searchfox": path_base + "%s_aarch64_debug_searchfox.py",
"aarch64-profile-generate": path_base + "%s_aarch64_profile_generate.py",
"android-geckoview-docs": path_base + "%s_geckoview_docs.py",
"valgrind": path_base + "%s_valgrind.py",