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

Unified Diff: recipe_modules/properties/example.expected/buildbot_git_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_git_scheduled.json
diff --git a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
index b2b8f74b574e0d05e62d248172ed153e6778e8c1..7003a1daafdc50cba69eda9bbf869fb06c92173e 100644
--- a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
+++ b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
@@ -10,7 +10,20 @@
{
"cmd": [
"echo",
- "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('branch', 'master'), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium.testing.master'), ('project', ''), ('recipe', 'properties:example'), ('repository', 'https://chromium.googlesource.com/chromium/src.git'), ('revision', 'c14d891d44f0afff64e56ed7c9702df1d807b1ee'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]"
+ "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
+ "('branch', 'master')",
+ "('buildbotURL', 'http://c.org/p/cr/')",
+ "('buildername', 'TestBuilder')",
+ "('buildnumber', 571)",
+ "('foo.bar-bam', 'thing')",
+ "('mastername', 'chromium.testing.master')",
+ "('project', '')",
+ "('recipe', 'properties:example')",
+ "('repository', 'https://chromium.googlesource.com/chromium/src.git')",
+ "('revision', 'c14d891d44f0afff64e56ed7c9702df1d807b1ee')",
+ "('slavename', 'TestSlavename')",
+ "('test_prop', None)",
+ "('workdir', '/path/to/workdir/TestSlavename')"
],
"name": "echo all"
},

Powered by Google App Engine
This is Rietveld 408576698