| 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", | 10 "Android Debug", |
| (...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_CROSSCOMPILE": "1", | 113 "GYP_CROSSCOMPILE": "1", |
| 60 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 114 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 61 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 115 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 62 }, | 116 }, |
| 63 "name": "gclient runhooks" | 117 "name": "gclient runhooks" |
| 64 }, | 118 }, |
| 65 { | 119 { |
| 66 "cmd": [ | 120 "cmd": [ |
| 67 "python", | 121 "python", |
| 68 "-u", | 122 "-u", |
| 69 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 70 "--show-path", | 124 "--show-path", |
| 71 "python", | 125 "python", |
| 72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 73 "--gsutil-py-path", | 127 "--gsutil-py-path", |
| 74 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 128 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 75 "--ninja-path", | 129 "--ninja-path", |
| 76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 77 "--target", | 131 "--target", |
| 78 "Debug", | 132 "Debug", |
| 79 "--src-dir", | 133 "--src-dir", |
| 80 "[SLAVE_BUILD]/src", | 134 "[SLAVE_BUILD]/src", |
| 81 "--goma-cache-dir", | 135 "--goma-cache-dir", |
| 82 "[GOMA_CACHE]", | 136 "[GOMA_CACHE]", |
| 83 "--compiler", | 137 "--compiler", |
| 84 "goma", | 138 "goma", |
| 85 "--goma-jsonstatus", | 139 "--goma-jsonstatus", |
| 86 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 87 "--goma-service-account-json-file", | 141 "--goma-service-account-json-file", |
| 88 "/creds/service_accounts/service-account-goma-client.json", | 142 "/creds/service_accounts/service-account-goma-client.json", |
| 89 "--goma-dir", | 143 "--goma-dir", |
| 90 "[BUILD]/goma", | 144 "[CACHE]/cipd/goma", |
| 91 "--" | 145 "--" |
| 92 ], | 146 ], |
| 93 "env": { | 147 "env": { |
| 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 95 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 96 }, | 150 }, |
| 97 "name": "compile", | 151 "name": "compile", |
| 98 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 100 "@@@STEP_LOG_END@json.output (invalid)@@@" | 154 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 101 ] | 155 ] |
| 102 }, | 156 }, |
| 103 { | 157 { |
| 104 "name": "$result", | 158 "name": "$result", |
| 105 "recipe_result": null, | 159 "recipe_result": null, |
| 106 "status_code": 0 | 160 "status_code": 0 |
| 107 } | 161 } |
| 108 ] | 162 ] |
| OLD | NEW |