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'])", | 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", |
14 "('branch', '')", | |
15 "('buildbotURL', 'http://c.org/p/cr/')", | 14 "('buildbotURL', 'http://c.org/p/cr/')", |
16 "('buildername', 'TestBuilder')", | 15 "('buildername', 'TestBuilder')", |
17 "('buildnumber', 571)", | 16 "('buildnumber', 571)", |
18 "('category', 'cq')", | |
19 "('event.change.id', u'infra%2Finfra~master~Ideadbeaf')", | |
20 "('event.change.number', 338811)", | |
21 "('event.change.url', u'https://pdfium-review.googlesource.com/#/c/338811'
)", | |
22 "('event.patchSet.ref', u'refs/changes/11/338811/3')", | |
23 "('foo.bar-bam', 'thing')", | 17 "('foo.bar-bam', 'thing')", |
24 "('gerrit', 'https://pdfium-review.googlesource.com')", | |
25 "('mastername', 'chromium.testing.master')", | 18 "('mastername', 'chromium.testing.master')", |
| 19 "('patch_branch', 'master')", |
| 20 "('patch_gerrit_url', 'https://chromium-review.googlesource.com')", |
| 21 "('patch_issue', 456789)", |
26 "('patch_project', 'infra/infra')", | 22 "('patch_project', 'infra/infra')", |
| 23 "('patch_ref', 'refs/changes/89/456789/12')", |
| 24 "('patch_repository_url', 'https://chromium.googlesource.com/infra/infra')
", |
| 25 "('patch_set', 12)", |
27 "('patch_storage', 'gerrit')", | 26 "('patch_storage', 'gerrit')", |
28 "('project', 'infra/infra')", | |
29 "('reason', 'CQ')", | |
30 "('recipe', 'properties:example')", | 27 "('recipe', 'properties:example')", |
31 "('repository', 'https://pdfium.googlesource.com/infra/infra')", | |
32 "('requester', 'commit-bot@chromium.org')", | |
33 "('revision', 'HEAD')", | |
34 "('slavename', 'TestSlavename')", | 28 "('slavename', 'TestSlavename')", |
35 "('test_prop', None)", | 29 "('test_prop', None)", |
36 "('workdir', '/path/to/workdir/TestSlavename')" | 30 "('workdir', '/path/to/workdir/TestSlavename')" |
37 ], | 31 ], |
38 "name": "echo all" | 32 "name": "echo all" |
39 }, | 33 }, |
40 { | 34 { |
41 "name": "$result", | 35 "name": "$result", |
42 "recipe_result": null, | 36 "recipe_result": null, |
43 "status_code": 0 | 37 "status_code": 0 |
44 } | 38 } |
45 ] | 39 ] |
OLD | NEW |