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

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

Issue 2299993003: Temporary fix for Angle trybots. (Closed)
Patch Set: expectation changes. 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "--issue", 43 "--issue",
44 "12853011", 44 "12853011",
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--output_manifest" 53 "--output_manifest",
54 "--gerrit_no_rebase_patch_ref"
54 ], 55 ],
55 "cwd": "[BUILDER_CACHE]/linux", 56 "cwd": "[BUILDER_CACHE]/linux",
56 "env": { 57 "env": {
57 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 58 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
59 }, 60 },
60 "name": "bot_update", 61 "name": "bot_update",
61 "~followup_annotations": [ 62 "~followup_annotations": [
62 "@@@STEP_TEXT@Some step text@@@", 63 "@@@STEP_TEXT@Some step text@@@",
63 "@@@STEP_LOG_LINE@json.output@{@@@", 64 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@" 347 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@"
347 ] 348 ]
348 }, 349 },
349 { 350 {
350 "name": "$result", 351 "name": "$result",
351 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", 352 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1",
352 "recipe_result": null, 353 "recipe_result": null,
353 "status_code": 1 354 "status_code": 1
354 } 355 }
355 ] 356 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698