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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json

Issue 1781003002: chromium_tests: pass paths to runit.py and runtest.py for src/testing/scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 160 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
161 "--output", 161 "--output",
162 "/path/to/tmp/json", 162 "/path/to/tmp/json",
163 "--", 163 "--",
164 "--build-config-fs", 164 "--build-config-fs",
165 "Release", 165 "Release",
166 "--paths", 166 "--paths",
167 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 167 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
168 "--properties", 168 "--properties",
169 "{\"buildername\": \"linux_perf_tester\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}" 169 "{\"buildername\": \"linux_perf_tester\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
170 ], 170 ],
171 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
172 "name": "get compile targets for scripts", 172 "name": "get compile targets for scripts",
173 "~followup_annotations": [ 173 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@json.output@{}@@@", 174 "@@@STEP_LOG_LINE@json.output@{}@@@",
175 "@@@STEP_LOG_END@json.output@@@" 175 "@@@STEP_LOG_END@json.output@@@"
176 ] 176 ]
177 }, 177 },
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "~followup_annotations": [ 299 "~followup_annotations": [
300 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 300 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
301 ] 301 ]
302 }, 302 },
303 { 303 {
304 "name": "$result", 304 "name": "$result",
305 "recipe_result": null, 305 "recipe_result": null,
306 "status_code": 0 306 "status_code": 0
307 } 307 }
308 ] 308 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698