| OLD | NEW |
| 1 "[BUILD_ROOT]/slave/fake_slave/build/toolkit/buildbot/gen_steps.py" | 1 [ |
| 2 {"cmd": ["[BUILD_ROOT]/scripts/slave/git_setup.py", "--path", "[SLAVE_BUILD_RO
OT]/toolkit", "--url", "https://github.com/toolkitchen/toolkit.git"], "name": "g
it setup", "seed_steps": ["git setup", "git fetch", "git update-ref", "git clean
", "git checkout", "git submodule"]}, |
| 3 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL
AVE_BUILD_ROOT]/toolkit/.git", "fetch", "origin", "--recurse-submodules"], "name
": "git fetch"}, |
| 4 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL
AVE_BUILD_ROOT]/toolkit/.git", "update-ref", "refs/heads/master", "origin/master
"], "name": "git update-ref"}, |
| 5 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL
AVE_BUILD_ROOT]/toolkit/.git", "clean", "-f", "-d", "-X"], "name": "git clean"}, |
| 6 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL
AVE_BUILD_ROOT]/toolkit/.git", "checkout", "-f", "master"], "name": "git checkou
t"}, |
| 7 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL
AVE_BUILD_ROOT]/toolkit/.git", "submodule", "update", "--init", "--recursive"],
"name": "git submodule"}, |
| 8 {"cmd": ["[SLAVE_BUILD_ROOT]/toolkit/buildbot/gen_steps.py", "--factory-proper
ties", "{\"recipe\": \"toolkit\"}", "--build-properties", "{\"blamelist\": [\"co
ol_dev1337@chromium.org\"], \"patchset\": 1, \"rietveld\": \"https://chromiumcod
ereview.appspot.com\", \"issue\": 12853011, \"repository\": \"https://github.com
/toolkitchen/toolkit\"}", "--output-json", "/path/to/tmp/json"], "cwd": "[SLAVE_
BUILD_ROOT]/toolkit", "name": "gen step(gen_steps.py)"}, |
| 9 {"cmd": ["bogus.py", "--arg"], "name": "bogus", "seed_steps": ["bogus"]} |
| 10 ] |
| OLD | NEW |