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

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

Issue 2290923002: DevTools: Create recipe and builder for devtools (Closed)
Patch Set: add comments to devtools.py 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 "tryserver.chromium.mac", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "mac_upload_clang", 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 "12853011",
23 "--patchset",
24 "1",
25 "--rietveld_server",
26 "https://codereview.chromium.org",
27 "--output_json", 21 "--output_json",
28 "/path/to/tmp/json", 22 "/path/to/tmp/json",
29 "--revision", 23 "--revision",
30 "src@HEAD", 24 "src@HEAD",
31 "--force", 25 "--force",
32 "--output_manifest" 26 "--output_manifest"
33 ], 27 ],
34 "env": { 28 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 30 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 99 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
106 "@@@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}\"@@@",
107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
110 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
111 ] 105 ]
112 }, 106 },
113 { 107 {
114 "cmd": [ 108 "cmd": [
115 "python", 109 "git",
116 "-u", 110 "diff",
117 "[SLAVE_BUILD]/src/third_party/binutils/download.py" 111 "--cached",
112 "--name-only"
118 ], 113 ],
119 "name": "download binutils" 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@foo.cc@@@",
119 "@@@STEP_LOG_END@files@@@"
120 ]
120 }, 121 },
121 { 122 {
122 "cmd": [ 123 "cmd": [
123 "python", 124 "echo",
124 "-u", 125 "no devtools file in patch"
125 "[SLAVE_BUILD]/src/tools/clang/scripts/package.py",
126 "--upload"
127 ], 126 ],
128 "name": "package clang" 127 "name": "skip checks"
129 }, 128 },
130 { 129 {
131 "name": "$result", 130 "name": "$result",
132 "recipe_result": null, 131 "recipe_result": null,
133 "status_code": 0 132 "status_code": 0
134 } 133 }
135 ] 134 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/devtools.py ('k') | scripts/slave/recipes/devtools.expected/devtools_fyi_with_devtools_file.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698