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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "chromium.fyi", 17 "chromium.fyi",
17 "--builder", 18 "--builder",
18 "CrWinClang(shared)", 19 "CrWinClang(shared)",
19 "--slave", 20 "--slave",
20 "TestSlavename", 21 "TestSlavename",
21 "--spec", 22 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
23 "--root", 24 "--root",
24 "src", 25 "src",
25 "--revision_mapping_file", 26 "--revision_mapping_file",
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
27 "--output_json", 28 "--output_json",
28 "/path/to/tmp/json", 29 "/path/to/tmp/json",
29 "--revision", 30 "--revision",
30 "src@HEAD" 31 "src@HEAD"
31 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 34 "name": "bot_update",
33 "~followup_annotations": [ 35 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
69 ] 71 ]
70 }, 72 },
71 { 73 {
72 "cmd": [ 74 "cmd": [
73 "python", 75 "python",
74 "-u", 76 "-u",
75 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
76 "--version" 78 "--version"
77 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
78 "name": "swarming.py --version", 81 "name": "swarming.py --version",
79 "stdout": "/path/to/tmp/", 82 "stdout": "/path/to/tmp/",
80 "~followup_annotations": [ 83 "~followup_annotations": [
81 "@@@STEP_TEXT@0.4.10@@@" 84 "@@@STEP_TEXT@0.4.10@@@"
82 ] 85 ]
83 }, 86 },
84 { 87 {
85 "cmd": [ 88 "cmd": [
86 "python", 89 "python",
87 "-u", 90 "-u",
88 "[DEPOT_TOOLS]\\gclient.py", 91 "[DEPOT_TOOLS]\\gclient.py",
89 "runhooks" 92 "runhooks"
90 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
91 "env": { 95 "env": {
92 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare" 96 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare"
93 }, 97 },
94 "name": "gclient runhooks" 98 "name": "gclient runhooks"
95 }, 99 },
96 { 100 {
97 "cmd": [ 101 "cmd": [
98 "python", 102 "python",
99 "-u", 103 "-u",
100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
102 "/path/to/tmp/json" 106 "/path/to/tmp/json"
103 ], 107 ],
108 "cwd": "[SLAVE_BUILD]",
104 "name": "read test spec", 109 "name": "read test spec",
105 "~followup_annotations": [ 110 "~followup_annotations": [
106 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@",
107 "@@@STEP_LOG_LINE@json.output@{@@@", 112 "@@@STEP_LOG_LINE@json.output@{@@@",
108 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(shared) tester\": {@@@", 113 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(shared) tester\": {@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
110 "@@@STEP_LOG_LINE@json.output@ {@@@", 115 "@@@STEP_LOG_LINE@json.output@ {@@@",
111 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
112 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
113 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
127 "--output", 132 "--output",
128 "/path/to/tmp/json", 133 "/path/to/tmp/json",
129 "--", 134 "--",
130 "--build-config-fs", 135 "--build-config-fs",
131 "Release", 136 "Release",
132 "--paths", 137 "--paths",
133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
134 "--properties", 139 "--properties",
135 "{\"buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 140 "{\"buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
136 ], 141 ],
142 "cwd": "[SLAVE_BUILD]",
137 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
138 "~followup_annotations": [ 144 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
140 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
141 ] 147 ]
142 }, 148 },
143 { 149 {
144 "cmd": [ 150 "cmd": [
145 "python", 151 "python",
146 "-u", 152 "-u",
147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
148 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
149 "name": "cleanup_temp" 156 "name": "cleanup_temp"
150 }, 157 },
151 { 158 {
152 "cmd": [ 159 "cmd": [
153 "python", 160 "python",
154 "-u", 161 "-u",
155 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 162 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
156 "--build-dir", 163 "--build-dir",
157 "[SLAVE_BUILD]\\src\\out\\Release", 164 "[SLAVE_BUILD]\\src\\out\\Release",
158 "--clean-isolated-files" 165 "--clean-isolated-files"
159 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
160 "name": "clean isolated files" 168 "name": "clean isolated files"
161 }, 169 },
162 { 170 {
163 "cmd": [ 171 "cmd": [
164 "python", 172 "python",
165 "-u", 173 "-u",
166 "[BUILD]\\scripts\\slave\\compile.py", 174 "[BUILD]\\scripts\\slave\\compile.py",
167 "--target", 175 "--target",
168 "Release", 176 "Release",
169 "--src-dir", 177 "--src-dir",
170 "[SLAVE_BUILD]\\src", 178 "[SLAVE_BUILD]\\src",
171 "--build-tool", 179 "--build-tool",
172 "ninja", 180 "ninja",
173 "--compiler", 181 "--compiler",
174 "clang", 182 "clang",
175 "--" 183 "--"
176 ], 184 ],
185 "cwd": "[SLAVE_BUILD]",
177 "name": "compile" 186 "name": "compile"
178 }, 187 },
179 { 188 {
180 "cmd": [ 189 "cmd": [
181 "python", 190 "python",
182 "-u", 191 "-u",
183 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 192 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
184 "--build-dir", 193 "--build-dir",
185 "[SLAVE_BUILD]\\src\\out\\Release", 194 "[SLAVE_BUILD]\\src\\out\\Release",
186 "--src-dir", 195 "--src-dir",
187 "[SLAVE_BUILD]\\src" 196 "[SLAVE_BUILD]\\src"
188 ], 197 ],
189 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
190 "name": "remove_build_metadata" 199 "name": "remove_build_metadata"
191 }, 200 },
192 { 201 {
193 "cmd": [ 202 "cmd": [
194 "python", 203 "python",
195 "-u", 204 "-u",
196 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", 205 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
197 "batcharchive", 206 "batcharchive",
198 "--dump-json", 207 "--dump-json",
199 "/path/to/tmp/json", 208 "/path/to/tmp/json",
200 "--isolate-server", 209 "--isolate-server",
201 "https://isolateserver.appspot.com", 210 "https://isolateserver.appspot.com",
202 "--verbose", 211 "--verbose",
203 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 212 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
204 ], 213 ],
214 "cwd": "[SLAVE_BUILD]",
205 "name": "isolate tests", 215 "name": "isolate tests",
206 "~followup_annotations": [ 216 "~followup_annotations": [
207 "@@@STEP_LOG_LINE@json.output@{@@@", 217 "@@@STEP_LOG_LINE@json.output@{@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 218 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
209 "@@@STEP_LOG_LINE@json.output@}@@@", 219 "@@@STEP_LOG_LINE@json.output@}@@@",
210 "@@@STEP_LOG_END@json.output@@@" 220 "@@@STEP_LOG_END@json.output@@@"
211 ] 221 ]
212 }, 222 },
213 { 223 {
214 "allow_subannotations": true, 224 "allow_subannotations": true,
215 "cmd": [ 225 "cmd": [
216 "python", 226 "python",
217 "-u", 227 "-u",
218 "[BUILD]\\scripts\\slave\\zip_build.py", 228 "[BUILD]\\scripts\\slave\\zip_build.py",
219 "--target", 229 "--target",
220 "Release", 230 "Release",
221 "--build-url", 231 "--build-url",
222 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(shared)", 232 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(shared)",
223 "--build_revision", 233 "--build_revision",
224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 234 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
225 "--factory-properties", 235 "--factory-properties",
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 236 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
227 "--build-properties", 237 "--build-properties",
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 238 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
229 ], 239 ],
240 "cwd": "[SLAVE_BUILD]",
230 "name": "package build" 241 "name": "package build"
231 } 242 }
232 ] 243 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698