Hash :
b778f1ce
Author :
Date :
2025-08-07T15:31:01
Balance test shards to 10 minutes Shards increased due to googletest roll: angle_end2end_tests on Win ASAN: 10 -> 14 angle_deqp_gles3_tests on Linux ASAN and TSAN: 8 -> 11 Drive-by shards increase for slowness which was not investigated: angle_end2end_tests: on Linux Intel and Windows and Linux NVIDIA: 2 -> 3 on Win Intel experiment (UHD 770, 2 processes): 3 -> 5 on Win Intel (UHD 630, 1 process): 4 -> 10 angle_restricted_trace_gold_tests on Linux Intel and Windows and Linux NVIDIA: 1 -> 3 on Win Intel UHD 770: 1 -> 4 on Win Intel UHD 630: 1 -> 5 angle_trace_perf_vulkan_tests on Win Intel UHD 770: 2 -> 4 on Win Intel UHD 630: 2 -> 3 Skip EGLDisplayTest.ContextLeakAfterTerminate on Linux Intel, which started failing with the new sharding. Bug: angleproject:428697844, angleproject:437259106 Change-Id: I3ba458aa7b68bddf9786bb9fcbc2a3ed7479556c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6827389 Auto-Submit: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Cody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
# Copyright 2021 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is a .pyl, or "Python Literal", file. You can treat it just like a
# .json file, with the following exceptions:
# * all keys must be quoted (use single quotes, please);
# * comments are allowed, using '#' syntax; and
# * trailing commas are allowed.
#
# For more info see Chromium's test_suite_exceptions.pyl in testing/buildbot.
{
'angle_deqp_egl_vulkan_tests': {
'remove_from': [
# Occasionally hangs the machine http://anglebug.com/368553850
'linux-exp-nvidia',
],
},
'angle_deqp_gles2_d3d11_tests': {
'modifications': {
# anglebug.com/352528974 suspecting OOM caused by multiprocess
'win10-x64-exp-intel': {
'args': [
'--max-processes=2',
],
},
},
},
'angle_end2end_tests': {
'modifications': {
# anglebug.com/352528974 suspecting OOM caused by multiprocess
'win10-x64-exp-intel': {
'args': [
'--max-processes=2',
],
'swarming': {
'shards': 5,
},
},
# anglebug.com/40644897 suspecting device lost caused by multiprocess
'win10-x64-intel': {
'args': [
'--max-processes=1',
],
'swarming': {
'shards': 10,
},
},
},
'replacements': {
# anglebug.com/408276172 suspecting WebGPU backend flakiness caused by multiprocess
'linux-intel': {
'args': {
'--max-processes': '1',
},
},
},
},
'angle_perftests': {
'modifications': {
'android-arm64-pixel6-perf': {
'args': [
# Custom temp throttling for perf tests on pixel6 b/345514719
'--custom-throttling-temp=38',
],
},
},
},
'angle_restricted_trace_gold_tests': {
'modifications': {
'win10-x64-exp-intel': {
'swarming': {
'shards': 4,
},
},
'win10-x64-intel': {
# anglebug.com/42263955 flaky 4x8 pixel artifacts on Win Intel
'args': [
'--flaky-retries=1',
],
'swarming': {
'shards': 5,
},
},
},
},
'angle_trace_interpreter_tests': {
'remove_from': [
# TODO: Implement on Android. http://anglebug.com/42266248
'android-arm64-pixel4',
],
},
'angle_trace_perf_native_tests': {
'modifications': {
'android-arm64-pixel6-perf': {
'args': [
# Custom temp throttling for perf tests on pixel6 b/345514719
'--custom-throttling-temp=38',
],
},
},
},
'angle_trace_perf_vulkan_tests': {
'modifications': {
'android-arm64-pixel6-perf': {
'args': [
# Custom temp throttling for perf tests on pixel6 b/345514719
'--custom-throttling-temp=38',
],
},
'win10-x64-exp-intel': {
'swarming': {
'shards': 4,
},
},
'win10-x64-intel': {
'swarming': {
'shards': 3,
},
},
},
},
'angle_white_box_tests': {
'modifications': {
# anglebug.com/40644897 suspecting device lost caused by multiprocess
'win10-x64-intel': {
'args': [
'--max-processes=1',
],
},
},
},
}