| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Debug (GN)", | 10 "Android Debug (GN)", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 47 ] |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [], |
| 51 "name": "ensure_goma" |
| 52 }, |
| 53 { |
| 54 "cmd": [ |
| 55 "python", |
| 56 "-u", |
| 57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 58 "--platform", |
| 59 "linux-386", |
| 60 "--dest-directory", |
| 61 "[SLAVE_BUILD]/cipd", |
| 62 "--json-output", |
| 63 "/path/to/tmp/json" |
| 64 ], |
| 65 "name": "ensure_goma.install cipd", |
| 66 "~followup_annotations": [ |
| 67 "@@@STEP_NEST_LEVEL@1@@@", |
| 68 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 73 "@@@STEP_LOG_END@json.output@@@" |
| 74 ] |
| 75 }, |
| 76 { |
| 77 "cmd": [ |
| 78 "[SLAVE_BUILD]/cipd/cipd", |
| 79 "ensure", |
| 80 "--root", |
| 81 "[CACHE]/cipd/goma", |
| 82 "--list", |
| 83 "infra_internal/goma/client/linux-386 release", |
| 84 "--json-output", |
| 85 "/path/to/tmp/json", |
| 86 "--service-account-json", |
| 87 "/creds/service_accounts/service-account-goma-client.json" |
| 88 ], |
| 89 "name": "ensure_goma.ensure_installed", |
| 90 "~followup_annotations": [ |
| 91 "@@@STEP_NEST_LEVEL@1@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 95 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 96 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 100 "@@@STEP_LOG_END@json.output@@@" |
| 101 ] |
| 102 }, |
| 103 { |
| 50 "cmd": [ | 104 "cmd": [ |
| 51 "python", | 105 "python", |
| 52 "-u", | 106 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "runhooks" | 108 "runhooks" |
| 55 ], | 109 ], |
| 56 "cwd": "[SLAVE_BUILD]/src", | 110 "cwd": "[SLAVE_BUILD]/src", |
| 57 "env": { | 111 "env": { |
| 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 59 "GYP_CHROMIUM_NO_ACTION": "1", | 113 "GYP_CHROMIUM_NO_ACTION": "1", |
| 60 "GYP_CROSSCOMPILE": "1", | 114 "GYP_CROSSCOMPILE": "1", |
| 61 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 115 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 62 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 63 }, | 117 }, |
| 64 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 65 }, | 119 }, |
| 66 { | 120 { |
| 67 "cmd": [ | 121 "cmd": [ |
| 68 "python", | 122 "python", |
| 69 "-u", | 123 "-u", |
| 70 "[DEPOT_TOOLS]/gn.py", | 124 "[DEPOT_TOOLS]/gn.py", |
| 71 "--root=[SLAVE_BUILD]/src", | 125 "--root=[SLAVE_BUILD]/src", |
| 72 "gen", | 126 "gen", |
| 73 "//out/Debug", | 127 "//out/Debug", |
| 74 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[BUILD]/goma\"" | 128 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[CACHE]/cipd/goma\"" |
| 75 ], | 129 ], |
| 76 "name": "gn" | 130 "name": "gn" |
| 77 }, | 131 }, |
| 78 { | 132 { |
| 79 "cmd": [ | 133 "cmd": [ |
| 80 "python", | 134 "python", |
| 81 "-u", | 135 "-u", |
| 82 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 136 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 83 "--show-path", | 137 "--show-path", |
| 84 "python", | 138 "python", |
| 85 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 86 "--gsutil-py-path", | 140 "--gsutil-py-path", |
| 87 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 141 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 88 "--ninja-path", | 142 "--ninja-path", |
| 89 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 90 "--target", | 144 "--target", |
| 91 "Debug", | 145 "Debug", |
| 92 "--src-dir", | 146 "--src-dir", |
| 93 "[SLAVE_BUILD]/src", | 147 "[SLAVE_BUILD]/src", |
| 94 "--goma-cache-dir", | 148 "--goma-cache-dir", |
| 95 "[GOMA_CACHE]", | 149 "[GOMA_CACHE]", |
| 96 "--compiler", | 150 "--compiler", |
| 97 "goma", | 151 "goma", |
| 98 "--goma-jsonstatus", | 152 "--goma-jsonstatus", |
| 99 "/path/to/tmp/json", | 153 "/path/to/tmp/json", |
| 100 "--goma-service-account-json-file", | 154 "--goma-service-account-json-file", |
| 101 "/creds/service_accounts/service-account-goma-client.json", | 155 "/creds/service_accounts/service-account-goma-client.json", |
| 102 "--goma-dir", | 156 "--goma-dir", |
| 103 "[BUILD]/goma", | 157 "[CACHE]/cipd/goma", |
| 104 "--", | 158 "--", |
| 105 "all" | 159 "all" |
| 106 ], | 160 ], |
| 107 "env": { | 161 "env": { |
| 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 109 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 163 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 110 }, | 164 }, |
| 111 "name": "compile", | 165 "name": "compile", |
| 112 "~followup_annotations": [ | 166 "~followup_annotations": [ |
| 113 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 114 "@@@STEP_LOG_END@json.output (invalid)@@@" | 168 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 115 ] | 169 ] |
| 116 }, | 170 }, |
| 117 { | 171 { |
| 118 "name": "$result", | 172 "name": "$result", |
| 119 "recipe_result": null, | 173 "recipe_result": null, |
| 120 "status_code": 0 | 174 "status_code": 0 |
| 121 } | 175 } |
| 122 ] | 176 ] |
| OLD | NEW |