From 6596e8c6da65a51f8874c04f40d8748866daf360 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 25 May 2021 14:25:47 +0200 Subject: [PATCH] [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 Reviewed-by: Leszek Swirski Commit-Queue: Leszek Swirski Cr-Commit-Position: refs/heads/master@{#74747} --- infra/testing/builders.pyl | 42 +++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/infra/testing/builders.pyl b/infra/testing/builders.pyl index c7d0e14be4..0b63e59c36 100644 --- a/infra/testing/builders.pyl +++ b/infra/testing/builders.pyl @@ -314,7 +314,7 @@ # Linux64 'v8_linux64_asan_rel_ng_triggered': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'test262', 'shards': 7}, @@ -353,7 +353,13 @@ {'name': 'v8testing', 'variant': 'minor_mc'}, {'name': 'v8testing', 'variant': 'no_lfa'}, {'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'}, ], }, @@ -501,7 +507,7 @@ }, 'v8_linux64_tsan_rel_ng_triggered': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'benchmarks'}, @@ -510,12 +516,18 @@ {'name': 'v8testing', 'shards': 5}, {'name': 'v8testing', 'variant': 'extra', 'shards': 3}, {'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': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ { @@ -533,7 +545,7 @@ }, 'v8_linux64_tsan_isolates_rel_ng_triggered': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7}, @@ -1175,7 +1187,13 @@ {'name': 'v8testing', 'variant': 'no_lfa'}, {'name': 'v8testing', 'variant': 'slow_path'}, {'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'}, # Noavx. { @@ -1324,7 +1342,7 @@ }, 'V8 Linux64 ASAN': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'test262', 'shards': 5}, @@ -1347,7 +1365,7 @@ }, 'V8 Linux64 TSAN': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'benchmarks'}, @@ -1361,7 +1379,7 @@ }, 'V8 Linux64 TSAN - stress-incremental-marking': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'swarming_task_attrs': { 'expiration': 14400, @@ -1392,7 +1410,7 @@ }, 'V8 Linux64 TSAN - isolates': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7}, @@ -1400,7 +1418,7 @@ }, 'V8 Linux64 TSAN - no-concurrent-marking': { 'swarming_dimensions' : { - 'os': 'Ubuntu-18.04', + 'os': 'Ubuntu-16.04', }, 'tests': [ {