| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 55 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@}@@@", | 58 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 59 "@@@STEP_LOG_END@json.output@@@", | 59 "@@@STEP_LOG_END@json.output@@@", |
| 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 62 ] | 62 ] |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "cmd": [], |
| 66 "name": "ensure_goma" |
| 67 }, |
| 68 { |
| 69 "cmd": [ |
| 70 "python", |
| 71 "-u", |
| 72 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 73 "--platform", |
| 74 "linux-amd64", |
| 75 "--dest-directory", |
| 76 "[SLAVE_BUILD]/cipd", |
| 77 "--json-output", |
| 78 "/path/to/tmp/json" |
| 79 ], |
| 80 "name": "ensure_goma.install cipd", |
| 81 "~followup_annotations": [ |
| 82 "@@@STEP_NEST_LEVEL@1@@@", |
| 83 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 88 "@@@STEP_LOG_END@json.output@@@" |
| 89 ] |
| 90 }, |
| 91 { |
| 92 "cmd": [ |
| 93 "[SLAVE_BUILD]/cipd/cipd", |
| 94 "ensure", |
| 95 "--root", |
| 96 "[CACHE]/cipd/goma", |
| 97 "--list", |
| 98 "infra_internal/goma/client/linux-amd64 release", |
| 99 "--json-output", |
| 100 "/path/to/tmp/json", |
| 101 "--service-account-json", |
| 102 "/creds/service_accounts/service-account-goma-client.json" |
| 103 ], |
| 104 "name": "ensure_goma.ensure_installed", |
| 105 "~followup_annotations": [ |
| 106 "@@@STEP_NEST_LEVEL@1@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 115 "@@@STEP_LOG_END@json.output@@@" |
| 116 ] |
| 117 }, |
| 118 { |
| 65 "cmd": [ | 119 "cmd": [ |
| 66 "python", | 120 "python", |
| 67 "-u", | 121 "-u", |
| 68 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 69 "runhooks" | 123 "runhooks" |
| 70 ], | 124 ], |
| 71 "cwd": "[SLAVE_BUILD]/src", | 125 "cwd": "[SLAVE_BUILD]/src", |
| 72 "env": { | 126 "env": { |
| 73 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 127 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 74 "GYP_CHROMIUM_NO_ACTION": "1", | 128 "GYP_CHROMIUM_NO_ACTION": "1", |
| 75 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_g
oma=1", | 129 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64
use_goma=1", |
| 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 77 }, | 131 }, |
| 78 "name": "gclient runhooks" | 132 "name": "gclient runhooks" |
| 79 }, | 133 }, |
| 80 { | 134 { |
| 81 "cmd": [ | 135 "cmd": [ |
| 82 "python", | 136 "python", |
| 83 "-u", | 137 "-u", |
| 84 "[DEPOT_TOOLS]/gn.py", | 138 "[DEPOT_TOOLS]/gn.py", |
| 85 "--root=[SLAVE_BUILD]/src", | 139 "--root=[SLAVE_BUILD]/src", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "[SLAVE_BUILD]/src", | 183 "[SLAVE_BUILD]/src", |
| 130 "--goma-cache-dir", | 184 "--goma-cache-dir", |
| 131 "[GOMA_CACHE]", | 185 "[GOMA_CACHE]", |
| 132 "--compiler", | 186 "--compiler", |
| 133 "goma", | 187 "goma", |
| 134 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
| 135 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 136 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
| 137 "/creds/service_accounts/service-account-goma-client.json", | 191 "/creds/service_accounts/service-account-goma-client.json", |
| 138 "--goma-dir", | 192 "--goma-dir", |
| 139 "[BUILD]/goma", | 193 "[CACHE]/cipd/goma", |
| 140 "--goma-fail-fast", | 194 "--goma-fail-fast", |
| 141 "--goma-disable-local-fallback", | 195 "--goma-disable-local-fallback", |
| 142 "--", | 196 "--", |
| 143 "target1", | 197 "target1", |
| 144 "target2", | 198 "target2", |
| 145 "target3" | 199 "target3" |
| 146 ], | 200 ], |
| 147 "env": { | 201 "env": { |
| 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 149 }, | 203 }, |
| 150 "name": "compile", | 204 "name": "compile", |
| 151 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 207 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 154 ] | 208 ] |
| 155 }, | 209 }, |
| 156 { | 210 { |
| 157 "name": "$result", | 211 "name": "$result", |
| 158 "recipe_result": null, | 212 "recipe_result": null, |
| 159 "status_code": 0 | 213 "status_code": 0 |
| 160 } | 214 } |
| 161 ] | 215 ] |
| OLD | NEW |