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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/runhooks_failure_ng.json

Issue 2319853002: Remove ignored bot_update "force" parameter. (Closed)
Patch Set: rebase 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 "\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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "--revision_mapping_file", 242 "--revision_mapping_file",
243 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 243 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
244 "--git-cache-dir", 244 "--git-cache-dir",
245 "[GIT_CACHE]", 245 "[GIT_CACHE]",
246 "--rietveld_server", 246 "--rietveld_server",
247 "https://codereview.chromium.org", 247 "https://codereview.chromium.org",
248 "--output_json", 248 "--output_json",
249 "/path/to/tmp/json", 249 "/path/to/tmp/json",
250 "--revision", 250 "--revision",
251 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 251 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
252 "--force",
253 "--output_manifest" 252 "--output_manifest"
254 ], 253 ],
255 "cwd": "[BUILDER_CACHE]/linux", 254 "cwd": "[BUILDER_CACHE]/linux",
256 "env": { 255 "env": {
257 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 256 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
258 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 257 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
259 }, 258 },
260 "name": "bot_update (without patch)", 259 "name": "bot_update (without patch)",
261 "~followup_annotations": [ 260 "~followup_annotations": [
262 "@@@STEP_TEXT@Some step text@@@", 261 "@@@STEP_TEXT@Some step text@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@" 345 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@"
347 ] 346 ]
348 }, 347 },
349 { 348 {
350 "name": "$result", 349 "name": "$result",
351 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", 350 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1",
352 "recipe_result": null, 351 "recipe_result": null,
353 "status_code": 1 352 "status_code": 1
354 } 353 }
355 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698