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

Side by Side Diff: scripts/slave/recipes/swarming/staging.expected/mac_Debug.json

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "name": "compile", 177 "name": "compile",
178 "~followup_annotations": [ 178 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
180 "@@@STEP_LOG_END@json.output (invalid)@@@" 180 "@@@STEP_LOG_END@json.output (invalid)@@@"
181 ] 181 ]
182 }, 182 },
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "python", 185 "python",
186 "-u", 186 "-u",
187 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 187 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
188 "--build-dir", 188 "--build-dir",
189 "[SLAVE_BUILD]/src/out/Debug", 189 "[SLAVE_BUILD]/src/out/Debug"
190 "--src-dir",
191 "[SLAVE_BUILD]/src"
192 ], 190 ],
193 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
194 "name": "remove_build_metadata" 192 "name": "remove_build_metadata"
195 }, 193 },
196 { 194 {
197 "cmd": [ 195 "cmd": [
198 "python", 196 "python",
199 "-u", 197 "-u",
200 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 198 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
201 "/path/to/tmp/", 199 "/path/to/tmp/",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "0" 498 "0"
501 ], 499 ],
502 "name": "Upload to test-results [dummy_target_2]" 500 "name": "Upload to test-results [dummy_target_2]"
503 }, 501 },
504 { 502 {
505 "name": "$result", 503 "name": "$result",
506 "recipe_result": null, 504 "recipe_result": null,
507 "status_code": 0 505 "status_code": 0
508 } 506 }
509 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698