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 = '[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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
30 "env": { | 31 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 33 }, |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
100 ] | 101 ] |
101 }, | 102 }, |
102 { | 103 { |
103 "cmd": [], | 104 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", |
104 "name": "ensure_goma" | 106 "name": "ensure_goma" |
105 }, | 107 }, |
106 { | 108 { |
107 "cmd": [ | 109 "cmd": [ |
108 "python", | 110 "python", |
109 "-u", | 111 "-u", |
110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
111 "--platform", | 113 "--platform", |
112 "linux-amd64", | 114 "linux-amd64", |
113 "--dest-directory", | 115 "--dest-directory", |
114 "[CWD]/cipd", | 116 "[SLAVE_BUILD]/cipd", |
115 "--json-output", | 117 "--json-output", |
116 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
117 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
118 "name": "ensure_goma.install cipd", | 121 "name": "ensure_goma.install cipd", |
119 "~followup_annotations": [ | 122 "~followup_annotations": [ |
120 "@@@STEP_NEST_LEVEL@1@@@", | 123 "@@@STEP_NEST_LEVEL@1@@@", |
121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
126 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
127 ] | 130 ] |
128 }, | 131 }, |
129 { | 132 { |
130 "cmd": [ | 133 "cmd": [ |
131 "fake_slave_build/cipd", | 134 "[SLAVE_BUILD]/cipd/cipd", |
132 "ensure", | 135 "ensure", |
133 "--root", | 136 "--root", |
134 "[ROOT]/b/build/slave/cache/cipd/goma", | 137 "[CACHE]/cipd/goma", |
135 "--list", | 138 "--list", |
136 "infra_internal/goma/client/linux-amd64 release", | 139 "infra_internal/goma/client/linux-amd64 release", |
137 "--json-output", | 140 "--json-output", |
138 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
139 "--service-account-json", | 142 "--service-account-json", |
140 "/creds/service_accounts/service-account-goma-client.json" | 143 "/creds/service_accounts/service-account-goma-client.json" |
141 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
142 "name": "ensure_goma.ensure_installed", | 146 "name": "ensure_goma.ensure_installed", |
143 "~followup_annotations": [ | 147 "~followup_annotations": [ |
144 "@@@STEP_NEST_LEVEL@1@@@", | 148 "@@@STEP_NEST_LEVEL@1@@@", |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 158 ] |
155 }, | 159 }, |
156 { | 160 { |
157 "cmd": [ | 161 "cmd": [ |
158 "python", | 162 "python", |
159 "-u", | 163 "-u", |
160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
161 "runhooks" | 165 "runhooks" |
162 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
163 "env": { | 168 "env": { |
164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
165 "GYP_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "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", | 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", |
167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
168 }, | 173 }, |
169 "name": "gclient runhooks" | 174 "name": "gclient runhooks" |
170 }, | 175 }, |
171 { | 176 { |
172 "cmd": [ | 177 "cmd": [ |
173 "python", | 178 "python", |
174 "-u", | 179 "-u", |
175 "[CWD]/src/testing/scripts/get_compile_targets.py", | 180 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
176 "--output", | 181 "--output", |
177 "/path/to/tmp/json", | 182 "/path/to/tmp/json", |
178 "--", | 183 "--", |
179 "--build-config-fs", | 184 "--build-config-fs", |
180 "Release", | 185 "Release", |
181 "--use-src-side-runtest-py", | 186 "--use-src-side-runtest-py", |
182 "--paths", | 187 "--paths", |
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\"}", | 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\"}", |
184 "--properties", | 189 "--properties", |
185 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 190 "{\"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"m
astername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" |
186 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]", |
187 "name": "get compile targets for scripts", | 193 "name": "get compile targets for scripts", |
188 "~followup_annotations": [ | 194 "~followup_annotations": [ |
189 "@@@STEP_LOG_LINE@json.output@{}@@@", | 195 "@@@STEP_LOG_LINE@json.output@{}@@@", |
190 "@@@STEP_LOG_END@json.output@@@" | 196 "@@@STEP_LOG_END@json.output@@@" |
191 ] | 197 ] |
192 }, | 198 }, |
193 { | 199 { |
194 "cmd": [ | 200 "cmd": [ |
195 "python", | 201 "python", |
196 "-u", | 202 "-u", |
197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
198 "[CWD]/src/testing/buildbot/chromium.gpu.fyi.json", | 204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.json", |
199 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
200 ], | 206 ], |
| 207 "cwd": "[SLAVE_BUILD]", |
201 "name": "read test spec", | 208 "name": "read test spec", |
202 "~followup_annotations": [ | 209 "~followup_annotations": [ |
203 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.gpu.fyi.json@@@", | 210 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.js
on@@@", |
204 "@@@STEP_LOG_LINE@json.output@{}@@@", | 211 "@@@STEP_LOG_LINE@json.output@{}@@@", |
205 "@@@STEP_LOG_END@json.output@@@" | 212 "@@@STEP_LOG_END@json.output@@@" |
206 ] | 213 ] |
207 }, | 214 }, |
208 { | 215 { |
209 "cmd": [ | 216 "cmd": [ |
210 "python", | 217 "python", |
211 "-u", | 218 "-u", |
212 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
213 "--show-path", | 220 "--show-path", |
214 "python", | 221 "python", |
215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
216 ], | 223 ], |
| 224 "cwd": "[SLAVE_BUILD]", |
217 "name": "cleanup_temp" | 225 "name": "cleanup_temp" |
218 }, | 226 }, |
219 { | 227 { |
220 "cmd": [ | 228 "cmd": [ |
221 "python", | 229 "python", |
222 "-u", | 230 "-u", |
223 "[CWD]/src/tools/mb/mb.py", | 231 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
224 "gen", | 232 "gen", |
225 "-m", | 233 "-m", |
226 "chromium.gpu.fyi", | 234 "chromium.gpu.fyi", |
227 "-b", | 235 "-b", |
228 "Linux ChromiumOS Builder", | 236 "Linux ChromiumOS Builder", |
229 "--config-file", | 237 "--config-file", |
230 "[CWD]/src/tools/mb/mb_config.pyl", | 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
231 "--goma-dir", | 239 "--goma-dir", |
232 "[ROOT]/b/build/slave/cache/cipd/goma", | 240 "[CACHE]/cipd/goma", |
233 "//out/Release" | 241 "//out/Release" |
234 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
235 "name": "generate_build_files" | 244 "name": "generate_build_files" |
236 }, | 245 }, |
237 { | 246 { |
238 "cmd": [ | 247 "cmd": [ |
239 "python", | 248 "python", |
240 "-u", | 249 "-u", |
241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 250 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
242 "--show-path", | 251 "--show-path", |
243 "python", | 252 "python", |
244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
245 "--gsutil-py-path", | 254 "--gsutil-py-path", |
246 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
247 "--ninja-path", | 256 "--ninja-path", |
248 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
249 "--target", | 258 "--target", |
250 "Release", | 259 "Release", |
251 "--src-dir", | 260 "--src-dir", |
252 "[CWD]/src", | 261 "[SLAVE_BUILD]/src", |
253 "--goma-cache-dir", | 262 "--goma-cache-dir", |
254 "[ROOT]/b/build/slave/goma_cache", | 263 "[GOMA_CACHE]", |
255 "--build-tool", | 264 "--build-tool", |
256 "ninja", | 265 "ninja", |
257 "--build-data-dir", | 266 "--build-data-dir", |
258 "[ROOT]/build_data_dir", | 267 "[ROOT]/build_data_dir", |
259 "--compiler", | 268 "--compiler", |
260 "goma", | 269 "goma", |
261 "--goma-jsonstatus", | 270 "--goma-jsonstatus", |
262 "/path/to/tmp/json", | 271 "/path/to/tmp/json", |
263 "--goma-service-account-json-file", | 272 "--goma-service-account-json-file", |
264 "/creds/service_accounts/service-account-goma-client.json", | 273 "/creds/service_accounts/service-account-goma-client.json", |
265 "--goma-dir", | 274 "--goma-dir", |
266 "[ROOT]/b/build/slave/cache/cipd/goma", | 275 "[CACHE]/cipd/goma", |
267 "--ninja-ensure-up-to-date", | 276 "--ninja-ensure-up-to-date", |
268 "--", | 277 "--", |
269 "aura_builder" | 278 "aura_builder" |
270 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", |
271 "env": { | 281 "env": { |
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
273 }, | 283 }, |
274 "name": "compile", | 284 "name": "compile", |
275 "~followup_annotations": [ | 285 "~followup_annotations": [ |
276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
277 "@@@STEP_LOG_END@json.output (invalid)@@@" | 287 "@@@STEP_LOG_END@json.output (invalid)@@@" |
278 ] | 288 ] |
279 }, | 289 }, |
280 { | 290 { |
281 "allow_subannotations": true, | 291 "allow_subannotations": true, |
282 "cmd": [ | 292 "cmd": [ |
283 "python", | 293 "python", |
284 "-u", | 294 "-u", |
285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 295 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
286 "--show-path", | 296 "--show-path", |
287 "python", | 297 "python", |
288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
289 "--target", | 299 "--target", |
290 "Release", | 300 "Release", |
291 "--build-url", | 301 "--build-url", |
292 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", | 302 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/Linux ChromiumOS Builder", |
293 "--build_revision", | 303 "--build_revision", |
294 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 304 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
295 "--factory-properties", | 305 "--factory-properties", |
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\"}", | 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\"}", |
297 "--build-properties", | 307 "--build-properties", |
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\"}" | 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\"}" |
299 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
300 "name": "package build" | 311 "name": "package build" |
301 }, | 312 }, |
302 { | 313 { |
303 "name": "$result", | 314 "name": "$result", |
304 "recipe_result": null, | 315 "recipe_result": null, |
305 "status_code": 0 | 316 "status_code": 0 |
306 } | 317 } |
307 ] | 318 ] |
OLD | NEW |