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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json

Issue 24311004: Use always_run v can_fail_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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: scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json b/scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json
index 3ece0fc66d738c23529d30e85e9022b905c7e490..99d089c6f0372124ecdb46e49423bad3341b0a38 100644
--- a/scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json
+++ b/scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json
@@ -74,6 +74,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -118,7 +119,7 @@
"name": "webkit_python_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -137,7 +138,7 @@
"name": "webkit_unit_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -156,7 +157,7 @@
"name": "weborigin_unittests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -175,6 +176,7 @@
"name": "wtf_unittests"
},
{
+ "always_run": true,
"can_fail_build": false,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698