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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/none.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]",
12 "name": "git setup (swarming_client)" 13 "name": "git setup (swarming_client)"
13 }, 14 },
14 { 15 {
15 "cmd": [ 16 "cmd": [
16 "git", 17 "git",
17 "retry", 18 "retry",
18 "fetch", 19 "fetch",
19 "origin", 20 "origin",
20 "master" 21 "master"
21 ], 22 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "--init", 61 "--init",
61 "--recursive" 62 "--recursive"
62 ], 63 ],
63 "cwd": "[SLAVE_BUILD]/swarming.client", 64 "cwd": "[SLAVE_BUILD]/swarming.client",
64 "name": "submodule update (swarming_client)" 65 "name": "submodule update (swarming_client)"
65 }, 66 },
66 { 67 {
67 "cmd": [ 68 "cmd": [
68 "cat" 69 "cat"
69 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
70 "name": "read test spec", 72 "name": "read test spec",
71 "stdout": "/path/to/tmp/json", 73 "stdout": "/path/to/tmp/json",
72 "~followup_annotations": [ 74 "~followup_annotations": [
73 "@@@STEP_LOG_LINE@json.output@null@@@", 75 "@@@STEP_LOG_LINE@json.output@null@@@",
74 "@@@STEP_LOG_END@json.output@@@" 76 "@@@STEP_LOG_END@json.output@@@"
75 ] 77 ]
76 }, 78 },
77 { 79 {
78 "cmd": [ 80 "cmd": [
79 "python", 81 "python",
80 "-u", 82 "-u",
81 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 83 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
82 "--build-dir", 84 "--build-dir",
83 "[BUILD]", 85 "[BUILD]",
84 "--output-json", 86 "--output-json",
85 "/path/to/tmp/json" 87 "/path/to/tmp/json"
86 ], 88 ],
89 "cwd": "[SLAVE_BUILD]",
87 "name": "find isolated tests", 90 "name": "find isolated tests",
88 "~followup_annotations": [ 91 "~followup_annotations": [
89 "@@@STEP_LOG_LINE@json.output@{}@@@", 92 "@@@STEP_LOG_LINE@json.output@{}@@@",
90 "@@@STEP_LOG_END@json.output@@@", 93 "@@@STEP_LOG_END@json.output@@@",
91 "@@@STEP_WARNINGS@@@", 94 "@@@STEP_WARNINGS@@@",
92 "@@@SET_BUILD_PROPERTY@swarm_hashes@{}@@@" 95 "@@@SET_BUILD_PROPERTY@swarm_hashes@{}@@@"
93 ] 96 ]
94 } 97 }
95 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698