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

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

Issue 2535753003: Disable automatic retries of failing ANGLE tests. (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.json
diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
index 2c9e25312095ee4292c83746d3c3afe182bab249..98513b6eb8000d39040b0d261a982fae0097ba05 100644
--- a/testing/buildbot/chromium.gpu.json
+++ b/testing/buildbot/chromium.gpu.json
@@ -11,7 +11,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -292,7 +293,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -589,7 +591,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -870,7 +873,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -1167,7 +1171,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -1460,7 +1465,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -1770,7 +1776,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -2051,7 +2058,8 @@
"gtest_tests": [
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698