Skip to content

Commit

Permalink
Add official builder for mac-arm64 release and debug
Browse files Browse the repository at this point in the history
Bug: v8:11264
Change-Id: I9e1302a499ba6b32e9d93d81e922c9f318c2ba07
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2593252
Reviewed-by: Liviu Rau <[email protected]>
Commit-Queue: Almothana Athamneh <[email protected]>
Cr-Commit-Position: refs/heads/master@{#71783}
  • Loading branch information
almuthanna-athamina authored and Commit Bot committed Dec 16, 2020
1 parent 8619422 commit 56354ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
# Mac.
'V8 Mac64': 'release_x64',
'V8 Mac64 - debug': 'debug_x64',
'V8 Official Mac ARM64': 'release_arm64',
'V8 Official Mac ARM64 Debug': 'debug_arm64',
'V8 Mac64 GC Stress': 'debug_x64',
'V8 Mac64 ASAN': 'release_x64_asan_no_lsan',
'V8 Mac - arm64 - release builder': 'release_arm64',
Expand Down
24 changes: 24 additions & 0 deletions infra/testing/builders.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,30 @@
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
],
},
'V8 Official Mac ARM64': {
'swarming_dimensions': {
'cpu': 'x86-64',
'os': 'Mac-10.15',
},
'tests': [
{'name': 'mozilla'},
{'name': 'test262', 'variant': 'default', 'shards': 2},
{'name': 'v8testing', 'shards': 2},
{'name': 'v8testing', 'variant': 'extra'},
],
},
'V8 Official Mac ARM64 Debug': {
'swarming_dimensions': {
'cpu': 'x86-64',
'os': 'Mac-10.15',
},
'tests': [
{'name': 'mozilla'},
{'name': 'test262', 'variant': 'default', 'shards': 2},
{'name': 'v8testing', 'shards': 4},
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
],
},
'V8 Mac64 ASAN': {
'swarming_dimensions': {
'cpu': 'x86-64',
Expand Down

0 comments on commit 56354ab

Please sign in to comment.