0

[infra] Re-sort bundle declarations.

post-migrate-targets.py fails when attempting to insert a new bundle
because they aren't currently sorted. The order probably got distorted
by a merge.

Bug: 40258588
Change-Id: Ifd8a6a5bf1e0914d3c203e8f49c0ef287e5ebf97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5957727
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Reviewed-by: Wanda Mora <morawand@google.com>
Commit-Queue: Wanda Mora <morawand@google.com>
Cr-Commit-Position: refs/heads/main@{#1372854}
This commit is contained in:
Garrett Beaty
2024-10-23 18:49:39 +00:00
committed by Chromium LUCI CQ
parent bda8b474d3
commit e7c92a3831

@ -1821,34 +1821,6 @@ targets.bundle(
},
)
targets.bundle(
name = "fieldtrial_ios_simulator_tests",
targets = [
targets.bundle(
targets = "ios_eg2_cq_tests",
mixins = [
"xcodebuild_sim_runner",
"disable_field_trial_config_for_earl_grey",
],
variants = [
"SIM_IPAD_AIR_5TH_GEN_17_5",
"SIM_IPHONE_14_17_5",
],
),
targets.bundle(
targets = "ios_eg2_tests",
mixins = [
"xcodebuild_sim_runner",
"disable_field_trial_config_for_earl_grey",
],
variants = [
"SIM_IPAD_AIR_5TH_GEN_17_5",
"SIM_IPHONE_14_17_5",
],
),
],
)
targets.bundle(
name = "fieldtrial_browser_tests_mac",
targets = [
@ -1887,6 +1859,34 @@ targets.bundle(
},
)
targets.bundle(
name = "fieldtrial_ios_simulator_tests",
targets = [
targets.bundle(
targets = "ios_eg2_cq_tests",
mixins = [
"xcodebuild_sim_runner",
"disable_field_trial_config_for_earl_grey",
],
variants = [
"SIM_IPAD_AIR_5TH_GEN_17_5",
"SIM_IPHONE_14_17_5",
],
),
targets.bundle(
targets = "ios_eg2_tests",
mixins = [
"xcodebuild_sim_runner",
"disable_field_trial_config_for_earl_grey",
],
variants = [
"SIM_IPAD_AIR_5TH_GEN_17_5",
"SIM_IPHONE_14_17_5",
],
),
],
)
# Runs only the accessibility tests in CI/CQ to reduce accessibility
# failures that land.
targets.bundle(