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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "cwd": "[SLAVE_BUILD]",
10 "name": "check roll status", 9 "name": "check roll status",
11 "stdout": "/path/to/tmp/", 10 "stdout": "/path/to/tmp/",
12 "~followup_annotations": [ 11 "~followup_annotations": [
13 "@@@STEP_TEXT@Rolling activated@@@", 12 "@@@STEP_TEXT@Rolling activated@@@",
14 "@@@STEP_LOG_LINE@stdout@1@@@", 13 "@@@STEP_LOG_LINE@stdout@1@@@",
15 "@@@STEP_LOG_END@stdout@@@" 14 "@@@STEP_LOG_END@stdout@@@"
16 ] 15 ]
17 }, 16 },
18 { 17 {
19 "cmd": [ 18 "cmd": [
(...skipping 14 matching lines...) Expand all
34 "{\"src\": \"got_revision\"}", 33 "{\"src\": \"got_revision\"}",
35 "--git-cache-dir", 34 "--git-cache-dir",
36 "[GIT_CACHE]", 35 "[GIT_CACHE]",
37 "--output_json", 36 "--output_json",
38 "/path/to/tmp/json", 37 "/path/to/tmp/json",
39 "--revision", 38 "--revision",
40 "src@HEAD", 39 "src@HEAD",
41 "--force", 40 "--force",
42 "--output_manifest" 41 "--output_manifest"
43 ], 42 ],
44 "cwd": "[SLAVE_BUILD]",
45 "env": { 43 "env": {
46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
47 }, 45 },
48 "name": "bot_update", 46 "name": "bot_update",
49 "~followup_annotations": [ 47 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 48 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 49 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 18 matching lines...) Expand all
73 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
74 ] 72 ]
75 }, 73 },
76 { 74 {
77 "cmd": [ 75 "cmd": [
78 "python", 76 "python",
79 "-u", 77 "-u",
80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 78 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
81 "runhooks" 79 "runhooks"
82 ], 80 ],
83 "cwd": "[SLAVE_BUILD]",
84 "env": { 81 "env": {
85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 82 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
86 }, 83 },
87 "name": "gclient runhooks" 84 "name": "gclient runhooks"
88 }, 85 },
89 { 86 {
90 "cmd": [ 87 "cmd": [
91 "git", 88 "git",
92 "checkout", 89 "checkout",
93 "-f", 90 "-f",
(...skipping 21 matching lines...) Expand all
115 ], 112 ],
116 "cwd": "[SLAVE_BUILD]/src", 113 "cwd": "[SLAVE_BUILD]/src",
117 "name": "autoroll chromium_revision" 114 "name": "autoroll chromium_revision"
118 }, 115 },
119 { 116 {
120 "name": "$result", 117 "name": "$result",
121 "recipe_result": null, 118 "recipe_result": null,
122 "status_code": 0 119 "status_code": 0
123 } 120 }
124 ] 121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698