Commit f5c83e20 authored by Almothana Athamneh's avatar Almothana Athamneh Committed by Commit Bot

Create a full debug builder on V8 for mac-arm64

Bug: chromium:1113183
Change-Id: I5f2b965f13db15b87d6b6194ccb64093a0b81fe8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2355947Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69400}
parent 06bc3387
......@@ -252,6 +252,7 @@
'v8_win64_rel_ng': 'release_x64_trybot',
'v8_mac_arm64_rel_ng': 'release_arm64',
'v8_mac_arm64_dbg_ng': 'debug_arm64',
'v8_mac_arm64_full_dbg_ng': 'full_debug_arm64',
'v8_mac64_gc_stress_dbg_ng': 'debug_x64_trybot',
'v8_mac64_rel_ng': 'release_x64_trybot',
'v8_mac64_dbg': 'debug_x64',
......@@ -404,6 +405,8 @@
'debug_bot', 'arm', 'hard_float'],
'debug_arm64': [
'debug_bot', 'arm64'],
'full_debug_arm64': [
'debug_bot', 'arm64', 'v8_full_debug'],
# Release configs for arm.
'release_arm': [
......
......@@ -646,6 +646,15 @@
{'name': 'v8testing'},
],
},
'v8_mac_arm64_full_dbg_ng_triggered': {
'swarming_dimensions' : {
'cpu': 'x86-64',
'os': 'Mac-10.13',
},
'tests': [
{'name': 'v8testing'},
],
},
##############################################################################
### luci.v8.ci
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment