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/gpu.expected/win_release_tryserver.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
« no previous file with comments | « scripts/slave/recipes/gpu.expected/win_release.json ('k') | scripts/slave/recipes/v8.expected/Debug32.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/gpu.expected/win_release_tryserver.json
diff --git a/scripts/slave/recipes/gpu.expected/win_release_tryserver.json b/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
index 5472b125a1f73f7d1e33a9c2ddb2e02498b60558..33c0e01f46b8d47acec9f27ff1105d12a1cfc466 100644
--- a/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
+++ b/scripts/slave/recipes/gpu.expected/win_release_tryserver.json
@@ -67,6 +67,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -87,7 +88,7 @@
"name": "compile"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -106,7 +107,7 @@
"name": "content_gl_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -125,7 +126,7 @@
"name": "gles2_conform_test"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -145,7 +146,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -178,7 +179,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -204,7 +205,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -230,7 +231,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
« no previous file with comments | « scripts/slave/recipes/gpu.expected/win_release.json ('k') | scripts/slave/recipes/v8.expected/Debug32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698