| Index: recipe_modules/properties/example.expected/buildbot_generic.json
|
| diff --git a/recipe_modules/properties/example.expected/buildbot_generic.json b/recipe_modules/properties/example.expected/buildbot_generic.json
|
| index e87ecbed02680cdadc1cd4e50aa795fb209fb15f..38d81d2d18cef2fdca973e4faf672af181526683 100644
|
| --- a/recipe_modules/properties/example.expected/buildbot_generic.json
|
| +++ b/recipe_modules/properties/example.expected/buildbot_generic.json
|
| @@ -25,6 +25,83 @@
|
| "name": "echo all"
|
| },
|
| {
|
| + "cmd": [
|
| + "echo",
|
| + "'/path/to/workdir/TestSlavename'"
|
| + ],
|
| + "name": "echo workdir"
|
| + },
|
| + {
|
| + "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",
|
| + "'http://c.org/p/cr/'"
|
| + ],
|
| + "name": "echo buildbotURL"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "echo",
|
| + "None"
|
| + ],
|
| + "name": "echo test_prop"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "echo",
|
| + "'test_bot'"
|
| + ],
|
| + "name": "echo bot_id"
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|