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

Unified Diff: recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.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_gerrit.json
diff --git a/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json b/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json
index 4899f90534c3ef829accfcb7fbff8e11dc82b753..1ba21a7214ea7a766118378e2c824c95544f83f3 100644
--- a/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json
+++ b/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json
@@ -10,7 +10,30 @@
{
"cmd": [
"echo",
- "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('branch', ''), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('category', 'cq'), ('event.change.id', u'infra%2Finfra~master~Ideadbeaf'), ('event.change.number', 338811), ('event.change.url', u'https://pdfium-review.googlesource.com/#/c/338811'), ('event.patchSet.ref', u'refs/changes/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'), ('reason', 'CQ'), ('recipe', 'properties:example'), ('repository', 'https://pdfium.googlesource.com/infra/infra'), ('requester', 'commit-bot@chromium.org'), ('revision', 'HEAD'), ('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)",
+ "('category', 'cq')",
+ "('event.change.id', u'infra%2Finfra~master~Ideadbeaf')",
+ "('event.change.number', 338811)",
+ "('event.change.url', u'https://pdfium-review.googlesource.com/#/c/338811')",
+ "('event.patchSet.ref', u'refs/changes/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')",
+ "('reason', 'CQ')",
+ "('recipe', 'properties:example')",
+ "('repository', 'https://pdfium.googlesource.com/infra/infra')",
+ "('requester', 'commit-bot@chromium.org')",
+ "('revision', 'HEAD')",
+ "('slavename', 'TestSlavename')",
+ "('test_prop', None)",
+ "('workdir', '/path/to/workdir/TestSlavename')"
],
"name": "echo all"
},

Powered by Google App Engine
This is Rietveld 408576698