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

Unified Diff: scripts/slave/recipes/gpu.expected/linux_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
Index: scripts/slave/recipes/gpu.expected/linux_release_tryserver.json
diff --git a/scripts/slave/recipes/gpu.expected/linux_release_tryserver.json b/scripts/slave/recipes/gpu.expected/linux_release_tryserver.json
index 6af1baa338173e5a3ea482a16a6680ea37d297d3..4cc87b5395aed989583705f30e3d593028cc1889 100644
--- a/scripts/slave/recipes/gpu.expected/linux_release_tryserver.json
+++ b/scripts/slave/recipes/gpu.expected/linux_release_tryserver.json
@@ -66,6 +66,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -86,7 +87,7 @@
"name": "compile"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -105,7 +106,7 @@
"name": "content_gl_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -124,7 +125,7 @@
"name": "gles2_conform_test"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -144,7 +145,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -177,7 +178,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -203,7 +204,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -229,7 +230,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
« no previous file with comments | « scripts/slave/recipes/gpu.expected/linux_release.json ('k') | scripts/slave/recipes/gpu.expected/mac_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698