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

Side by Side Diff: scripts/slave/recipes/devtools.expected/devtools_fyi_tryserver_with_devtools.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",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"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\"}", 18 "{\"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\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
21 "--issue",
22 "1",
23 "--patchset",
24 "2",
25 "--rietveld_server",
26 "https://rietveld.example.com",
21 "--output_json", 27 "--output_json",
22 "/path/to/tmp/json", 28 "/path/to/tmp/json",
23 "--revision", 29 "--revision",
24 "src@HEAD", 30 "src@HEAD",
25 "--force", 31 "--force",
26 "--output_manifest" 32 "--output_manifest"
27 ], 33 ],
28 "env": { 34 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 36 },
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "stdout": "/path/to/tmp/", 122 "stdout": "/path/to/tmp/",
117 "~followup_annotations": [ 123 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/devtools/fake.js@@@", 124 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/devtools/fake.js@@@",
119 "@@@STEP_LOG_END@files@@@" 125 "@@@STEP_LOG_END@files@@@"
120 ] 126 ]
121 }, 127 },
122 { 128 {
123 "cmd": [ 129 "cmd": [
124 "python", 130 "python",
125 "-u", 131 "-u",
126 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/npm .py", 132 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/nod e.py",
127 "--version" 133 "--version"
128 ], 134 ],
129 "name": "install node.js and npm" 135 "name": "install node.js and npm"
130 }, 136 },
131 { 137 {
132 "cmd": [ 138 "cmd": [
133 "python", 139 "python",
134 "-u", 140 "-u",
135 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 141 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
136 "--path", 142 "--path",
137 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 143 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
138 "--url", 144 "--url",
139 "https://chromium.googlesource.com/deps/third_party/npm_modules" 145 "https://chromium.googlesource.com/deps/third_party/npm_modules"
140 ], 146 ],
141 "name": "git setup" 147 "name": "git setup"
142 }, 148 },
143 { 149 {
144 "cmd": [ 150 "cmd": [
145 "git", 151 "git",
146 "retry", 152 "retry",
147 "fetch", 153 "fetch",
148 "origin", 154 "origin"
149 "master"
150 ], 155 ],
151 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 156 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
152 "env": { 157 "env": {
153 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" 158 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
154 }, 159 },
155 "name": "git fetch" 160 "name": "git fetch"
156 }, 161 },
157 { 162 {
158 "cmd": [ 163 "cmd": [
159 "git", 164 "git",
160 "checkout", 165 "checkout",
161 "-f", 166 "-f",
162 "FETCH_HEAD" 167 "8451e3a3fae09eaa18ddeed0c069a8e2f0e3541c"
163 ], 168 ],
164 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 169 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
165 "name": "git checkout" 170 "name": "git checkout"
166 }, 171 },
167 { 172 {
168 "cmd": [ 173 "cmd": [
169 "git", 174 "git",
170 "rev-parse", 175 "rev-parse",
171 "HEAD" 176 "HEAD"
172 ], 177 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--init", 210 "--init",
206 "--recursive" 211 "--recursive"
207 ], 212 ],
208 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules", 213 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules",
209 "name": "submodule update" 214 "name": "submodule update"
210 }, 215 },
211 { 216 {
212 "cmd": [ 217 "cmd": [
213 "python", 218 "python",
214 "-u", 219 "-u",
215 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 220 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/scripts/buildbot/nod e.py",
216 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/node_modules" 221 "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/npm_modules/node_mod ules/.bin/eslint",
217 ], 222 "-c",
218 "name": "rmtree [SLAVE_BUILD]/src/third_party/WebKit/Source/devtools/node_mo dules" 223 "front_end/.eslintrc.js",
219 }, 224 "--ignore-path",
220 { 225 "front_end/.eslintignore",
221 "cmd": [ 226 "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 ], 227 ],
239 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools", 228 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools",
240 "name": "run eslint" 229 "name": "run eslint"
241 }, 230 },
242 { 231 {
243 "name": "$result", 232 "name": "$result",
244 "recipe_result": null, 233 "recipe_result": null,
245 "status_code": 0 234 "status_code": 0
246 } 235 }
247 ] 236 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698