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

[ci] Fix legacy Android task names #5191

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
12 changes: 6 additions & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ targets:
{"dependency": "android_virtual_device", "version": "33"}
]

- name: linux_android_legacy android_platform_tests_legacy_api_shard_1 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_1 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand All @@ -543,7 +543,7 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 0 --shardCount 6"

- name: linux_android_legacy android_platform_tests_legacy_api_shard_2 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_2 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand All @@ -553,7 +553,7 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 1 --shardCount 6"

- name: linux_android_legacy android_platform_tests_legacy_api_shard_3 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_3 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand All @@ -563,7 +563,7 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 2 --shardCount 6"

- name: linux_android_legacy android_platform_tests_legacy_api_shard_4 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_4 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand All @@ -573,7 +573,7 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 3 --shardCount 6"

- name: linux_android_legacy android_platform_tests_legacy_api_shard_5 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_5 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand All @@ -583,7 +583,7 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 4 --shardCount 6"

- name: linux_android_legacy android_platform_tests_legacy_api_shard_6 master
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_6 master
recipe: packages/packages
timeout: 60
bringup: true # New target
Expand Down