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

Unified Diff: recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.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_override_both.json
diff --git a/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.json b/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.json
index 1c7d93bac3c09f72fc44003e96ac52fbcf52fd95..7757665639d350434a1077ff988d6075f2a686a4 100644
--- a/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.json
+++ b/recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.json
@@ -33,6 +33,139 @@
"name": "echo all"
},
{
+ "cmd": [
+ "echo",
+ "3"
+ ],
+ "name": "echo patch_set"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'/path/to/workdir/TestSlavename'"
+ ],
+ "name": "echo workdir"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'https://gerrit.my.host'"
+ ],
+ "name": "echo patch_gerrit_url"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'master'"
+ ],
+ "name": "echo patch_branch"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestBuilder'"
+ ],
+ "name": "echo buildername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'refs/changes/98/989898/3'"
+ ],
+ "name": "echo patch_ref"
+ },
+ {
+ "cmd": [
+ "echo",
+ "None"
+ ],
+ "name": "echo test_prop"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'https://git.my.host/custom'"
+ ],
+ "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",
+ "989898"
+ ],
+ "name": "echo patch_issue"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'http://c.org/p/cr/'"
+ ],
+ "name": "echo buildbotURL"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'custom'"
+ ],
+ "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