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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_webkit.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 13 matching lines...) Expand all
24 "src", 24 "src",
25 "--revision_mapping_file", 25 "--revision_mapping_file",
26 "{\"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\"}", 26 "{\"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\"}",
27 "--git-cache-dir", 27 "--git-cache-dir",
28 "[GIT_CACHE]", 28 "[GIT_CACHE]",
29 "--output_json", 29 "--output_json",
30 "/path/to/tmp/json", 30 "/path/to/tmp/json",
31 "--revision", 31 "--revision",
32 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f", 32 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f",
33 "--force", 33 "--force",
34 "--output_manifest", 34 "--output_manifest"
35 "--gerrit_no_rebase_patch_ref"
36 ], 35 ],
37 "env": { 36 "env": {
38 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
39 }, 38 },
40 "name": "bot_update", 39 "name": "bot_update",
41 "~followup_annotations": [ 40 "~followup_annotations": [
42 "@@@STEP_TEXT@Some step text@@@", 41 "@@@STEP_TEXT@Some step text@@@",
43 "@@@STEP_LOG_LINE@json.output@{@@@", 42 "@@@STEP_LOG_LINE@json.output@{@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
364 }, 363 },
365 "name": "process_dumps" 364 "name": "process_dumps"
366 }, 365 },
367 { 366 {
368 "name": "$result", 367 "name": "$result",
369 "recipe_result": null, 368 "recipe_result": null,
370 "status_code": 0 369 "status_code": 0
371 } 370 }
372 ] 371 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698