Chromium Code Reviews

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

Issue 2318413002: Re-add perf-id and results-url. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_cq", 7 "[BUILDER_CACHE]/linux_perf_cq",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 197 matching lines...)
208 "-u", 208 "-u",
209 "[BUILDER_CACHE]/linux_perf_cq/src/testing/scripts/get_compile_targets.py" , 209 "[BUILDER_CACHE]/linux_perf_cq/src/testing/scripts/get_compile_targets.py" ,
210 "--output", 210 "--output",
211 "/path/to/tmp/json", 211 "/path/to/tmp/json",
212 "--", 212 "--",
213 "--build-config-fs", 213 "--build-config-fs",
214 "Release", 214 "Release",
215 "--paths", 215 "--paths",
216 "{\"checkout\": \"[BUILDER_CACHE]/linux_perf_cq/src\", \"runit.py\": \"REC IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA GE_REPO[build]/scripts/slave/runtest.py\"}", 216 "{\"checkout\": \"[BUILDER_CACHE]/linux_perf_cq/src\", \"runit.py\": \"REC IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA GE_REPO[build]/scripts/slave/runtest.py\"}",
217 "--properties", 217 "--properties",
218 "{\"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platfo rm\": \"linux\"}" 218 "{\"buildername\": \"linux_perf_cq\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot.com \", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
219 ], 219 ],
220 "name": "get compile targets for scripts", 220 "name": "get compile targets for scripts",
221 "~followup_annotations": [ 221 "~followup_annotations": [
222 "@@@STEP_LOG_LINE@json.output@{}@@@", 222 "@@@STEP_LOG_LINE@json.output@{}@@@",
223 "@@@STEP_LOG_END@json.output@@@" 223 "@@@STEP_LOG_END@json.output@@@"
224 ] 224 ]
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
(...skipping 61 matching lines...)
290 "571" 290 "571"
291 ], 291 ],
292 "name": "extract build" 292 "name": "extract build"
293 }, 293 },
294 { 294 {
295 "name": "$result", 295 "name": "$result",
296 "recipe_result": null, 296 "recipe_result": null,
297 "status_code": 0 297 "status_code": 0
298 } 298 }
299 ] 299 ]
OLDNEW

Powered by Google App Engine