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

Unified Diff: recipe_modules/properties/example.expected/buildbot_scheduled.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_scheduled.json
diff --git a/recipe_modules/properties/example.expected/buildbot_scheduled.json b/recipe_modules/properties/example.expected/buildbot_scheduled.json
index 76989b3a41a846e66ea27b98bd9fafe322d13804..be2efda26712a413ed12b77e7f397e237a154049 100644
--- a/recipe_modules/properties/example.expected/buildbot_scheduled.json
+++ b/recipe_modules/properties/example.expected/buildbot_scheduled.json
@@ -10,7 +10,20 @@
{
"cmd": [
"echo",
- "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('branch', 'TestBranch'), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium.testing.master'), ('project', ''), ('recipe', 'properties:example'), ('repository', 'svn://svn-mirror.golo.chromium.org/chrome/trunk'), ('revision', '204787'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]"
+ "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
+ "('branch', 'TestBranch')",
+ "('buildbotURL', 'http://c.org/p/cr/')",
+ "('buildername', 'TestBuilder')",
+ "('buildnumber', 571)",
+ "('foo.bar-bam', 'thing')",
+ "('mastername', 'chromium.testing.master')",
+ "('project', '')",
+ "('recipe', 'properties:example')",
+ "('repository', 'svn://svn-mirror.golo.chromium.org/chrome/trunk')",
+ "('revision', '204787')",
+ "('slavename', 'TestSlavename')",
+ "('test_prop', None)",
+ "('workdir', '/path/to/workdir/TestSlavename')"
],
"name": "echo all"
},

Powered by Google App Engine
This is Rietveld 408576698