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

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

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase Created 3 years, 8 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 729cdd87d91c8343424602d693a0a5c6e31e2405..ec43341e5a72bd636892d5608ac218e576ff9554 100644
--- a/recipe_modules/properties/example.expected/buildbot_scheduled.json
+++ b/recipe_modules/properties/example.expected/buildbot_scheduled.json
@@ -29,6 +29,111 @@
"name": "echo all"
},
{
+ "cmd": [
+ "echo",
+ "''"
+ ],
+ "name": "echo project"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'/path/to/workdir/TestSlavename'"
+ ],
+ "name": "echo workdir"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'svn://svn-mirror.golo.chromium.org/chrome/trunk'"
+ ],
+ "name": "echo repository"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestBuilder'"
+ ],
+ "name": "echo buildername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'properties:example'"
+ ],
+ "name": "echo recipe"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'thing'"
+ ],
+ "name": "echo foo.bar-bam"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'chromium.testing.master'"
+ ],
+ "name": "echo mastername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "571"
+ ],
+ "name": "echo buildnumber"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestSlavename'"
+ ],
+ "name": "echo slavename"
+ },
+ {
+ "cmd": [
+ "echo",
+ "('cool_dev1337@chromium.org', 'hax@chromium.org')"
+ ],
+ "name": "echo blamelist"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestBranch'"
+ ],
+ "name": "echo branch"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'http://c.org/p/cr/'"
+ ],
+ "name": "echo buildbotURL"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'204787'"
+ ],
+ "name": "echo revision"
+ },
+ {
+ "cmd": [
+ "echo",
+ "None"
+ ],
+ "name": "echo test_prop"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'test_bot'"
+ ],
+ "name": "echo bot_id"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698