Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused .ci.yaml properties #39501

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 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_bitcode: "false"
# 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_bitcode: "false"
# 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_bitcode: "false"
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
Expand Down Expand Up @@ -336,7 +333,6 @@ targets:
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
build_android_aot: "true"
jazzy_version: "0.14.1"
timeout: 60

- name: Mac Host Engine
Expand All @@ -346,7 +342,6 @@ targets:
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
jazzy_version: "0.14.1"
timeout: 75

- name: Mac mac_android_aot_engine
Expand All @@ -370,7 +365,6 @@ targets:
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
jazzy_version: "0.14.1"
runtime_versions: >-
[
"ios-16-0_14a5294e"
Expand All @@ -382,7 +376,6 @@ targets:
properties:
add_recipes_cq: "true"
cores: "12"
jazzy_version: "0.14.1"
lint_host: "true"
lint_ios: "false"
timeout: 75
Expand All @@ -404,7 +397,6 @@ targets:
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
jazzy_version: "0.14.1"
lint_host: "false"
lint_ios: "true"
timeout: 75
Expand All @@ -428,7 +420,6 @@ targets:
add_recipes_cq: "true"
build_ios: "true"
ios_debug: "true"
jazzy_version: "0.14.1"
timeout: 60

- name: Mac Web Engine
Expand Down Expand Up @@ -548,7 +539,6 @@ targets:
properties:
build_ios: "true"
ios_profile: "true"
jazzy_version: "0.14.1"
timeout: 90
runIf:
- DEPS
Expand All @@ -560,7 +550,6 @@ targets:
properties:
build_ios: "true"
ios_release: "true"
jazzy_version: "0.14.1"
timeout: 90
runIf:
- DEPS
Expand Down