Skip to content

Commit 165d8f5

Browse files
mi-acCommit Bot
authored andcommitted
Prepare renaming "V8 Linux64 TSAN - concurrent marking" bot
... to "V8 Linux64 TSAN - stress-incremental-marking" since it runs with --stress-incremental-marking (and concurrent marking is on by default anyways). No-Try: true Change-Id: I4660151cde2fb9e873cc046c1baf6578ab835eb7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2416385 Commit-Queue: Georg Neis <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Reviewed-by: Georg Neis <[email protected]> Reviewed-by: Michael Achenbach <[email protected]> Reviewed-by: Ulan Degenbaev <[email protected]> Cr-Commit-Position: refs/heads/master@{#69983}
1 parent cbc1fef commit 165d8f5

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

infra/testing/builders.pyl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,37 @@
11841184
},
11851185
],
11861186
},
1187+
'V8 Linux64 TSAN - stress-incremental-marking': {
1188+
'swarming_dimensions' : {
1189+
'os': 'Ubuntu-16.04',
1190+
},
1191+
'swarming_task_attrs': {
1192+
'expiration': 14400,
1193+
'hard_timeout': 3600,
1194+
'priority': 35,
1195+
},
1196+
'tests': [
1197+
{
1198+
'name': 'benchmarks',
1199+
'test_args': ['--extra-flags=--stress-incremental-marking'],
1200+
},
1201+
{
1202+
'name': 'mozilla',
1203+
'test_args': ['--extra-flags=--stress-incremental-marking'],
1204+
},
1205+
{
1206+
'name': 'test262',
1207+
'variant': 'default',
1208+
'test_args': ['--extra-flags=--stress-incremental-marking'],
1209+
'shards': 4,
1210+
},
1211+
{
1212+
'name': 'v8testing',
1213+
'test_args': ['--extra-flags=--stress-incremental-marking'],
1214+
'shards': 6,
1215+
},
1216+
],
1217+
},
11871218
'V8 Linux64 TSAN - isolates': {
11881219
'swarming_dimensions' : {
11891220
'os': 'Ubuntu-16.04',

0 commit comments

Comments
 (0)