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

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

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Minor things. Created 4 years, 7 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/basic_tags.json
diff --git a/recipe_modules/tryserver/example.expected/basic_tags.json b/recipe_modules/tryserver/example.expected/basic_tags.json
new file mode 100644
index 0000000000000000000000000000000000000000..9ca4ee365f295c4f14c5f1ae4e86f9965748e29f
--- /dev/null
+++ b/recipe_modules/tryserver/example.expected/basic_tags.json
@@ -0,0 +1,59 @@
+[
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "parse description",
+ "stdin": "hihihi\nfoo:bar\nbam:baz",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Foo\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bar\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "echo",
+ "OrderedDict([('Foo', ['bar'])])"
+ ],
+ "name": "patch_text test"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "parse description (2)",
+ "stdin": "hihihi\nfoo:bar\nbam:baz",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Foo\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bar\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "echo",
+ "['bar']"
+ ],
+ "name": "patch_text test (2)"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipe_modules/tryserver/example.py ('k') | recipe_modules/tryserver/example.expected/with_rietveld_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698