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: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#69942}
This commit is contained in:
parent
5b107848f3
commit
636c5266a2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user