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

Unified Diff: recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.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_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 723d08a5fe2f8801360d8c31f3209f0e7adec6ef..3579127ad780159b6f8e837744ca3adcf88790ed 100644
--- a/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json
+++ b/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit.json
@@ -33,6 +33,139 @@
"name": "echo all"
},
{
+ "cmd": [
+ "echo",
+ "12"
+ ],
+ "name": "echo patch_set"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'/path/to/workdir/TestSlavename'"
+ ],
+ "name": "echo workdir"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'https://chromium-review.googlesource.com'"
+ ],
+ "name": "echo patch_gerrit_url"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'master'"
+ ],
+ "name": "echo patch_branch"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestBuilder'"
+ ],
+ "name": "echo buildername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'refs/changes/89/456789/12'"
+ ],
+ "name": "echo patch_ref"
+ },
+ {
+ "cmd": [
+ "echo",
+ "None"
+ ],
+ "name": "echo test_prop"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'https://chromium.googlesource.com/infra/infra'"
+ ],
+ "name": "echo patch_repository_url"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'properties:example'"
+ ],
+ "name": "echo recipe"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'chromium.testing.master'"
+ ],
+ "name": "echo mastername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'gerrit'"
+ ],
+ "name": "echo patch_storage"
+ },
+ {
+ "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",
+ "456789"
+ ],
+ "name": "echo patch_issue"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'http://c.org/p/cr/'"
+ ],
+ "name": "echo buildbotURL"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'infra/infra'"
+ ],
+ "name": "echo patch_project"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'thing'"
+ ],
+ "name": "echo foo.bar-bam"
+ },
+ {
+ "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