| 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_rel", | 10 "linux_rel", |
| (...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_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1", | 115 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 124 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 71 "--show-path", | 125 "--show-path", |
| 72 "python", | 126 "python", |
| 73 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 127 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 74 "--gsutil-py-path", | 128 "--gsutil-py-path", |
| 75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 76 "--ninja-path", | 130 "--ninja-path", |
| 77 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 78 "--target", | 132 "--target", |
| 79 "Release", | 133 "Release", |
| 80 "--src-dir", | 134 "--src-dir", |
| 81 "[SLAVE_BUILD]/src", | 135 "[SLAVE_BUILD]/src", |
| 82 "--goma-cache-dir", | 136 "--goma-cache-dir", |
| 83 "[GOMA_CACHE]", | 137 "[GOMA_CACHE]", |
| 84 "--compiler", | 138 "--compiler", |
| 85 "goma", | 139 "goma", |
| 86 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
| 87 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
| 88 "--goma-service-account-json-file", | 142 "--goma-service-account-json-file", |
| 89 "/creds/service_accounts/service-account-goma-client.json", | 143 "/creds/service_accounts/service-account-goma-client.json", |
| 90 "--goma-dir", | 144 "--goma-dir", |
| 91 "[BUILD]/goma", | 145 "[CACHE]/cipd/goma", |
| 92 "--goma-fail-fast", | 146 "--goma-fail-fast", |
| 93 "--goma-disable-local-fallback", | 147 "--goma-disable-local-fallback", |
| 94 "--", | 148 "--", |
| 95 "All" | 149 "All" |
| 96 ], | 150 ], |
| 97 "env": { | 151 "env": { |
| 98 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 99 }, | 153 }, |
| 100 "name": "compile", | 154 "name": "compile", |
| 101 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 121 "libyuv_unittest" | 175 "libyuv_unittest" |
| 122 ], | 176 ], |
| 123 "name": "libyuv_unittest" | 177 "name": "libyuv_unittest" |
| 124 }, | 178 }, |
| 125 { | 179 { |
| 126 "name": "$result", | 180 "name": "$result", |
| 127 "recipe_result": null, | 181 "recipe_result": null, |
| 128 "status_code": 0 | 182 "status_code": 0 |
| 129 } | 183 } |
| 130 ] | 184 ] |
| OLD | NEW |