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

Unified Diff: recipe_modules/step/example.expected/warning.json

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto Created 5 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 | « recipe_modules/step/example.expected/invalid_access.json ('k') | recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/example.expected/warning.json
diff --git a/recipe_modules/step/example.expected/defer_results.json b/recipe_modules/step/example.expected/warning.json
similarity index 84%
copy from recipe_modules/step/example.expected/defer_results.json
copy to recipe_modules/step/example.expected/warning.json
index 00d4d781249c5af0299553fccb8df5f822e47e7c..116e57d66802cb999080bbb5870d1985e51fba07 100644
--- a/recipe_modules/step/example.expected/defer_results.json
+++ b/recipe_modules/step/example.expected/warning.json
@@ -61,26 +61,18 @@
{
"cmd": [
"echo",
- "testa"
+ "warning"
],
"cwd": "[SLAVE_BUILD]",
- "name": "testa",
+ "name": "warning",
"~followup_annotations": [
"step returned non-zero exit code: 1",
- "@@@STEP_FAILURE@@@"
+ "@@@STEP_WARNINGS@@@"
]
},
{
- "cmd": [
- "echo",
- "testb"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "testb"
- },
- {
"name": "$final_result",
- "reason": "You can catch step failures.",
+ "reason": "Step('warning') failed with return_code 1",
"status_code": 1
}
]
« no previous file with comments | « recipe_modules/step/example.expected/invalid_access.json ('k') | recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698