Skip to content

Commit

Permalink
[ci] Lower iOS LUCI timeouts (#4035)
Browse files Browse the repository at this point in the history
Return the iOS timeouts to 60 minutes, since we believe that the random slow builds are now resolved.

See flutter/flutter#119750
  • Loading branch information
stuartmorgan authored May 18, 2023
1 parent 822685b commit b9b023e
Showing 1 changed file with 10 additions and 13 deletions.
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

0 comments on commit b9b023e

Please sign in to comment.