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

Unified Diff: buildbot/buildbot_standard.py

Issue 10871078: Enable vdiff test on validator bots (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixing a few nits Created 8 years, 4 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
Index: buildbot/buildbot_standard.py
diff --git a/buildbot/buildbot_standard.py b/buildbot/buildbot_standard.py
index af783debb6fdbb5ca7e0517cc3fd55976b8a04a3..3727aea9bf1588cbe343e7c7c338c4be3f1a4e86 100644
--- a/buildbot/buildbot_standard.py
+++ b/buildbot/buildbot_standard.py
@@ -300,6 +300,9 @@ def BuildScript(status, context):
ValidatorTest(
context, 'x86-64',
'scons-out/opt-linux-x86-64/staging/validator_test')
+ with Step('validator_diff_tests', status, halt_on_fail=False):
+ SCons(context, args=['validator_diff_tests'])
+
return
# Run checkdeps script to vet #includes.

Powered by Google App Engine
This is Rietveld 408576698