Commit 636c5266 authored by Almothana Athamneh's avatar Almothana Athamneh Committed by Commit Bot

CI simulator builders on experimental console

Bug: chromium:1126467
Change-Id: Ieea946e254ece3a746d50f90f57c2957d2136cda
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2412178
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69942}
parent 5b107848
......@@ -76,6 +76,8 @@
'V8 Mac64 GC Stress': 'debug_x64',
'V8 Mac64 ASAN': 'release_x64_asan_no_lsan',
'V8 Mac - arm64 - release builder': 'release_arm64',
'V8 Mac - arm64 - sim - debug builder': 'debug_simulate_arm64',
'V8 Mac - arm64 - sim - release builder': 'release_simulate_arm64',
# Sanitizers.
'V8 Linux64 ASAN': 'release_x64_asan',
'V8 Linux64 TSAN - builder': 'release_x64_tsan',
......
......@@ -1260,6 +1260,34 @@
{'name': 'd8testing', 'variant': 'default'},
],
},
'V8 Mac - arm64 - sim - debug': {
'swarming_dimensions' : {
'cpu': 'x86-64',
'os': 'Mac-10.13',
},
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
'V8 Mac - arm64 - sim - release': {
'swarming_dimensions' : {
'cpu': 'x86-64',
'os': 'Mac-10.13',
},
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
'V8 Win32': {
'swarming_dimensions': {
'cpu': 'x86-64',
......
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