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

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: Address comments and change expected json output format 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
« no previous file with comments | « scripts/slave/recipes_test/toolkit.py ('k') | scripts/slave/unittests/recipe_util_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 "[BUILD_ROOT]/slave/fake_slave/build/toolkit/buildbot/gen_steps.py" 1 [
2 {
3 "cmd": ["[BUILD_ROOT]/scripts/slave/git_setup.py", "--path", "[SLAVE_BUILD_RO OT]/toolkit", "--url", "https://github.com/toolkitchen/toolkit.git"],
4 "name": "git setup",
5 "seed_steps": ["git setup", "git fetch", "git update-ref", "git clean", "git checkout", "git submodule"]
6 },
7 {
8 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL AVE_BUILD_ROOT]/toolkit/.git", "fetch", "origin", "--recurse-submodules"],
9 "name": "git fetch"
10 },
11 {
12 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL AVE_BUILD_ROOT]/toolkit/.git", "update-ref", "refs/heads/master", "origin/master "],
13 "name": "git update-ref"
14 },
15 {
16 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL AVE_BUILD_ROOT]/toolkit/.git", "clean", "-f", "-d", "-X"],
17 "name": "git clean"
18 },
19 {
20 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL AVE_BUILD_ROOT]/toolkit/.git", "checkout", "-f", "master"],
21 "name": "git checkout"
22 },
23 {
24 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SL AVE_BUILD_ROOT]/toolkit/.git", "submodule", "update", "--init", "--recursive"],
25 "name": "git submodule"
26 },
27 {
28 "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"],
29 "cwd": "[SLAVE_BUILD_ROOT]/toolkit",
30 "name": "gen step(gen_steps.py)"
31 },
32 {
33 "cmd": ["bogus.py", "--arg"],
34 "name": "bogus",
35 "seed_steps": ["bogus"]
36 }
37 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes_test/toolkit.py ('k') | scripts/slave/unittests/recipe_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698