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

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

Powered by Google App Engine
This is Rietveld 408576698