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

Side by Side Diff: scripts/slave/recipes_test/toolkit.basic.expected

Issue 15270004: Add step generator protocol, remove annotated_checkout, remove script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Checkout blobs do not need to be generators Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698