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

Side by Side Diff: scripts/slave/recipes/devtools.expected/devtools_fyi_main.json

Issue 2315983002: DevTools: Update devtools recipe with tryserver logic (Closed)
Patch Set: Address CL feedback 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium DevTools Linux", 10 "Chromium DevTools Linux",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 99 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
100 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 100 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "git",
110 "diff",
111 "--cached",
112 "--name-only"
113 ],
114 "cwd": "[SLAVE_BUILD]/src",
115 "name": "git diff to analyze patch",
116 "stdout": "/path/to/tmp/",
117 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/devtools/fake.js@@@",
119 "@@@STEP_LOG_END@files@@@"
120 ]
121 },
122 {
123 "cmd": [
124 "python", 109 "python",
125 "-u", 110 "-u",
126 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/npm .py", 111 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/nod e.py",
127 "--version" 112 "--version"
128 ], 113 ],
129 "name": "install node.js and npm" 114 "name": "install node.js and npm"
130 }, 115 },
131 { 116 {
132 "cmd": [ 117 "cmd": [
133 "python", 118 "python",
134 "-u", 119 "-u",
135 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 120 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
136 "--path", 121 "--path",
137 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 122 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
138 "--url", 123 "--url",
139 "https://chromium.googlesource.com/deps/third_party/npm_modules" 124 "https://chromium.googlesource.com/deps/third_party/npm_modules"
140 ], 125 ],
141 "name": "git setup" 126 "name": "git setup"
142 }, 127 },
143 { 128 {
144 "cmd": [ 129 "cmd": [
145 "git", 130 "git",
146 "retry", 131 "retry",
147 "fetch", 132 "fetch",
148 "origin", 133 "origin"
149 "master"
150 ], 134 ],
151 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 135 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
152 "env": { 136 "env": {
153 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" 137 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
154 }, 138 },
155 "name": "git fetch" 139 "name": "git fetch"
156 }, 140 },
157 { 141 {
158 "cmd": [ 142 "cmd": [
159 "git", 143 "git",
160 "checkout", 144 "checkout",
161 "-f", 145 "-f",
162 "FETCH_HEAD" 146 "8451e3a3fae09eaa18ddeed0c069a8e2f0e3541c"
163 ], 147 ],
164 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 148 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
165 "name": "git checkout" 149 "name": "git checkout"
166 }, 150 },
167 { 151 {
168 "cmd": [ 152 "cmd": [
169 "git", 153 "git",
170 "rev-parse", 154 "rev-parse",
171 "HEAD" 155 "HEAD"
172 ], 156 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--init", 189 "--init",
206 "--recursive" 190 "--recursive"
207 ], 191 ],
208 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 192 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
209 "name": "submodule update" 193 "name": "submodule update"
210 }, 194 },
211 { 195 {
212 "cmd": [ 196 "cmd": [
213 "python", 197 "python",
214 "-u", 198 "-u",
215 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 199 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/nod e.py",
216 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/node_modules" 200 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules/node_mod ules/.bin/eslint",
217 ], 201 "-c",
218 "name": "rmtree [SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/node_mo dules" 202 "front_end/.eslintrc.js",
219 }, 203 "--ignore-path",
220 { 204 "front_end/.eslintignore",
221 "cmd": [ 205 "front_end"
222 "python",
223 "-u",
224 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
225 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules/devtools /node_modules",
226 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/node_modules",
227 "0"
228 ],
229 "name": "copy npm modules"
230 },
231 {
232 "cmd": [
233 "python",
234 "-u",
235 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/npm .py",
236 "run",
237 "lint"
238 ], 206 ],
239 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools", 207 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools",
240 "name": "run eslint" 208 "name": "run eslint"
241 }, 209 },
242 { 210 {
243 "name": "$result", 211 "name": "$result",
244 "recipe_result": null, 212 "recipe_result": null,
245 "status_code": 0 213 "status_code": 0
246 } 214 }
247 ] 215 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/devtools.py ('k') | scripts/slave/recipes/devtools.expected/devtools_fyi_no_devtools_file.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698