| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.chromiumos", | 8 "chromium.chromiumos", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS Full", | 10 "Linux ChromiumOS Full", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "-u", | 93 "-u", |
| 94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 95 "--output", | 95 "--output", |
| 96 "/path/to/tmp/json", | 96 "/path/to/tmp/json", |
| 97 "--", | 97 "--", |
| 98 "--build-config-fs", | 98 "--build-config-fs", |
| 99 "Release", | 99 "Release", |
| 100 "--paths", | 100 "--paths", |
| 101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 102 "--properties", | 102 "--properties", |
| 103 "{\"buildername\": \"Linux ChromiumOS Full\", \"buildnumber\": 571, \"slav
ename\": \"TestSlavename\"}" | 103 "{\"buildername\": \"Linux ChromiumOS Full\", \"buildnumber\": 571, \"mast
ername\": \"chromium.chromiumos\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" |
| 104 ], | 104 ], |
| 105 "name": "get compile targets for scripts", | 105 "name": "get compile targets for scripts", |
| 106 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 107 "@@@STEP_LOG_LINE@json.output@{}@@@", | 107 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 108 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 109 ] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "--target", | 176 "--target", |
| 177 "Release", | 177 "Release", |
| 178 "--factory-properties", | 178 "--factory-properties", |
| 179 "{\"gclient_env\": {\"GYP_DEFINES\": \"chromeos=1 component=static_library
ffmpeg_branding=ChromeOS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arc
h=x64 use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium
-browser-snapshots\"}", | 179 "{\"gclient_env\": {\"GYP_DEFINES\": \"chromeos=1 component=static_library
ffmpeg_branding=ChromeOS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arc
h=x64 use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium
-browser-snapshots\"}", |
| 180 "--build-properties", | 180 "--build-properties", |
| 181 "{\"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"g
ot_nacl_revision_cp\": \"refs/heads/master@{#274981}\", \"got_revision\": \"f27f
ede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revision_cp\": \"refs/heads/master
@{#170242}\", \"got_swarming_client_revision\": \"a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566\", \"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}
\", \"got_v8_revision\": \"801ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_
revision_cp\": \"refs/heads/master@{#43426}\", \"got_webkit_revision\": \"5e2293
dffc3cd07d37fbedea3b500f0eb650614d\", \"got_webkit_revision_cp\": \"refs/heads/m
aster@{#124383}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c62
3137f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}" | 181 "{\"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"g
ot_nacl_revision_cp\": \"refs/heads/master@{#274981}\", \"got_revision\": \"f27f
ede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revision_cp\": \"refs/heads/master
@{#170242}\", \"got_swarming_client_revision\": \"a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566\", \"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}
\", \"got_v8_revision\": \"801ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_
revision_cp\": \"refs/heads/master@{#43426}\", \"got_webkit_revision\": \"5e2293
dffc3cd07d37fbedea3b500f0eb650614d\", \"got_webkit_revision_cp\": \"refs/heads/m
aster@{#124383}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c62
3137f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}" |
| 182 ], | 182 ], |
| 183 "name": "archive build" | 183 "name": "archive build" |
| 184 } | 184 } |
| 185 ] | 185 ] |
| OLD | NEW |