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

Side by Side Diff: recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_deprecated.json

Issue 2442173003: Add cleaned up Gerrit props to properties.test_api.tryserver. (Closed)
Patch Set: +nit Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "None", 5 "None",
6 "'thing'" 6 "'thing'"
7 ], 7 ],
8 "name": "echo" 8 "name": "echo"
9 }, 9 },
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 "('workdir', '/path/to/workdir/TestSlavename')" 36 "('workdir', '/path/to/workdir/TestSlavename')"
37 ], 37 ],
38 "name": "echo all" 38 "name": "echo all"
39 }, 39 },
40 { 40 {
41 "name": "$result", 41 "name": "$result",
42 "recipe_result": null, 42 "recipe_result": null,
43 "status_code": 0 43 "status_code": 0
44 } 44 }
45 ] 45 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698