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

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

Issue 2319213002: DevTools: Add devtools for tryserver.chromium.linux (Closed)
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/devtools.expected/devtools_tryserver_no_devtools.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "Chromium DevTools Linux", 10 "chromium_devtools",
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", 21 "--issue",
22 "12853011",
23 "--patchset",
22 "1", 24 "1",
23 "--patchset",
24 "2",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://rietveld.example.com", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@HEAD", 30 "src@HEAD",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "env": { 33 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 35 },
36 "name": "bot_update", 36 "name": "bot_update",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 ], 226 ],
227 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools", 227 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools",
228 "name": "run eslint" 228 "name": "run eslint"
229 }, 229 },
230 { 230 {
231 "name": "$result", 231 "name": "$result",
232 "recipe_result": null, 232 "recipe_result": null,
233 "status_code": 0 233 "status_code": 0
234 } 234 }
235 ] 235 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/devtools.expected/devtools_tryserver_no_devtools.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698