OLD | NEW |
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 "master.chromium.perf.fyi", | 8 "master.chromium.perf.fyi", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]\\b\\build\\slave\\cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@5d6dd8eaee742daf7f298f533fb0827dc4a693fd", | 24 "src@5d6dd8eaee742daf7f298f533fb0827dc4a693fd", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"5d6dd8eaee742daf7f298f533fb08
27dc4a693fd\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"5d6dd8eaee742daf7f298f533fb08
27dc4a693fd\"@@@", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
108 "--target", | 107 "--target", |
109 "Release", | 108 "Release", |
110 "--build-archive-url", | 109 "--build-archive-url", |
111 "gs://chrome-perf/Win Builder/testbuildurl", | 110 "gs://chrome-perf/Win Builder/testbuildurl", |
112 "--master-name", | 111 "--master-name", |
113 "master.chromium.perf.fyi", | 112 "master.chromium.perf.fyi", |
114 "--build-number", | 113 "--build-number", |
115 "571" | 114 "571" |
116 ], | 115 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "Download and Extract Binary" | 116 "name": "Download and Extract Binary" |
119 }, | 117 }, |
120 { | 118 { |
121 "cmd": [ | 119 "cmd": [ |
122 "python", | 120 "python", |
123 "-u", | 121 "-u", |
124 "[SLAVE_BUILD]\\src\\tools\\perf\\generate_profile", | 122 "[CWD]\\src\\tools\\perf\\generate_profile", |
125 "--browser=exact", | 123 "--browser=exact", |
126 "--browser-executable=[SLAVE_BUILD]\\src\\out\\Release\\chrome.exe", | 124 "--browser-executable=[CWD]\\src\\out\\Release\\chrome.exe", |
127 "--profile-type-to-generate=large_profile", | 125 "--profile-type-to-generate=large_profile", |
128 "--output-dir=[TMP_BASE]\\large-profile_tmp_1" | 126 "--output-dir=[TMP]\\large-profile_tmp_1" |
129 ], | 127 ], |
130 "cwd": "[SLAVE_BUILD]", | |
131 "name": "Generate Large Profile" | 128 "name": "Generate Large Profile" |
132 }, | 129 }, |
133 { | 130 { |
134 "cmd": [ | 131 "cmd": [ |
135 "python", | 132 "python", |
136 "-u", | 133 "-u", |
137 "RECIPE_MODULE[build::zip]\\resources\\zip.py" | 134 "RECIPE_MODULE[build::zip]\\resources\\zip.py" |
138 ], | 135 ], |
139 "cwd": "[SLAVE_BUILD]", | |
140 "name": "Zip Large Profile", | 136 "name": "Zip Large Profile", |
141 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\large-profile_tmp_1\", \
"type\": \"dir\"}], \"output\": \"[TMP_BASE]\\\\zipped-profile_tmp_2\\\\large_pr
ofile.zip\", \"root\": \"[TMP_BASE]\\\\large-profile_tmp_1\"}" | 137 "stdin": "{\"entries\": [{\"path\": \"[TMP]\\\\large-profile_tmp_1\", \"type
\": \"dir\"}], \"output\": \"[TMP]\\\\zipped-profile_tmp_2\\\\large_profile.zip\
", \"root\": \"[TMP]\\\\large-profile_tmp_1\"}" |
142 }, | 138 }, |
143 { | 139 { |
144 "cmd": [ | 140 "cmd": [ |
145 "python", | 141 "python", |
146 "-u", | 142 "-u", |
147 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 143 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
148 "--", | 144 "--", |
149 "[DEPOT_TOOLS]\\gsutil.py", | 145 "[ROOT]\\b\\depot_tools\\gsutil.py", |
150 "----", | 146 "----", |
151 "cp", | 147 "cp", |
152 "[TMP_BASE]\\zipped-profile_tmp_2\\large_profile.zip", | 148 "[TMP]\\zipped-profile_tmp_2\\large_profile.zip", |
153 "gs://chrome-partner-telemetry/large_profile/win" | 149 "gs://chrome-partner-telemetry/large_profile/win" |
154 ], | 150 ], |
155 "cwd": "[SLAVE_BUILD]", | |
156 "name": "gsutil upload", | 151 "name": "gsutil upload", |
157 "~followup_annotations": [ | 152 "~followup_annotations": [ |
158 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne
r-telemetry/large_profile/win@@@" | 153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne
r-telemetry/large_profile/win@@@" |
159 ] | 154 ] |
160 }, | 155 }, |
161 { | 156 { |
162 "cmd": [ | 157 "cmd": [ |
163 "python", | 158 "python", |
164 "-u", | 159 "-u", |
165 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 160 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
166 "[TMP_BASE]\\large-profile_tmp_1" | 161 "[TMP]\\large-profile_tmp_1" |
167 ], | 162 ], |
168 "cwd": "[SLAVE_BUILD]", | |
169 "name": "rmtree Remove profile directory.", | 163 "name": "rmtree Remove profile directory.", |
170 "~followup_annotations": [ | 164 "~followup_annotations": [ |
171 "@@@STEP_LOG_LINE@python.inline@@@@", | 165 "@@@STEP_LOG_LINE@python.inline@@@@", |
172 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 166 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
173 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 167 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
174 "@@@STEP_LOG_LINE@python.inline@@@@", | 168 "@@@STEP_LOG_LINE@python.inline@@@@", |
175 "@@@STEP_LOG_LINE@python.inline@@@@", | 169 "@@@STEP_LOG_LINE@python.inline@@@@", |
176 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 170 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
177 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 171 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
178 "@@@STEP_LOG_END@python.inline@@@" | 172 "@@@STEP_LOG_END@python.inline@@@" |
179 ] | 173 ] |
180 }, | 174 }, |
181 { | 175 { |
182 "cmd": [ | 176 "cmd": [ |
183 "python", | 177 "python", |
184 "-u", | 178 "-u", |
185 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 179 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
186 "[TMP_BASE]\\zipped-profile_tmp_2" | 180 "[TMP]\\zipped-profile_tmp_2" |
187 ], | 181 ], |
188 "cwd": "[SLAVE_BUILD]", | |
189 "name": "rmtree Remove zipped profile directory.", | 182 "name": "rmtree Remove zipped profile directory.", |
190 "~followup_annotations": [ | 183 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@python.inline@@@@", | 184 "@@@STEP_LOG_LINE@python.inline@@@@", |
192 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 185 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
193 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 186 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
194 "@@@STEP_LOG_LINE@python.inline@@@@", | 187 "@@@STEP_LOG_LINE@python.inline@@@@", |
195 "@@@STEP_LOG_LINE@python.inline@@@@", | 188 "@@@STEP_LOG_LINE@python.inline@@@@", |
196 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 189 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
197 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 190 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
198 "@@@STEP_LOG_END@python.inline@@@" | 191 "@@@STEP_LOG_END@python.inline@@@" |
199 ] | 192 ] |
200 }, | 193 }, |
201 { | 194 { |
202 "name": "$result", | 195 "name": "$result", |
203 "recipe_result": null, | 196 "recipe_result": null, |
204 "status_code": 0 | 197 "status_code": 0 |
205 } | 198 } |
206 ] | 199 ] |
OLD | NEW |