Skip to content

Commit

Permalink
Add iPhone11 jobs
Browse files Browse the repository at this point in the history
Change-Id: Ie10523194159b7989a56be4ac163e33b625dc350
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/273601
Reviewed-by: Weston Tracey <westont@google.com>
Commit-Queue: Ben Wagner aka dogben <benjaminwagner@google.com>
  • Loading branch information
dogben authored and Skia Commit-Bot committed Mar 4, 2020
1 parent 4dcf2f0 commit 93d75ef
Show file tree
Hide file tree
Showing 3 changed files with 1,223 additions and 352 deletions.
1 change: 1 addition & 0 deletions infra/bots/gen_tasks_logic/gen_tasks_logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ func (b *builder) defaultSwarmDimensions(parts map[string]string) []string {
"iPhone6": "iPhone7,2",
"iPhone7": "iPhone9,1",
"iPhone8": "iPhone10,1",
"iPhone11": "iPhone12,1",
"iPadPro": "iPad6,3",
}[parts["model"]]
if !ok {
Expand Down
8 changes: 7 additions & 1 deletion infra/bots/jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@
"Perf-iOS-Clang-iPhone7-GPU-PowerVRGT7600-arm64-Release-All-Metal",
"Perf-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Release-All",
"Perf-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Release-All-Metal",
"Perf-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Release-All",
"Perf-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Release-All-Metal",
"Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Debug-All-Android",
"Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android",
"Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android",
Expand Down Expand Up @@ -599,5 +601,9 @@
"Test-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Debug-All",
"Test-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Debug-All-Metal",
"Test-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Release-All",
"Test-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Release-All-Metal"
"Test-iOS-Clang-iPhone8-GPU-AppleA11-arm64-Release-All-Metal",
"Test-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Debug-All",
"Test-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Debug-All-Metal",
"Test-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Release-All",
"Test-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Release-All-Metal"
]
Loading

0 comments on commit 93d75ef

Please sign in to comment.