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

Unified Diff: recipe_modules/properties/example.expected/buildbot_tryserver.json

Issue 2439353002: Refactor expectations of properties recipe_module. (Closed)
Patch Set: Created 4 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: recipe_modules/properties/example.expected/buildbot_tryserver.json
diff --git a/recipe_modules/properties/example.expected/buildbot_tryserver.json b/recipe_modules/properties/example.expected/buildbot_tryserver.json
index c196302d7fd2e84e12f70c70a9bf724bbc03c8d6..775bf904400efcc7118b13ba5dee85dca9875806 100644
--- a/recipe_modules/properties/example.expected/buildbot_tryserver.json
+++ b/recipe_modules/properties/example.expected/buildbot_tryserver.json
@@ -10,7 +10,25 @@
{
"cmd": [
"echo",
- "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('branch', ''), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('issue', 12853011), ('mastername', 'chromium.testing.master'), ('patch_project', 'chromium'), ('patchset', 1), ('project', 'chrome'), ('recipe', 'properties:example'), ('repository', ''), ('requester', 'commit-bot@chromium.org'), ('revision', 'HEAD'), ('rietveld', 'https://codereview.chromium.org'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]"
+ "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
+ "('branch', '')",
+ "('buildbotURL', 'http://c.org/p/cr/')",
+ "('buildername', 'TestBuilder')",
+ "('buildnumber', 571)",
+ "('foo.bar-bam', 'thing')",
+ "('issue', 12853011)",
+ "('mastername', 'chromium.testing.master')",
+ "('patch_project', 'chromium')",
+ "('patchset', 1)",
+ "('project', 'chrome')",
+ "('recipe', 'properties:example')",
+ "('repository', '')",
+ "('requester', 'commit-bot@chromium.org')",
+ "('revision', 'HEAD')",
+ "('rietveld', 'https://codereview.chromium.org')",
+ "('slavename', 'TestSlavename')",
+ "('test_prop', None)",
+ "('workdir', '/path/to/workdir/TestSlavename')"
],
"name": "echo all"
},

Powered by Google App Engine
This is Rietveld 408576698