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

Side by Side Diff: scripts/slave/recipes/swarming/staging.expected/linux_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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "name": "compile", 155 "name": "compile",
156 "~followup_annotations": [ 156 "~followup_annotations": [
157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
158 "@@@STEP_LOG_END@json.output (invalid)@@@" 158 "@@@STEP_LOG_END@json.output (invalid)@@@"
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 165 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
166 "--build-dir", 166 "--build-dir",
167 "[SLAVE_BUILD]/src/out/Debug", 167 "[SLAVE_BUILD]/src/out/Debug"
168 "--src-dir",
169 "[SLAVE_BUILD]/src"
170 ], 168 ],
171 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
172 "name": "remove_build_metadata" 170 "name": "remove_build_metadata"
173 }, 171 },
174 { 172 {
175 "cmd": [ 173 "cmd": [
176 "python", 174 "python",
177 "-u", 175 "-u",
178 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 176 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
179 "/path/to/tmp/", 177 "/path/to/tmp/",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "0" 476 "0"
479 ], 477 ],
480 "name": "Upload to test-results [dummy_target_2]" 478 "name": "Upload to test-results [dummy_target_2]"
481 }, 479 },
482 { 480 {
483 "name": "$result", 481 "name": "$result",
484 "recipe_result": null, 482 "recipe_result": null,
485 "status_code": 0 483 "status_code": 0
486 } 484 }
487 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698