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

Side by Side Diff: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (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 "[BUILD]/scripts/tools/pycurl.py", 6 "[BUILD]/scripts/tools/pycurl.py",
7 "https://webrtc-roll-cr-rev-status.appspot.com/status" 7 "https://webrtc-roll-cr-rev-status.appspot.com/status"
8 ], 8 ],
9 "name": "check roll status", 9 "name": "check roll status",
10 "stdout": "/path/to/tmp/", 10 "stdout": "/path/to/tmp/",
(...skipping 16 matching lines...) Expand all
27 "{\"src\": \"got_revision\"}", 27 "{\"src\": \"got_revision\"}",
28 "--git-cache-dir", 28 "--git-cache-dir",
29 "[GIT_CACHE]", 29 "[GIT_CACHE]",
30 "--output_json", 30 "--output_json",
31 "/path/to/tmp/json", 31 "/path/to/tmp/json",
32 "--revision", 32 "--revision",
33 "src@HEAD", 33 "src@HEAD",
34 "--output_manifest" 34 "--output_manifest"
35 ], 35 ],
36 "env": { 36 "env": {
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 37 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
38 }, 38 },
39 "name": "bot_update", 39 "name": "bot_update",
40 "~followup_annotations": [ 40 "~followup_annotations": [
41 "@@@STEP_TEXT@Some step text@@@", 41 "@@@STEP_TEXT@Some step text@@@",
42 "@@@STEP_LOG_LINE@json.output@{@@@", 42 "@@@STEP_LOG_LINE@json.output@{@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
46 "@@@STEP_LOG_LINE@json.output@ }, @@@", 46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ], 106 ],
107 "cwd": "[SLAVE_BUILD]/src", 107 "cwd": "[SLAVE_BUILD]/src",
108 "name": "autoroll chromium_revision" 108 "name": "autoroll chromium_revision"
109 }, 109 },
110 { 110 {
111 "name": "$result", 111 "name": "$result",
112 "recipe_result": null, 112 "recipe_result": null,
113 "status_code": 0 113 "status_code": 0
114 } 114 }
115 ] 115 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/wasm_llvm.expected/linux.json ('k') | scripts/slave/recipes/webrtc/ios.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698