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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan_dll_.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 "CrWinAsan(dll)", 19 "CrWinAsan(dll)",
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": "asan=1 clang=1 component=shared_library fastbuild=0 target _arch=ia32 test_isolation_mode=prepare", 96 "GYP_DEFINES": "asan=1 clang=1 component=shared_library fastbuild=0 target _arch=ia32 test_isolation_mode=prepare",
93 "LLVM_FORCE_HEAD_REVISION": "YES" 97 "LLVM_FORCE_HEAD_REVISION": "YES"
94 }, 98 },
95 "name": "gclient runhooks" 99 "name": "gclient runhooks"
96 }, 100 },
97 { 101 {
98 "cmd": [ 102 "cmd": [
99 "python", 103 "python",
100 "-u", 104 "-u",
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 106 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
103 "/path/to/tmp/json" 107 "/path/to/tmp/json"
104 ], 108 ],
109 "cwd": "[SLAVE_BUILD]",
105 "name": "read test spec", 110 "name": "read test spec",
106 "~followup_annotations": [ 111 "~followup_annotations": [
107 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", 112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@",
108 "@@@STEP_LOG_LINE@json.output@{@@@", 113 "@@@STEP_LOG_LINE@json.output@{@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"CrWinAsan(dll) tester\": {@@@", 114 "@@@STEP_LOG_LINE@json.output@ \"CrWinAsan(dll) tester\": {@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
111 "@@@STEP_LOG_LINE@json.output@ {@@@", 116 "@@@STEP_LOG_LINE@json.output@ {@@@",
112 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
113 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 118 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
114 "@@@STEP_LOG_LINE@json.output@ }, @@@", 119 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
128 "--output", 133 "--output",
129 "/path/to/tmp/json", 134 "/path/to/tmp/json",
130 "--", 135 "--",
131 "--build-config-fs", 136 "--build-config-fs",
132 "Release", 137 "Release",
133 "--paths", 138 "--paths",
134 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
135 "--properties", 140 "--properties",
136 "{\"buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi n\"}" 141 "{\"buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\ ": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi n\"}"
137 ], 142 ],
143 "cwd": "[SLAVE_BUILD]",
138 "name": "get compile targets for scripts", 144 "name": "get compile targets for scripts",
139 "~followup_annotations": [ 145 "~followup_annotations": [
140 "@@@STEP_LOG_LINE@json.output@{}@@@", 146 "@@@STEP_LOG_LINE@json.output@{}@@@",
141 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
142 ] 148 ]
143 }, 149 },
144 { 150 {
145 "cmd": [ 151 "cmd": [
146 "python", 152 "python",
147 "-u", 153 "-u",
148 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 154 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
149 ], 155 ],
156 "cwd": "[SLAVE_BUILD]",
150 "name": "cleanup_temp" 157 "name": "cleanup_temp"
151 }, 158 },
152 { 159 {
153 "cmd": [ 160 "cmd": [
154 "python", 161 "python",
155 "-u", 162 "-u",
156 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 163 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
157 "--build-dir", 164 "--build-dir",
158 "[SLAVE_BUILD]\\src\\out\\Release", 165 "[SLAVE_BUILD]\\src\\out\\Release",
159 "--clean-isolated-files" 166 "--clean-isolated-files"
160 ], 167 ],
168 "cwd": "[SLAVE_BUILD]",
161 "name": "clean isolated files" 169 "name": "clean isolated files"
162 }, 170 },
163 { 171 {
164 "cmd": [ 172 "cmd": [
165 "python", 173 "python",
166 "-u", 174 "-u",
167 "[BUILD]\\scripts\\slave\\compile.py", 175 "[BUILD]\\scripts\\slave\\compile.py",
168 "--target", 176 "--target",
169 "Release", 177 "Release",
170 "--src-dir", 178 "--src-dir",
171 "[SLAVE_BUILD]\\src", 179 "[SLAVE_BUILD]\\src",
172 "--build-tool", 180 "--build-tool",
173 "ninja", 181 "ninja",
174 "--compiler", 182 "--compiler",
175 "clang", 183 "clang",
176 "--", 184 "--",
177 "browser_tests", 185 "browser_tests",
178 "browser_tests_run", 186 "browser_tests_run",
179 "chromium_builder_tests", 187 "chromium_builder_tests",
180 "crash_service" 188 "crash_service"
181 ], 189 ],
190 "cwd": "[SLAVE_BUILD]",
182 "env": { 191 "env": {
183 "LLVM_FORCE_HEAD_REVISION": "YES" 192 "LLVM_FORCE_HEAD_REVISION": "YES"
184 }, 193 },
185 "name": "compile" 194 "name": "compile"
186 }, 195 },
187 { 196 {
188 "cmd": [ 197 "cmd": [
189 "python", 198 "python",
190 "-u", 199 "-u",
191 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 200 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
(...skipping 11 matching lines...) Expand all
203 "-u", 212 "-u",
204 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", 213 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
205 "batcharchive", 214 "batcharchive",
206 "--dump-json", 215 "--dump-json",
207 "/path/to/tmp/json", 216 "/path/to/tmp/json",
208 "--isolate-server", 217 "--isolate-server",
209 "https://isolateserver.appspot.com", 218 "https://isolateserver.appspot.com",
210 "--verbose", 219 "--verbose",
211 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 220 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
212 ], 221 ],
222 "cwd": "[SLAVE_BUILD]",
213 "name": "isolate tests", 223 "name": "isolate tests",
214 "~followup_annotations": [ 224 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output@{@@@", 225 "@@@STEP_LOG_LINE@json.output@{@@@",
216 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
217 "@@@STEP_LOG_LINE@json.output@}@@@", 227 "@@@STEP_LOG_LINE@json.output@}@@@",
218 "@@@STEP_LOG_END@json.output@@@" 228 "@@@STEP_LOG_END@json.output@@@"
219 ] 229 ]
220 }, 230 },
221 { 231 {
222 "allow_subannotations": true, 232 "allow_subannotations": true,
223 "cmd": [ 233 "cmd": [
224 "python", 234 "python",
225 "-u", 235 "-u",
226 "[BUILD]\\scripts\\slave\\zip_build.py", 236 "[BUILD]\\scripts\\slave\\zip_build.py",
227 "--target", 237 "--target",
228 "Release", 238 "Release",
229 "--build-url", 239 "--build-url",
230 "gs://chromium-fyi-archive/chromium.fyi/CrWinAsan(dll)", 240 "gs://chromium-fyi-archive/chromium.fyi/CrWinAsan(dll)",
231 "--build_revision", 241 "--build_revision",
232 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 242 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
233 "--factory-properties", 243 "--factory-properties",
234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
235 "--build-properties", 245 "--build-properties",
236 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 246 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
237 ], 247 ],
248 "cwd": "[SLAVE_BUILD]",
238 "name": "package build" 249 "name": "package build"
239 } 250 }
240 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698