summaryrefslogtreecommitdiff
path: root/deps/v8/infra/testing/builders.pyl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/infra/testing/builders.pyl')
-rw-r--r--deps/v8/infra/testing/builders.pyl21
1 files changed, 8 insertions, 13 deletions
diff --git a/deps/v8/infra/testing/builders.pyl b/deps/v8/infra/testing/builders.pyl
index 13a73f3e94..759d920b7b 100644
--- a/deps/v8/infra/testing/builders.pyl
+++ b/deps/v8/infra/testing/builders.pyl
@@ -483,13 +483,8 @@
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',
},
- 'swarming_task_attrs': {
- 'expiration': 14400,
- 'hard_timeout': 3600,
- 'priority': 35,
- },
'tests': [
- {'name': 'v8testing', 'shards': 7},
+ {'name': 'v8testing', 'shards': 12},
],
},
##############################################################################
@@ -546,7 +541,7 @@
# Win64
'v8_win64_asan_rel_ng_triggered': {
'swarming_dimensions' : {
- 'os': 'Windows-10',
+ 'os': 'Windows-10-15063',
},
'tests': [
{'name': 'v8testing', 'shards': 5},
@@ -830,7 +825,7 @@
},
'tests': [
{'name': 'mozilla', 'variant': 'default'},
- {'name': 'test262', 'variant': 'default', 'shards': 4},
+ {'name': 'test262', 'variant': 'default', 'shards': 6},
{'name': 'v8testing', 'variant': 'default', 'shards': 3},
],
},
@@ -1253,7 +1248,7 @@
},
'V8 Win64 ASAN': {
'swarming_dimensions': {
- 'os': 'Windows-10',
+ 'os': 'Windows-10-15063',
},
'tests': [
{'name': 'v8testing', 'shards': 5},
@@ -1395,8 +1390,8 @@
'os': 'Ubuntu-16.04',
},
'tests': [
- {'name': 'mjsunit_sp_frame_access'},
- {'name': 'mozilla'},
+ {'name': 'mjsunit_sp_frame_access', 'shards': 4},
+ {'name': 'mozilla', 'shards': 4},
{'name': 'test262'},
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'extra', 'shards': 4},
@@ -1406,13 +1401,13 @@
'name': 'mozilla',
'suffix': 'armv8-a',
'test_args': ['--extra-flags', '--enable-armv8'],
- 'shards': 2,
+ 'shards': 3,
},
{
'name': 'test262',
'suffix': 'armv8-a',
'test_args': ['--extra-flags', '--enable-armv8'],
- 'shards': 2,
+ 'shards': 3,
},
{
'name': 'v8testing',