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

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

Issue 2311343002: Revert of Temporary fix for Angle trybots. (Closed)
Patch Set: 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}", 48 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@origin/lkgr", 54 "src@origin/lkgr",
55 "--revision", 55 "--revision",
56 "src/v8@22135", 56 "src/v8@22135",
57 "--force", 57 "--force",
58 "--output_manifest", 58 "--output_manifest"
59 "--gerrit_no_rebase_patch_ref"
60 ], 59 ],
61 "cwd": "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN", 60 "cwd": "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN",
62 "env": { 61 "env": {
63 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
64 }, 63 },
65 "name": "bot_update", 64 "name": "bot_update",
66 "~followup_annotations": [ 65 "~followup_annotations": [
67 "@@@STEP_TEXT@Some step text@@@", 66 "@@@STEP_TEXT@Some step text@@@",
68 "@@@STEP_LOG_LINE@json.output@{@@@", 67 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 68 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 390 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
392 "@@@STEP_LOG_END@python.inline@@@" 391 "@@@STEP_LOG_END@python.inline@@@"
393 ] 392 ]
394 }, 393 },
395 { 394 {
396 "name": "$result", 395 "name": "$result",
397 "recipe_result": null, 396 "recipe_result": null,
398 "status_code": 0 397 "status_code": 0
399 } 398 }
400 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698