| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", |
| 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], |
| 11 "name": "cleanup_temp" |
| 12 }, |
| 13 { |
| 14 "cmd": [ |
| 15 "python", |
| 16 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 18 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['android']", | 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 20 "--patch_root", |
| 10 "src", | 21 "src", |
| 11 "--revision_mapping_file", | 22 "--revision_mapping_file", |
| 12 "{\"src\": \"got_revision\"}", | 23 "{\"src\": \"got_revision\"}", |
| 13 "--git-cache-dir", | 24 "--git-cache-dir", |
| 14 "[GIT_CACHE]", | 25 "[GIT_CACHE]", |
| 15 "--output_json", | 26 "--output_json", |
| 16 "/path/to/tmp/json", | 27 "/path/to/tmp/json", |
| 17 "--revision", | 28 "--revision", |
| 18 "src@12345", | 29 "src@deadbeef", |
| 19 "--output_manifest" | 30 "--output_manifest" |
| 20 ], | 31 ], |
| 21 "env": { | 32 "env": { |
| 22 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 23 }, | 34 }, |
| 24 "name": "bot_update", | 35 "name": "bot_update", |
| 25 "~followup_annotations": [ | 36 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ }@@@", | 47 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 57 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@", | 58 "@@@STEP_LOG_END@json.output@@@", |
| 48 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 59 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 50 ] | 61 ] |
| 51 }, | 62 }, |
| 52 { | 63 { |
| 53 "cmd": [ | |
| 54 "python", | |
| 55 "-u", | |
| 56 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 57 "--show-path", | |
| 58 "python", | |
| 59 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 60 ], | |
| 61 "name": "cleanup_temp" | |
| 62 }, | |
| 63 { | |
| 64 "name": "ensure_goma" | 64 "name": "ensure_goma" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 70 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 71 "--platform", | 71 "--platform", |
| 72 "linux-386", | 72 "linux-386", |
| 73 "--dest-directory", | 73 "--dest-directory", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 173 }, | 173 }, |
| 174 "name": "compile", | 174 "name": "compile", |
| 175 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 177 "@@@STEP_LOG_END@json.output (invalid)@@@" | 177 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 178 ] | 178 ] |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "allow_subannotations": true, |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
| 185 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 186 "--show-path", |
| 187 "python", |
| 188 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 189 "--target", |
| 190 "Debug", |
| 191 "--gsutil-py-path", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 193 "--staging-dir", |
| 194 "[CACHE]/chrome_staging", |
| 195 "--src-dir", |
| 196 "[SLAVE_BUILD]/src", |
| 197 "--build-url", |
| 198 "gs://chromium-libyuv/client.libyuv/Android Debug", |
| 199 "--build_revision", |
| 200 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 201 "--factory-properties", |
| 202 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Debug\", \"build
number\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\"
, \"revision\": \"deadbeef\", \"slavename\": \"slavename\"}", |
| 203 "--build-properties", |
| 204 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Debug\", \"build
number\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\"
, \"revision\": \"deadbeef\", \"slavename\": \"slavename\"}" |
| 205 ], |
| 206 "name": "package build" |
| 207 }, |
| 208 { |
| 209 "name": "trigger", |
| 210 "trigger_specs": [ |
| 211 { |
| 212 "builder_name": "Android Tester ARM32 Debug (Nexus 5X)", |
| 213 "properties": { |
| 214 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 215 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 216 } |
| 217 } |
| 218 ], |
| 219 "~followup_annotations": [ |
| 220 "@@@STEP_TEXT@Android Tester ARM32 Debug (Nexus 5X)@@@" |
| 221 ] |
| 222 }, |
| 223 { |
| 181 "name": "$result", | 224 "name": "$result", |
| 182 "recipe_result": null, | 225 "recipe_result": null, |
| 183 "status_code": 0 | 226 "status_code": 0 |
| 184 } | 227 } |
| 185 ] | 228 ] |
| OLD | NEW |