OLD | NEW |
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']), ('buil
dbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber',
571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium.testing.master'), ('re
cipe', 'properties:example'), ('slavename', 'TestSlavename'), ('test_prop', None
), ('workdir', '/path/to/workdir/TestSlavename')]" | 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", |
| 14 "('buildbotURL', 'http://c.org/p/cr/')", |
| 15 "('buildername', 'TestBuilder')", |
| 16 "('buildnumber', 571)", |
| 17 "('foo.bar-bam', 'thing')", |
| 18 "('mastername', 'chromium.testing.master')", |
| 19 "('recipe', 'properties:example')", |
| 20 "('slavename', 'TestSlavename')", |
| 21 "('test_prop', None)", |
| 22 "('workdir', '/path/to/workdir/TestSlavename')" |
14 ], | 23 ], |
15 "name": "echo all" | 24 "name": "echo all" |
16 }, | 25 }, |
17 { | 26 { |
18 "name": "$result", | 27 "name": "$result", |
19 "recipe_result": null, | 28 "recipe_result": null, |
20 "status_code": 0 | 29 "status_code": 0 |
21 } | 30 } |
22 ] | 31 ] |
OLD | NEW |