| 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 "Linux32 Debug", | 10 "Linux32 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_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=ia32 use_goma=1", | 113 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe
t_arch=ia32 use_goma=1", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 115 }, |
| 62 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
| 63 }, | 117 }, |
| 64 { | 118 { |
| 65 "cmd": [ | 119 "cmd": [ |
| 66 "python", | 120 "python", |
| 67 "-u", | 121 "-u", |
| 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 69 "--show-path", | 123 "--show-path", |
| 70 "python", | 124 "python", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 72 "--gsutil-py-path", | 126 "--gsutil-py-path", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 74 "--ninja-path", | 128 "--ninja-path", |
| 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 76 "--target", | 130 "--target", |
| 77 "Debug", | 131 "Debug", |
| 78 "--src-dir", | 132 "--src-dir", |
| 79 "[SLAVE_BUILD]/src", | 133 "[SLAVE_BUILD]/src", |
| 80 "--goma-cache-dir", | 134 "--goma-cache-dir", |
| 81 "[GOMA_CACHE]", | 135 "[GOMA_CACHE]", |
| 82 "--compiler", | 136 "--compiler", |
| 83 "goma", | 137 "goma", |
| 84 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
| 85 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 86 "--goma-service-account-json-file", | 140 "--goma-service-account-json-file", |
| 87 "/creds/service_accounts/service-account-goma-client.json", | 141 "/creds/service_accounts/service-account-goma-client.json", |
| 88 "--goma-dir", | 142 "--goma-dir", |
| 89 "[BUILD]/goma", | 143 "[CACHE]/cipd/goma", |
| 90 "--", | 144 "--", |
| 91 "All" | 145 "All" |
| 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 }, | 149 }, |
| 96 "name": "compile", | 150 "name": "compile", |
| 97 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 98 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 99 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 117 "libyuv_unittest" | 171 "libyuv_unittest" |
| 118 ], | 172 ], |
| 119 "name": "libyuv_unittest" | 173 "name": "libyuv_unittest" |
| 120 }, | 174 }, |
| 121 { | 175 { |
| 122 "name": "$result", | 176 "name": "$result", |
| 123 "recipe_result": null, | 177 "recipe_result": null, |
| 124 "status_code": 0 | 178 "status_code": 0 |
| 125 } | 179 } |
| 126 ] | 180 ] |
| OLD | NEW |