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

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

Issue 2963473002: Convert {angle,gl}_unittests to using console_test_launcher. (Closed)
Patch Set: Created 3 years, 6 months 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 | « testing/buildbot/chromium.fyi.json ('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 4d562ae7f98dc7ca46c8e17732b9d951cf881ce8..5f6779980ced43c7512c8cf87fddbc75772ece3c 100644
--- a/testing/buildbot/chromium.gpu.json
+++ b/testing/buildbot/chromium.gpu.json
@@ -12,7 +12,8 @@
{
"args": [
"--use-gpu-in-tests",
- "--test-launcher-retry-limit=0"
+ "--test-launcher-retry-limit=0",
+ "--no-xvfb"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -44,7 +45,8 @@
},
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--no-xvfb"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -331,7 +333,8 @@
{
"args": [
"--use-gpu-in-tests",
- "--test-launcher-retry-limit=0"
+ "--test-launcher-retry-limit=0",
+ "--no-xvfb"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -384,7 +387,8 @@
},
{
"args": [
- "--use-gpu-in-tests"
+ "--use-gpu-in-tests",
+ "--no-xvfb"
],
"swarming": {
"can_use_on_swarming_builders": true,
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698