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

Unified Diff: scripts/slave/recipes/blink_trybot.py

Issue 144413002: Fix xvfb for blink trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 11 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 | « no previous file | scripts/slave/recipes/blink_trybot.expected/linux_passFirst_debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_trybot.py
diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py
index 2e1e27e1b37404936a67bfc6ed35b2d457e31b8d..93c1125ac6ce9cb6bfc72565d77ad1a70d3f82ce 100644
--- a/scripts/slave/recipes/blink_trybot.py
+++ b/scripts/slave/recipes/blink_trybot.py
@@ -55,6 +55,7 @@ def GenSteps(api):
args,
name=self._step_name(suffix),
can_fail_build=False,
+ xvfb=True,
followup_fn=followup_fn)
if suffix == 'with patch':
« no previous file with comments | « no previous file | scripts/slave/recipes/blink_trybot.expected/linux_passFirst_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698