OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[CWD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | |
10 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
14 "@@@STEP_LOG_LINE@python.inline@@@@", | 13 "@@@STEP_LOG_LINE@python.inline@@@@", |
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
24 ] | 23 ] |
25 }, | 24 }, |
26 { | 25 { |
27 "cmd": [ | 26 "cmd": [ |
28 "python", | 27 "python", |
29 "-u", | 28 "-u", |
30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
31 "--master", | 30 "--master", |
32 "chromium.testing.master", | 31 "chromium.testing.master", |
33 "--builder", | 32 "--builder", |
34 "Android Cronet x86 Builder", | 33 "Android Cronet x86 Builder", |
35 "--slave", | 34 "--slave", |
36 "TestSlavename", | 35 "TestSlavename", |
37 "--spec", | 36 "--spec", |
38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
'}]\ntarget_os = ['android']", | 37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour
ce.com/chromium/src'}]\ntarget_os = ['android']", |
39 "--root", | 38 "--root", |
40 "src", | 39 "src", |
41 "--revision_mapping_file", | 40 "--revision_mapping_file", |
42 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", | 41 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", |
43 "--git-cache-dir", | 42 "--git-cache-dir", |
44 "[GIT_CACHE]", | 43 "[ROOT]/b/build/slave/cache_dir", |
45 "--output_json", | 44 "--output_json", |
46 "/path/to/tmp/json", | 45 "/path/to/tmp/json", |
47 "--revision", | 46 "--revision", |
48 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 47 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
49 "--force", | 48 "--force", |
50 "--output_manifest" | 49 "--output_manifest" |
51 ], | 50 ], |
52 "cwd": "[SLAVE_BUILD]", | |
53 "env": { | 51 "env": { |
54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
55 }, | 53 }, |
56 "name": "bot_update", | 54 "name": "bot_update", |
57 "~followup_annotations": [ | 55 "~followup_annotations": [ |
58 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
59 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
120 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", | 118 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", |
121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
122 ] | 120 ] |
123 }, | 121 }, |
124 { | 122 { |
125 "cmd": [ | 123 "cmd": [ |
126 "python", | 124 "python", |
127 "-u", | 125 "-u", |
128 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 126 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
129 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 127 "[CWD]/src/out/Release/debug_info_dumps", |
130 "[SLAVE_BUILD]/src/out/Release/test_logs", | 128 "[CWD]/src/out/Release/test_logs", |
131 "[SLAVE_BUILD]/src/out/build_product.zip", | 129 "[CWD]/src/out/build_product.zip", |
132 "[SLAVE_BUILD]/src" | 130 "[CWD]/src" |
133 ], | 131 ], |
134 "cwd": "[SLAVE_BUILD]", | |
135 "name": "clean local files", | 132 "name": "clean local files", |
136 "~followup_annotations": [ | 133 "~followup_annotations": [ |
137 "@@@STEP_LOG_LINE@python.inline@@@@", | 134 "@@@STEP_LOG_LINE@python.inline@@@@", |
138 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 135 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
139 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 136 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
140 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 137 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
141 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 138 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
142 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 139 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
143 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 140 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
144 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 141 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
145 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 142 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
146 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 143 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
147 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 144 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
148 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 145 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
149 "@@@STEP_LOG_END@python.inline@@@" | 146 "@@@STEP_LOG_END@python.inline@@@" |
150 ] | 147 ] |
151 }, | 148 }, |
152 { | 149 { |
153 "cmd": [ | 150 "cmd": [ |
154 "python", | 151 "python", |
155 "-u", | 152 "-u", |
156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 153 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
157 "runhooks" | 154 "runhooks" |
158 ], | 155 ], |
159 "cwd": "[SLAVE_BUILD]", | |
160 "env": { | 156 "env": { |
161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
162 "GYP_CHROMIUM_NO_ACTION": "1", | 158 "GYP_CHROMIUM_NO_ACTION": "1", |
163 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
use_platform_icu_alternatives=1", | 159 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena
ble_websockets=0 fastbuild=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use_
goma=1 use_platform_icu_alternatives=1", |
164 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 160 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
165 }, | 161 }, |
166 "name": "gclient runhooks" | 162 "name": "gclient runhooks" |
167 }, | 163 }, |
168 { | 164 { |
169 "cmd": [ | 165 "cmd": [ |
170 "python", | 166 "python", |
171 "-u", | 167 "-u", |
172 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 168 "[CWD]/src/tools/mb/mb.py", |
173 "gen", | 169 "gen", |
174 "-m", | 170 "-m", |
175 "chromium.testing.master", | 171 "chromium.testing.master", |
176 "-b", | 172 "-b", |
177 "Android Cronet x86 Builder", | 173 "Android Cronet x86 Builder", |
178 "--config-file", | 174 "--config-file", |
179 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 175 "[CWD]/src/tools/mb/mb_config.pyl", |
180 "--goma-dir", | 176 "--goma-dir", |
181 "[BUILD]/goma", | 177 "[ROOT]/b/build/goma", |
182 "//out/Release" | 178 "//out/Release" |
183 ], | 179 ], |
184 "cwd": "[SLAVE_BUILD]", | |
185 "name": "generate_build_files" | 180 "name": "generate_build_files" |
186 }, | 181 }, |
187 { | 182 { |
188 "cmd": [ | 183 "cmd": [ |
189 "python", | 184 "python", |
190 "-u", | 185 "-u", |
191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 186 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
192 "--show-path", | 187 "--show-path", |
193 "python", | 188 "python", |
194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 189 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
195 "--gsutil-py-path", | 190 "--gsutil-py-path", |
196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
197 "--ninja-path", | 192 "--ninja-path", |
198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
199 "--target", | 194 "--target", |
200 "Release", | 195 "Release", |
201 "--src-dir", | 196 "--src-dir", |
202 "[SLAVE_BUILD]/src", | 197 "[CWD]/src", |
203 "--goma-cache-dir", | 198 "--goma-cache-dir", |
204 "[GOMA_CACHE]", | 199 "[ROOT]/b/build/slave/goma_cache", |
205 "--build-tool", | 200 "--build-tool", |
206 "ninja", | 201 "ninja", |
207 "--compiler", | 202 "--compiler", |
208 "goma", | 203 "goma", |
209 "--goma-jsonstatus", | 204 "--goma-jsonstatus", |
210 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
211 "--goma-service-account-json-file", | 206 "--goma-service-account-json-file", |
212 "/creds/service_accounts/service-account-goma-client.json", | 207 "/creds/service_accounts/service-account-goma-client.json", |
213 "--goma-dir", | 208 "--goma-dir", |
214 "[BUILD]/goma", | 209 "[ROOT]/b/build/goma", |
215 "--clobber", | 210 "--clobber", |
216 "--", | 211 "--", |
217 "cronet_package", | 212 "cronet_package", |
218 "cronet_sample_test_apk", | 213 "cronet_sample_test_apk", |
219 "cronet_test_instrumentation_apk", | 214 "cronet_test_instrumentation_apk", |
220 "cronet_unittests", | 215 "cronet_unittests", |
221 "cronet_unittests_apk", | 216 "cronet_unittests_apk", |
222 "net_unittests", | 217 "net_unittests", |
223 "net_unittests_apk" | 218 "net_unittests_apk" |
224 ], | 219 ], |
225 "cwd": "[SLAVE_BUILD]", | |
226 "env": { | 220 "env": { |
227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
228 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 222 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
229 }, | 223 }, |
230 "name": "compile", | 224 "name": "compile", |
231 "~followup_annotations": [ | 225 "~followup_annotations": [ |
232 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
233 "@@@STEP_LOG_END@json.output (invalid)@@@" | 227 "@@@STEP_LOG_END@json.output (invalid)@@@" |
234 ] | 228 ] |
235 }, | 229 }, |
236 { | 230 { |
237 "allow_subannotations": true, | 231 "allow_subannotations": true, |
238 "cmd": [ | 232 "cmd": [ |
(...skipping 15 matching lines...) Expand all Loading... |
254 "--annotate=graphing", | 248 "--annotate=graphing", |
255 "--results-url=https://chromeperf.appspot.com", | 249 "--results-url=https://chromeperf.appspot.com", |
256 "--perf-dashboard-id=sizes", | 250 "--perf-dashboard-id=sizes", |
257 "--perf-id=android_cronet_x86_builder", | 251 "--perf-id=android_cronet_x86_builder", |
258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
259 "--target", | 253 "--target", |
260 "Release", | 254 "Release", |
261 "--platform", | 255 "--platform", |
262 "android-cronet" | 256 "android-cronet" |
263 ], | 257 ], |
264 "cwd": "[SLAVE_BUILD]", | |
265 "name": "sizes" | 258 "name": "sizes" |
266 }, | 259 }, |
267 { | 260 { |
268 "name": "$result", | 261 "name": "$result", |
269 "recipe_result": null, | 262 "recipe_result": null, |
270 "status_code": 0 | 263 "status_code": 0 |
271 } | 264 } |
272 ] | 265 ] |
OLD | NEW |