Skip to content

Commit

Permalink
[ci] Reduce the number of tasks in recipe CQ (flutter#6673)
Browse files Browse the repository at this point in the history
We only need enough recipe CQ coverage to cover the platforms and functionality in the recipes, which doesn't require running so many of our tests there (especially multiple shards of the same test). This reduces the number of tasks in the recipe CQ, while still keeping broad coverage of different kinds of functionality.
  • Loading branch information
stuartmorgan authored and arc-yong committed Jun 14, 2024
1 parent 9e9dab2 commit 374ed7f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: dart_unit_tests.yaml
channel: master
version_file: flutter_master.version
Expand Down Expand Up @@ -208,7 +207,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: web_dart_unit_tests.yaml
channel: master
version_file: flutter_master.version
Expand Down Expand Up @@ -251,7 +249,6 @@ targets:
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
target_file: analyze.yaml
channel: master
version_file: flutter_master.version
Expand Down Expand Up @@ -366,7 +363,6 @@ targets:
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: android_build_all_packages.yaml
channel: master
Expand Down Expand Up @@ -1055,7 +1051,6 @@ targets:
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: macos_repo_checks.yaml
dependencies: >
Expand All @@ -1070,7 +1065,6 @@ targets:
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: macos_build_all_packages.yaml
channel: master
Expand Down Expand Up @@ -1125,7 +1119,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: macos_custom_package_tests.yaml
channel: master
Expand All @@ -1142,7 +1135,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_stable.version
target_file: macos_custom_package_tests.yaml
channel: stable
Expand All @@ -1163,7 +1155,6 @@ targets:
timeout: 30
properties:
channel: master
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: ios_build_all_packages.yaml
env_variables: >-
Expand All @@ -1176,7 +1167,6 @@ targets:
timeout: 30
properties:
channel: stable
add_recipes_cq: "true"
version_file: flutter_stable.version
target_file: ios_build_all_packages.yaml
env_variables: >-
Expand Down Expand Up @@ -1204,7 +1194,6 @@ targets:
timeout: 60
properties:
channel: master
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 1 --shardCount 5"
Expand All @@ -1219,7 +1208,6 @@ targets:
timeout: 60
properties:
channel: master
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 2 --shardCount 5"
Expand All @@ -1234,7 +1222,6 @@ targets:
timeout: 60
properties:
channel: master
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 3 --shardCount 5"
Expand All @@ -1249,7 +1236,6 @@ targets:
timeout: 60
properties:
channel: master
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 4 --shardCount 5"
Expand Down Expand Up @@ -1340,7 +1326,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_custom_package_tests.yaml
channel: master
version_file: flutter_master.version
Expand Down Expand Up @@ -1404,7 +1389,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_build_and_platform_tests.yaml
channel: master
version_file: flutter_master.version
Expand All @@ -1423,7 +1407,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_build_and_platform_tests.yaml
channel: stable
version_file: flutter_stable.version
Expand All @@ -1442,7 +1425,6 @@ targets:
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_build_and_platform_tests.yaml
channel: stable
version_file: flutter_stable.version
Expand All @@ -1461,7 +1443,6 @@ targets:
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
target_file: windows_build_all_packages.yaml
channel: master
version_file: flutter_master.version
Expand Down Expand Up @@ -1515,7 +1496,6 @@ targets:
timeout: 30
bringup: true
properties:
add_recipes_cq: "true"
target_file: windows_build_all_packages.yaml
channel: stable
version_file: flutter_stable.version
Expand Down

0 comments on commit 374ed7f

Please sign in to comment.