| 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.chromiumos", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS GN", | 10 "Mojo ChromiumOS", |
| 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 = '[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'}]", |
| 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]", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "python", | 176 "python", |
| 177 "-u", | 177 "-u", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 179 "runhooks" | 179 "runhooks" |
| 180 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]/src", | 181 "cwd": "[SLAVE_BUILD]/src", |
| 182 "env": { | 182 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 184 "GYP_CHROMIUM_NO_ACTION": "1", | 184 "GYP_CHROMIUM_NO_ACTION": "1", |
| 185 "GYP_CROSSCOMPILE": "1", | 185 "GYP_CROSSCOMPILE": "1", |
| 186 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 test_isolation_mode=prepare use_goma=1", | 186 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome
OS gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_isolati
on_mode=prepare use_goma=1", |
| 187 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 187 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 188 }, | 188 }, |
| 189 "name": "gclient runhooks" | 189 "name": "gclient runhooks" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "cmd": [ | 192 "cmd": [ |
| 193 "python", | 193 "python", |
| 194 "-u", | 194 "-u", |
| 195 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 195 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 196 "--output", | 196 "--output", |
| 197 "/path/to/tmp/json", | 197 "/path/to/tmp/json", |
| 198 "--", | 198 "--", |
| 199 "--build-config-fs", | 199 "--build-config-fs", |
| 200 "Release", | 200 "Release", |
| 201 "--use-src-side-runtest-py", | |
| 202 "--paths", | 201 "--paths", |
| 203 "{\"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\"}", | 202 "{\"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\"}", |
| 204 "--properties", | 203 "--properties", |
| 205 "{\"buildername\": \"Linux ChromiumOS GN\", \"buildnumber\": 571, \"master
name\": \"chromium.chromiumos\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"chromeos\"}" | 204 "{\"buildername\": \"Mojo ChromiumOS\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"c
hromeos\"}" |
| 206 ], | 205 ], |
| 207 "name": "get compile targets for scripts", | 206 "name": "get compile targets for scripts", |
| 208 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 208 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 209 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 210 ] |
| 212 }, | 211 }, |
| 213 { | 212 { |
| 214 "cmd": [ | 213 "cmd": [ |
| 215 "python", | 214 "python", |
| 216 "-u", | 215 "-u", |
| 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 218 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", | 217 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 219 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
| 220 ], | 219 ], |
| 221 "name": "read test spec (chromium.chromiumos.json)", | 220 "name": "read test spec (chromium.fyi.json)", |
| 222 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos
.json@@@", | 222 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 223 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"Linux ChromiumOS GN\": {@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"Mojo ChromiumOS\": {@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ {@@@", | 226 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 229 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 231 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 232 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ }@@@", | 233 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 234 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 258 ], | 257 ], |
| 259 "name": "clean isolated files" | 258 "name": "clean isolated files" |
| 260 }, | 259 }, |
| 261 { | 260 { |
| 262 "cmd": [ | 261 "cmd": [ |
| 263 "python", | 262 "python", |
| 264 "-u", | 263 "-u", |
| 265 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 264 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 266 "gen", | 265 "gen", |
| 267 "-m", | 266 "-m", |
| 268 "chromium.chromiumos", | 267 "chromium.fyi", |
| 269 "-b", | 268 "-b", |
| 270 "Linux ChromiumOS GN", | 269 "Mojo ChromiumOS", |
| 271 "--config-file", | 270 "--config-file", |
| 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 271 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 273 "--goma-dir", | 272 "--goma-dir", |
| 274 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 275 "--swarming-targets-file", | 274 "--swarming-targets-file", |
| 276 "browser_tests\n", | 275 "browser_tests\n", |
| 277 "//out/Release" | 276 "//out/Release" |
| 278 ], | 277 ], |
| 279 "env": { | 278 "env": { |
| 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 422 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 424 "@@@STEP_LOG_END@python.inline@@@" | 423 "@@@STEP_LOG_END@python.inline@@@" |
| 425 ] | 424 ] |
| 426 }, | 425 }, |
| 427 { | 426 { |
| 428 "name": "$result", | 427 "name": "$result", |
| 429 "recipe_result": null, | 428 "recipe_result": null, |
| 430 "status_code": 0 | 429 "status_code": 0 |
| 431 } | 430 } |
| 432 ] | 431 ] |
| OLD | NEW |