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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_config_error.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\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_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\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",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", 238 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***PERF TRYJOB***" 245 "name": "***PERF TRYJOB***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", 251 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py",
229 "--source", 252 "--source",
230 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg", 253 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg",
231 "--output_json", 254 "--output_json",
232 "/path/to/tmp/json" 255 "/path/to/tmp/json"
233 ], 256 ],
257 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
234 "name": "load config", 258 "name": "load config",
235 "~followup_annotations": [ 259 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@json.output@{@@@", 260 "@@@STEP_LOG_LINE@json.output@{@@@",
237 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", 262 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@",
241 "@@@STEP_LOG_LINE@json.output@}@@@", 265 "@@@STEP_LOG_LINE@json.output@}@@@",
242 "@@@STEP_LOG_END@json.output@@@" 266 "@@@STEP_LOG_END@json.output@@@"
243 ] 267 ]
244 }, 268 },
245 { 269 {
246 "cmd": [ 270 "cmd": [
247 "python", 271 "python",
248 "-u", 272 "-u",
249 "import sys; sys.exit(1)" 273 "import sys; sys.exit(1)"
250 ], 274 ],
275 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
251 "name": "Recipe failed. Reason: Could not load config file. Double check you r changes to config files for syntax errors.", 276 "name": "Recipe failed. Reason: Could not load config file. Double check you r changes to config files for syntax errors.",
252 "~followup_annotations": [ 277 "~followup_annotations": [
253 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 278 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
254 "@@@STEP_LOG_END@python.inline@@@" 279 "@@@STEP_LOG_END@python.inline@@@"
255 ] 280 ]
256 }, 281 },
257 { 282 {
258 "name": "$result", 283 "name": "$result",
259 "recipe_result": null, 284 "recipe_result": null,
260 "status_code": 0 285 "status_code": 0
261 } 286 }
262 ] 287 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698