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