Skip to content

Commit

Permalink
Revert "Make no_lto in presubmit explicit in .ci.yaml (flutter#40254)" (
Browse files Browse the repository at this point in the history
flutter#40260)

Revert "Make no_lto in presubmit explicit in .ci.yaml"
  • Loading branch information
zanderso authored Mar 13, 2023
1 parent 85df360 commit ab182ab
Showing 1 changed file with 0 additions and 81 deletions.
81 changes: 0 additions & 81 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ platform_properties:
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_lto: "true"
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
Expand All @@ -47,7 +46,6 @@ platform_properties:
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_lto: "true"
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
Expand All @@ -70,7 +68,6 @@ platform_properties:
ios_debug: "false"
ios_profile: "false"
ios_release: "false"
no_lto: "true"
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
Expand All @@ -87,8 +84,6 @@ targets:
build_android_aot: "true"
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Android Debug Engine
Expand All @@ -100,8 +95,6 @@ targets:
build_android_vulkan: "true"
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Android Emulator Tests
Expand All @@ -117,8 +110,6 @@ targets:
]
upload_packages: "true"
clobber: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -135,8 +126,6 @@ targets:
properties:
build_host: "true"
upload_metrics: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Benchmarks (no-upload)
Expand All @@ -154,8 +143,6 @@ targets:
fuchsia_ctl_version: version:0.0.27
# ensure files from pre-production Fuchsia SDK tests are purged from cache
clobber: "true"
postsubmit_properties:
no_lto: "false"
timeout: 90

- name: Linux Fuchsia FEMU
Expand All @@ -168,8 +155,6 @@ targets:
clobber: "true"
emulator_arch: "x64"
enable_cso: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Fuchsia arm64 FEMU
Expand All @@ -182,8 +167,6 @@ targets:
clobber: "true"
emulator_arch: "arm64"
enable_cso: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Framework Smoke Tests
Expand All @@ -201,17 +184,13 @@ targets:
add_recipes_cq: "true"
build_host: "true"
cores: "32"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux Unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
clobber: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Linux License
Expand All @@ -228,8 +207,6 @@ targets:
cores: "32"
lint_android: "false"
lint_host: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -250,8 +227,6 @@ targets:
cores: "32"
lint_android: "true"
lint_host: "false"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -271,8 +246,6 @@ targets:
properties:
add_recipes_cq: "true"
build_host: "true"
postsubmit_properties:
no_lto: "false"
timeout: 90

- name: Linux linux_arm_host_engine
Expand All @@ -281,17 +254,13 @@ targets:
properties:
release_build: "true"
config_name: linux_arm_host_engine
postsubmit_properties:
no_lto: "false"

- name: Linux linux_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_host_engine
postsubmit_properties:
no_lto: "false"

- name: Linux linux_host_desktop_engine
bringup: true
Expand All @@ -300,35 +269,27 @@ targets:
properties:
release_build: "true"
config_name: linux_host_desktop_engine
postsubmit_properties:
no_lto: "false"

- name: Linux linux_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_aot_engine
postsubmit_properties:
no_lto: "false"

- name: Linux linux_android_debug_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_debug_engine
postsubmit_properties:
no_lto: "false"

- name: Linux linux_web_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_web_engine
postsubmit_properties:
no_lto: "false"

- name: Linux Web Engine
recipe: engine/web_engine
Expand All @@ -345,8 +306,6 @@ targets:
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
]
no_goma: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand Down Expand Up @@ -377,8 +336,6 @@ targets:
shard: web_tests
subshards: >-
["0", "1", "2", "3", "4", "5", "6", "7_last"]
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -395,8 +352,6 @@ targets:
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
build_android_aot: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Mac Host Engine
Expand All @@ -406,8 +361,6 @@ targets:
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
postsubmit_properties:
no_lto: "false"
timeout: 75

- name: Mac mac_android_aot_engine
Expand All @@ -417,8 +370,6 @@ targets:
config_name: mac_android_aot_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }
postsubmit_properties:
no_lto: "false"
- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
Expand All @@ -428,8 +379,6 @@ targets:
config_name: mac_host_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }
postsubmit_properties:
no_lto: "false"
- name: Mac Unopt
recipe: engine/engine_unopt
Expand All @@ -439,8 +388,6 @@ targets:
[
"ios-16-0_14a5294e"
]
postsubmit_properties:
no_lto: "false"
timeout: 75

- name: Mac Host clang-tidy
Expand All @@ -450,8 +397,6 @@ targets:
cores: "12"
lint_host: "true"
lint_ios: "false"
postsubmit_properties:
no_lto: "false"
timeout: 75
runIf:
- DEPS
Expand All @@ -473,8 +418,6 @@ targets:
add_recipes_cq: "true"
lint_host: "false"
lint_ios: "true"
postsubmit_properties:
no_lto: "false"
timeout: 75
runIf:
- DEPS
Expand All @@ -496,8 +439,6 @@ targets:
add_recipes_cq: "true"
build_ios: "true"
ios_debug: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Mac Web Engine
Expand All @@ -512,8 +453,6 @@ targets:
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
]
no_goma: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -536,17 +475,13 @@ targets:
[
{"dependency": "jazzy", "version": "0.14.1"}
]
postsubmit_properties:
no_lto: "false"
- name: Windows Android AOT Engine
recipe: engine/engine
properties:
build_android_aot: "true"
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
postsubmit_properties:
no_lto: "false"
timeout: 60

- name: Windows Host Engine
Expand All @@ -557,42 +492,32 @@ targets:
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
postsubmit_properties:
no_lto: "false"

- name: Windows windows_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: windows_android_aot_engine
postsubmit_properties:
no_lto: "false"

- name: Windows windows_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: windows_host_engine
postsubmit_properties:
no_lto: "false"

- name: Windows windows_arm_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: windows_arm_host_engine
postsubmit_properties:
no_lto: "false"

- name: Windows Unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
postsubmit_properties:
no_lto: "false"
timeout: 75

- name: Windows Web Engine
Expand All @@ -606,8 +531,6 @@ targets:
{"dependency": "chrome_and_driver", "version": "version:111.0"}
]
no_goma: "true"
postsubmit_properties:
no_lto: "false"
timeout: 60
runIf:
- DEPS
Expand All @@ -620,8 +543,6 @@ targets:
properties:
build_ios: "true"
ios_profile: "true"
postsubmit_properties:
no_lto: "false"
timeout: 90
runIf:
- DEPS
Expand All @@ -633,8 +554,6 @@ targets:
properties:
build_ios: "true"
ios_release: "true"
postsubmit_properties:
no_lto: "false"
timeout: 90
runIf:
- DEPS
Expand Down

0 comments on commit ab182ab

Please sign in to comment.