blob: dd09cba9a7ae00e7a6cf61c3286ddcd64e8f7301 [file] [log] [blame]
[
{
"cmd": [
"echo",
""
],
"name": "echo props"
},
{
"cmd": [
"echo",
""
],
"name": "echo env_props"
},
{
"cmd": [
"echo",
"('$recipe_engine/source_manifest', {'debug_dir': None})",
"('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
"('bot_id', 'test_bot')",
"('buildbotURL', 'http://c.org/p/cr/')",
"('buildername', 'TestBuilder')",
"('buildnumber', 571)",
"('mastername', 'chromium.testing.master')",
"('recipe', 'properties:examples/full')",
"('slavename', 'TestSlavename')",
"('workdir', '/path/to/workdir/TestSlavename')"
],
"name": "echo all"
},
{
"cmd": [
"echo",
"FrozenDict([('debug_dir', None)])"
],
"name": "echo $recipe_engine/source_manifest"
},
{
"cmd": [
"echo",
"('cool_dev1337@chromium.org', 'hax@chromium.org')"
],
"name": "echo blamelist"
},
{
"cmd": [
"echo",
"'test_bot'"
],
"name": "echo bot_id"
},
{
"cmd": [
"echo",
"'http://c.org/p/cr/'"
],
"name": "echo buildbotURL"
},
{
"cmd": [
"echo",
"'TestBuilder'"
],
"name": "echo buildername"
},
{
"cmd": [
"echo",
"571"
],
"name": "echo buildnumber"
},
{
"cmd": [
"echo",
"'chromium.testing.master'"
],
"name": "echo mastername"
},
{
"cmd": [
"echo",
"'properties:examples/full'"
],
"name": "echo recipe"
},
{
"cmd": [
"echo",
"'TestSlavename'"
],
"name": "echo slavename"
},
{
"cmd": [
"echo",
"'/path/to/workdir/TestSlavename'"
],
"name": "echo workdir"
},
{
"jsonResult": null,
"name": "$result"
}
]