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

Unified Diff: scripts/slave/recipes/gpu.expected/linux_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/gpu.expected/linux_release.json
diff --git a/scripts/slave/recipes/gpu.expected/linux_release.json b/scripts/slave/recipes/gpu.expected/linux_release.json
index 6396df19b931c7834ad4fdf081c3756135377088..b64cd4368585551e834bd74be6ba218730712c3f 100644
--- a/scripts/slave/recipes/gpu.expected/linux_release.json
+++ b/scripts/slave/recipes/gpu.expected/linux_release.json
@@ -49,6 +49,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -69,7 +70,7 @@
"name": "compile"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -88,7 +89,7 @@
"name": "content_gl_tests"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -107,7 +108,7 @@
"name": "gles2_conform_test"
},
{
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -127,7 +128,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -160,7 +161,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -186,7 +187,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",
@@ -212,7 +213,7 @@
},
{
"allow_subannotations": true,
- "can_fail_build": false,
+ "always_run": true,
"cmd": [
"python",
"-u",

Powered by Google App Engine
This is Rietveld 408576698