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

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

Issue 2439353002: Refactor expectations of properties recipe_module. (Closed)
Patch Set: 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 {
11 "cmd": [ 11 "cmd": [
12 "echo", 12 "echo",
13 "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('bran ch', 'master'), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuil der'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium. testing.master'), ('project', ''), ('recipe', 'properties:example'), ('repositor y', 'https://chromium.googlesource.com/chromium/src.git'), ('revision', 'c14d891 d44f0afff64e56ed7c9702df1d807b1ee'), ('slavename', 'TestSlavename'), ('test_prop ', None), ('workdir', '/path/to/workdir/TestSlavename')]" 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
14 "('branch', 'master')",
15 "('buildbotURL', 'http://c.org/p/cr/')",
16 "('buildername', 'TestBuilder')",
17 "('buildnumber', 571)",
18 "('foo.bar-bam', 'thing')",
19 "('mastername', 'chromium.testing.master')",
20 "('project', '')",
21 "('recipe', 'properties:example')",
22 "('repository', 'https://chromium.googlesource.com/chromium/src.git')",
23 "('revision', 'c14d891d44f0afff64e56ed7c9702df1d807b1ee')",
24 "('slavename', 'TestSlavename')",
25 "('test_prop', None)",
26 "('workdir', '/path/to/workdir/TestSlavename')"
14 ], 27 ],
15 "name": "echo all" 28 "name": "echo all"
16 }, 29 },
17 { 30 {
18 "name": "$result", 31 "name": "$result",
19 "recipe_result": null, 32 "recipe_result": null,
20 "status_code": 0 33 "status_code": 0
21 } 34 }
22 ] 35 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698