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

Unified Diff: recipe_modules/tryserver/example.expected/with_wrong_patch.json

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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: recipe_modules/tryserver/example.expected/with_wrong_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
index 1a2cbcb1e8aac9c54629853aa1f23c71c4286d99..7af72362348cf36ca986f1970205a72b34ab8c46 100644
--- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
@@ -1,44 +1,7 @@
[
{
- "cmd": [
- "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
- ],
- "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
- "name": "ensure git tooling on windows"
- },
- {
- "cmd": [
- "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
- "diff",
- "--cached",
- "--name-only"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "git diff to analyze patch",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@files@foo.cc@@@",
- "@@@STEP_LOG_END@files@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "import sys; sys.exit(1)"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "fail",
- "~followup_annotations": [
- "step returned non-zero exit code: 1",
- "@@@STEP_TEXT@foo@@@",
- "@@@STEP_FAILURE@@@",
- "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a70e7\"@@@"
- ]
- },
- {
"name": "$result",
- "reason": "Step('fail') failed with return_code 1",
+ "reason": "Cannot get tags from gerrit yet.",
"status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698