Skip to content

[ci] Lower iOS LUCI timeouts #4035

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

Merged
merged 1 commit into from
May 18, 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
23 changes: 10 additions & 13 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,9 @@ targets:
version_file: flutter_stable.version
target_file: ios_build_all_packages.yaml

# TODO(stuartmorgan): Change all of the ios_platform_tests_* task timeouts
# to 60 minutes once https://github.com/flutter/flutter/issues/119750 is
# fixed.
- name: Mac_arm64 ios_platform_tests_shard_1 master
recipe: packages/packages
timeout: 120
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -163,7 +160,7 @@ targets:

- name: Mac_arm64 ios_platform_tests_shard_2 master
recipe: packages/packages
timeout: 120
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -172,7 +169,7 @@ targets:

- name: Mac_arm64 ios_platform_tests_shard_3 master
recipe: packages/packages
timeout: 120
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -181,7 +178,7 @@ targets:

- name: Mac_arm64 ios_platform_tests_shard_4 master
recipe: packages/packages
timeout: 120
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -190,7 +187,7 @@ targets:

- name: Mac_arm64 ios_platform_tests_shard_5 master
recipe: packages/packages
timeout: 120
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -201,7 +198,7 @@ targets:
- name: Mac_arm64 ios_platform_tests_shard_1 stable
recipe: packages/packages
presubmit: false
timeout: 120
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -212,7 +209,7 @@ targets:
- name: Mac_arm64 ios_platform_tests_shard_2 stable
recipe: packages/packages
presubmit: false
timeout: 120
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -223,7 +220,7 @@ targets:
- name: Mac_arm64 ios_platform_tests_shard_3 stable
recipe: packages/packages
presubmit: false
timeout: 120
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -234,7 +231,7 @@ targets:
- name: Mac_arm64 ios_platform_tests_shard_4 stable
recipe: packages/packages
presubmit: false
timeout: 120
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -245,7 +242,7 @@ targets:
- name: Mac_arm64 ios_platform_tests_shard_5 stable
recipe: packages/packages
presubmit: false
timeout: 120
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand Down