Commit 6596e8c6 authored by Michael Achenbach's avatar Michael Achenbach Committed by V8 LUCI CQ

[infra] Switch back to Xenial on some bots

This tests the hypothesis that the current timeout problems are on
Bionic bots only.

Bug: v8:11818
Change-Id: I68f84cda52ca392fbda5a400eb2bf136b7ee85a3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2916816
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74747}
parent a6c474fe
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
# Linux64 # Linux64
'v8_linux64_asan_rel_ng_triggered': { 'v8_linux64_asan_rel_ng_triggered': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'test262', 'shards': 7}, {'name': 'test262', 'shards': 7},
...@@ -353,7 +353,13 @@ ...@@ -353,7 +353,13 @@
{'name': 'v8testing', 'variant': 'minor_mc'}, {'name': 'v8testing', 'variant': 'minor_mc'},
{'name': 'v8testing', 'variant': 'no_lfa'}, {'name': 'v8testing', 'variant': 'no_lfa'},
{'name': 'v8testing', 'variant': 'stress_instruction_scheduling'}, {'name': 'v8testing', 'variant': 'stress_instruction_scheduling'},
{'name': 'v8testing', 'variant': 'stress_concurrent_allocation'}, {
'name': 'v8testing',
'variant': 'stress_concurrent_allocation',
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',
},
},
{'name': 'v8testing', 'variant': 'stress_concurrent_inlining'}, {'name': 'v8testing', 'variant': 'stress_concurrent_inlining'},
], ],
}, },
...@@ -501,7 +507,7 @@ ...@@ -501,7 +507,7 @@
}, },
'v8_linux64_tsan_rel_ng_triggered': { 'v8_linux64_tsan_rel_ng_triggered': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'benchmarks'}, {'name': 'benchmarks'},
...@@ -510,12 +516,18 @@ ...@@ -510,12 +516,18 @@
{'name': 'v8testing', 'shards': 5}, {'name': 'v8testing', 'shards': 5},
{'name': 'v8testing', 'variant': 'extra', 'shards': 3}, {'name': 'v8testing', 'variant': 'extra', 'shards': 3},
{'name': 'v8testing', 'variant': 'slow_path'}, {'name': 'v8testing', 'variant': 'slow_path'},
{'name': 'v8testing', 'variant': 'stress_concurrent_allocation'}, {
'name': 'v8testing',
'variant': 'stress_concurrent_allocation',
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',
},
},
], ],
}, },
'v8_linux64_tsan_no_cm_rel_ng_triggered': { 'v8_linux64_tsan_no_cm_rel_ng_triggered': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{ {
...@@ -533,7 +545,7 @@ ...@@ -533,7 +545,7 @@
}, },
'v8_linux64_tsan_isolates_rel_ng_triggered': { 'v8_linux64_tsan_isolates_rel_ng_triggered': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7}, {'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7},
...@@ -1175,7 +1187,13 @@ ...@@ -1175,7 +1187,13 @@
{'name': 'v8testing', 'variant': 'no_lfa'}, {'name': 'v8testing', 'variant': 'no_lfa'},
{'name': 'v8testing', 'variant': 'slow_path'}, {'name': 'v8testing', 'variant': 'slow_path'},
{'name': 'v8testing', 'variant': 'stress_instruction_scheduling'}, {'name': 'v8testing', 'variant': 'stress_instruction_scheduling'},
{'name': 'v8testing', 'variant': 'stress_concurrent_allocation'}, {
'name': 'v8testing',
'variant': 'stress_concurrent_allocation',
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',
},
},
{'name': 'v8testing', 'variant': 'stress_concurrent_inlining'}, {'name': 'v8testing', 'variant': 'stress_concurrent_inlining'},
# Noavx. # Noavx.
{ {
...@@ -1324,7 +1342,7 @@ ...@@ -1324,7 +1342,7 @@
}, },
'V8 Linux64 ASAN': { 'V8 Linux64 ASAN': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'test262', 'shards': 5}, {'name': 'test262', 'shards': 5},
...@@ -1347,7 +1365,7 @@ ...@@ -1347,7 +1365,7 @@
}, },
'V8 Linux64 TSAN': { 'V8 Linux64 TSAN': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'benchmarks'}, {'name': 'benchmarks'},
...@@ -1361,7 +1379,7 @@ ...@@ -1361,7 +1379,7 @@
}, },
'V8 Linux64 TSAN - stress-incremental-marking': { 'V8 Linux64 TSAN - stress-incremental-marking': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'swarming_task_attrs': { 'swarming_task_attrs': {
'expiration': 14400, 'expiration': 14400,
...@@ -1392,7 +1410,7 @@ ...@@ -1392,7 +1410,7 @@
}, },
'V8 Linux64 TSAN - isolates': { 'V8 Linux64 TSAN - isolates': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7}, {'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7},
...@@ -1400,7 +1418,7 @@ ...@@ -1400,7 +1418,7 @@
}, },
'V8 Linux64 TSAN - no-concurrent-marking': { 'V8 Linux64 TSAN - no-concurrent-marking': {
'swarming_dimensions' : { 'swarming_dimensions' : {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
{ {
......
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