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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.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/win_fail_release_git.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.json b/scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.json
index d9b957bb7ce5a8f11f5d70b8f7817591e93eed6b..a8c37da46e8a6abd026aad729e2320059c3a05d5 100644
--- a/scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.json
+++ b/scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.json
@@ -100,6 +100,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -144,7 +145,7 @@
"name": "webkit_python_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -163,7 +164,7 @@
"name": "webkit_unit_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -182,7 +183,7 @@
"name": "weborigin_unittests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -201,6 +202,7 @@
"name": "wtf_unittests"
},
{
+ "always_run": true,
"can_fail_build": false,
"cmd": [
"python",
@@ -322,6 +324,7 @@
"name": "gclient runhooks (2)"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -342,6 +345,7 @@
"name": "compile (2)"
},
{
+ "always_run": true,
"can_fail_build": false,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698