Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Test 21 with existing tasks
  • Loading branch information
stuartmorgan-g committed Jul 31, 2023
commit 39a6b0f2f72256d16abf73cfaaf1a58e7d6b18ec
12 changes: 6 additions & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ targets:
package_sharding: "--shardIndex 0 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_2 master
Expand All @@ -325,7 +325,7 @@ targets:
package_sharding: "--shardIndex 1 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_3 master
Expand All @@ -338,7 +338,7 @@ targets:
package_sharding: "--shardIndex 2 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_4 master
Expand All @@ -351,7 +351,7 @@ targets:
package_sharding: "--shardIndex 3 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_5 master
Expand All @@ -364,7 +364,7 @@ targets:
package_sharding: "--shardIndex 4 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_6 master
Expand All @@ -377,7 +377,7 @@ targets:
package_sharding: "--shardIndex 5 --shardCount 6"
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"}
{"dependency": "android_virtual_device", "version": "21"}
]

- name: Linux_android android_platform_tests_shard_1 stable
Expand Down