Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: testing/buildbot/chromium.gpu.json

Issue 2535753003: Disable automatic retries of failing ANGLE tests. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.gpu.json
diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
index 2c9e25312095ee4292c83746d3c3afe182bab249..9e71e67618470ef9e089f46276310796794ba035 100644
--- a/testing/buildbot/chromium.gpu.json
+++ b/testing/buildbot/chromium.gpu.json
@@ -11,6 +11,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -292,6 +293,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -589,6 +591,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -870,6 +873,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -1167,6 +1171,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -1460,6 +1465,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -1770,6 +1776,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {
@@ -2051,6 +2058,7 @@
"gtest_tests": [
{
"args": [
+ "--test-launcher-retry-limit=0",
"--use-gpu-in-tests"
],
"swarming": {

Powered by Google App Engine
This is Rietveld 408576698