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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/win_fail_release.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.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/win_fail_release.json b/scripts/slave/recipes/blink_trybot.expected/win_fail_release.json
index 19541630052e54cd25a61775764ed374dab448ee..07aca6d746c9dc0cd04ef888c46d19d5457ea76c 100644
--- a/scripts/slave/recipes/blink_trybot.expected/win_fail_release.json
+++ b/scripts/slave/recipes/blink_trybot.expected/win_fail_release.json
@@ -75,6 +75,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -119,7 +120,7 @@
"name": "webkit_python_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -138,7 +139,7 @@
"name": "webkit_unit_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -157,7 +158,7 @@
"name": "weborigin_unittests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -176,6 +177,7 @@
"name": "wtf_unittests"
},
{
+ "always_run": true,
"can_fail_build": false,
"cmd": [
"python",
@@ -297,6 +299,7 @@
"name": "gclient runhooks (2)"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -317,6 +320,7 @@
"name": "compile (2)"
},
{
+ "always_run": true,
"can_fail_build": false,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698