[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[ci] Part 1 of swapping iOS platform test arch #7064

Merged
merged 4 commits into from
Jan 31, 2023
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
Prev Previous commit
Next Next commit
Renaming
  • Loading branch information
stuartmorgan committed Jan 31, 2023
commit 084801756e45129e78b59713fa08bf84b860f24f
10 changes: 5 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ targets:
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 3 --shardCount 4"

- name: Mac_arm64 ios_platform_tests_1_of_5 master
- name: Mac_arm64 ios_platform_tests_shard_1 master - plugins
bringup: true # New task; will replace Intel version
recipe: plugins/plugins
timeout: 60
Expand All @@ -198,7 +198,7 @@ targets:
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 0 --shardCount 5"

- name: Mac_arm64 ios_platform_tests_2_of_5 master
- name: Mac_arm64 ios_platform_tests_shard_2 master - plugins
bringup: true # New task; will replace Intel version
recipe: plugins/plugins
timeout: 60
Expand All @@ -208,7 +208,7 @@ targets:
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 1 --shardCount 5"

- name: Mac_arm64 ios_platform_tests_3_of_5 master
- name: Mac_arm64 ios_platform_tests_shard_3 master - plugins
bringup: true # New task; will replace Intel version
recipe: plugins/plugins
timeout: 60
Expand All @@ -218,7 +218,7 @@ targets:
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 2 --shardCount 5"

- name: Mac_arm64 ios_platform_tests_4_of_5 master
- name: Mac_arm64 ios_platform_tests_shard_4 master - plugins
bringup: true # New task; will replace Intel version
recipe: plugins/plugins
timeout: 60
Expand All @@ -228,7 +228,7 @@ targets:
target_file: ios_platform_tests.yaml
package_sharding: "--shardIndex 3 --shardCount 5"

- name: Mac_arm64 ios_platform_tests_5_of_5 master
- name: Mac_arm64 ios_platform_tests_shard_5 master - plugins
bringup: true # New task; will replace Intel version
recipe: plugins/plugins
timeout: 60
Expand Down