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 "chromium.gpu.fyi", | 8 "chromium.gpu.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
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'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 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_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]", |
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@HEAD", | 24 "src@HEAD", |
25 "--revision", | 25 "--revision", |
26 "src/third_party/angle@HEAD", | 26 "src/third_party/angle@HEAD", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
101 ] | 100 ] |
102 }, | 101 }, |
103 { | 102 { |
104 "cmd": [], | 103 "cmd": [], |
105 "cwd": "[SLAVE_BUILD]", | |
106 "name": "ensure_goma" | 104 "name": "ensure_goma" |
107 }, | 105 }, |
108 { | 106 { |
109 "cmd": [ | 107 "cmd": [ |
110 "python", | 108 "python", |
111 "-u", | 109 "-u", |
112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
113 "--platform", | 111 "--platform", |
114 "linux-amd64", | 112 "linux-amd64", |
115 "--dest-directory", | 113 "--dest-directory", |
116 "[SLAVE_BUILD]/cipd", | 114 "[CWD]/cipd", |
117 "--json-output", | 115 "--json-output", |
118 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
119 ], | 117 ], |
120 "cwd": "[SLAVE_BUILD]", | |
121 "name": "ensure_goma.install cipd", | 118 "name": "ensure_goma.install cipd", |
122 "~followup_annotations": [ | 119 "~followup_annotations": [ |
123 "@@@STEP_NEST_LEVEL@1@@@", | 120 "@@@STEP_NEST_LEVEL@1@@@", |
124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
125 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
128 "@@@STEP_LOG_LINE@json.output@}@@@", | 125 "@@@STEP_LOG_LINE@json.output@}@@@", |
129 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
130 ] | 127 ] |
131 }, | 128 }, |
132 { | 129 { |
133 "cmd": [ | 130 "cmd": [ |
134 "[SLAVE_BUILD]/cipd/cipd", | 131 "fake_slave_build/cipd", |
135 "ensure", | 132 "ensure", |
136 "--root", | 133 "--root", |
137 "[CACHE]/cipd/goma", | 134 "[ROOT]/b/build/slave/cache/cipd/goma", |
138 "--list", | 135 "--list", |
139 "infra_internal/goma/client/linux-amd64 release", | 136 "infra_internal/goma/client/linux-amd64 release", |
140 "--json-output", | 137 "--json-output", |
141 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
142 "--service-account-json", | 139 "--service-account-json", |
143 "/creds/service_accounts/service-account-goma-client.json" | 140 "/creds/service_accounts/service-account-goma-client.json" |
144 ], | 141 ], |
145 "cwd": "[SLAVE_BUILD]", | |
146 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
148 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
149 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
151 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
156 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
157 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
158 ] | 154 ] |
159 }, | 155 }, |
160 { | 156 { |
161 "cmd": [ | 157 "cmd": [ |
162 "python", | 158 "python", |
163 "-u", | 159 "-u", |
164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
165 "runhooks" | 161 "runhooks" |
166 ], | 162 ], |
167 "cwd": "[SLAVE_BUILD]", | |
168 "env": { | 163 "env": { |
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
170 "GYP_CHROMIUM_NO_ACTION": "1", | 165 "GYP_CHROMIUM_NO_ACTION": "1", |
171 "GYP_DEFINES": "archive_gpu_tests=1 chromeos=1 component=static_library ff
mpeg_branding=ChromeOS gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=
1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 166 "GYP_DEFINES": "archive_gpu_tests=1 chromeos=1 component=static_library ff
mpeg_branding=ChromeOS gomadir='[ROOT]/b/build/slave/cache/cipd/goma' internal_g
les2_conform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=pr
epare use_goma=1", |
172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
173 }, | 168 }, |
174 "name": "gclient runhooks" | 169 "name": "gclient runhooks" |
175 }, | 170 }, |
176 { | 171 { |
177 "cmd": [ | 172 "cmd": [ |
178 "python", | 173 "python", |
179 "-u", | 174 "-u", |
180 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 175 "[CWD]/src/testing/scripts/get_compile_targets.py", |
181 "--output", | 176 "--output", |
182 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
183 "--", | 178 "--", |
184 "--build-config-fs", | 179 "--build-config-fs", |
185 "Release", | 180 "Release", |
186 "--use-src-side-runtest-py", | 181 "--use-src-side-runtest-py", |
187 "--paths", | 182 "--paths", |
188 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 183 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
189 "--properties", | 184 "--properties", |
190 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 185 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" |
191 ], | 186 ], |
192 "cwd": "[SLAVE_BUILD]", | |
193 "name": "get compile targets for scripts", | 187 "name": "get compile targets for scripts", |
194 "~followup_annotations": [ | 188 "~followup_annotations": [ |
195 "@@@STEP_LOG_LINE@json.output@{}@@@", | 189 "@@@STEP_LOG_LINE@json.output@{}@@@", |
196 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
197 ] | 191 ] |
198 }, | 192 }, |
199 { | 193 { |
200 "cmd": [ | 194 "cmd": [ |
201 "python", | 195 "python", |
202 "-u", | 196 "-u", |
203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.json", | 198 "[CWD]/src/testing/buildbot/chromium.gpu.fyi.json", |
205 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
206 ], | 200 ], |
207 "cwd": "[SLAVE_BUILD]", | |
208 "name": "read test spec", | 201 "name": "read test spec", |
209 "~followup_annotations": [ | 202 "~followup_annotations": [ |
210 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.js
on@@@", | 203 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.gpu.fyi.json@@@", |
211 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
212 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
213 ] | 206 ] |
214 }, | 207 }, |
215 { | 208 { |
216 "cmd": [ | 209 "cmd": [ |
217 "python", | 210 "python", |
218 "-u", | 211 "-u", |
219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 212 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
220 "--show-path", | 213 "--show-path", |
221 "python", | 214 "python", |
222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
223 ], | 216 ], |
224 "cwd": "[SLAVE_BUILD]", | |
225 "name": "cleanup_temp" | 217 "name": "cleanup_temp" |
226 }, | 218 }, |
227 { | 219 { |
228 "cmd": [ | 220 "cmd": [ |
229 "python", | 221 "python", |
230 "-u", | 222 "-u", |
231 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 223 "[CWD]/src/tools/mb/mb.py", |
232 "gen", | 224 "gen", |
233 "-m", | 225 "-m", |
234 "chromium.gpu.fyi", | 226 "chromium.gpu.fyi", |
235 "-b", | 227 "-b", |
236 "Linux ChromiumOS Builder", | 228 "Linux ChromiumOS Builder", |
237 "--config-file", | 229 "--config-file", |
238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 230 "[CWD]/src/tools/mb/mb_config.pyl", |
239 "--goma-dir", | 231 "--goma-dir", |
240 "[CACHE]/cipd/goma", | 232 "[ROOT]/b/build/slave/cache/cipd/goma", |
241 "//out/Release" | 233 "//out/Release" |
242 ], | 234 ], |
243 "cwd": "[SLAVE_BUILD]", | |
244 "name": "generate_build_files" | 235 "name": "generate_build_files" |
245 }, | 236 }, |
246 { | 237 { |
247 "cmd": [ | 238 "cmd": [ |
248 "python", | 239 "python", |
249 "-u", | 240 "-u", |
250 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
251 "--show-path", | 242 "--show-path", |
252 "python", | 243 "python", |
253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
254 "--gsutil-py-path", | 245 "--gsutil-py-path", |
255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
256 "--ninja-path", | 247 "--ninja-path", |
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
258 "--target", | 249 "--target", |
259 "Release", | 250 "Release", |
260 "--src-dir", | 251 "--src-dir", |
261 "[SLAVE_BUILD]/src", | 252 "[CWD]/src", |
262 "--goma-cache-dir", | 253 "--goma-cache-dir", |
263 "[GOMA_CACHE]", | 254 "[ROOT]/b/build/slave/goma_cache", |
264 "--build-tool", | 255 "--build-tool", |
265 "ninja", | 256 "ninja", |
266 "--build-data-dir", | 257 "--build-data-dir", |
267 "[ROOT]/build_data_dir", | 258 "[ROOT]/build_data_dir", |
268 "--compiler", | 259 "--compiler", |
269 "goma", | 260 "goma", |
270 "--goma-jsonstatus", | 261 "--goma-jsonstatus", |
271 "/path/to/tmp/json", | 262 "/path/to/tmp/json", |
272 "--goma-service-account-json-file", | 263 "--goma-service-account-json-file", |
273 "/creds/service_accounts/service-account-goma-client.json", | 264 "/creds/service_accounts/service-account-goma-client.json", |
274 "--goma-dir", | 265 "--goma-dir", |
275 "[CACHE]/cipd/goma", | 266 "[ROOT]/b/build/slave/cache/cipd/goma", |
276 "--ninja-ensure-up-to-date", | 267 "--ninja-ensure-up-to-date", |
277 "--", | 268 "--", |
278 "aura_builder" | 269 "aura_builder" |
279 ], | 270 ], |
280 "cwd": "[SLAVE_BUILD]", | |
281 "env": { | 271 "env": { |
282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
283 }, | 273 }, |
284 "name": "compile", | 274 "name": "compile", |
285 "~followup_annotations": [ | 275 "~followup_annotations": [ |
286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
287 "@@@STEP_LOG_END@json.output (invalid)@@@" | 277 "@@@STEP_LOG_END@json.output (invalid)@@@" |
288 ] | 278 ] |
289 }, | 279 }, |
290 { | 280 { |
291 "allow_subannotations": true, | 281 "allow_subannotations": true, |
292 "cmd": [ | 282 "cmd": [ |
293 "python", | 283 "python", |
294 "-u", | 284 "-u", |
295 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
296 "--show-path", | 286 "--show-path", |
297 "python", | 287 "python", |
298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
299 "--target", | 289 "--target", |
300 "Release", | 290 "Release", |
301 "--build-url", | 291 "--build-url", |
302 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", | 292 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", |
303 "--build_revision", | 293 "--build_revision", |
304 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 294 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
305 "--factory-properties", | 295 "--factory-properties", |
306 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 296 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
307 "--build-properties", | 297 "--build-properties", |
308 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 298 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\"
, \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
309 ], | 299 ], |
310 "cwd": "[SLAVE_BUILD]", | |
311 "name": "package build" | 300 "name": "package build" |
312 }, | 301 }, |
313 { | 302 { |
314 "name": "$result", | 303 "name": "$result", |
315 "recipe_result": null, | 304 "recipe_result": null, |
316 "status_code": 0 | 305 "status_code": 0 |
317 } | 306 } |
318 ] | 307 ] |
OLD | NEW |