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

Unified Diff: scripts/slave/recipes/chromium.expected/basic_linux_64.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/chromium.expected/basic_linux_64.json
diff --git a/scripts/slave/recipes/chromium.expected/basic_linux_64.json b/scripts/slave/recipes/chromium.expected/basic_linux_64.json
index aa2c8e32d50d93c48093664c94b16cfd4ff9ee7f..32ca2ab3a4a9e2226dfb573c4265e6eb739af7dc 100644
--- a/scripts/slave/recipes/chromium.expected/basic_linux_64.json
+++ b/scripts/slave/recipes/chromium.expected/basic_linux_64.json
@@ -76,6 +76,7 @@
"name": "gclient runhooks"
},
{
+ "abort_on_failure": true,
"cmd": [
"python",
"-u",
@@ -95,5 +96,17 @@
"chromium_builder_tests"
],
"name": "compile"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "print \"last step\""
+ ],
+ "name": "last step",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@print \"last step\"@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
}
]
« no previous file with comments | « scripts/slave/recipes/chromium.expected/basic_linux_32.json ('k') | scripts/slave/recipes/chromium.expected/basic_mac_32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698