| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 7 "--show-path", | |
| 8 "python", | |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 10 ], | |
| 11 "name": "cleanup_temp" | |
| 12 }, | |
| 13 { | |
| 14 "cmd": [ | |
| 15 "python", | |
| 16 "-u", | |
| 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 18 "--spec", | |
| 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", | |
| 20 "--patch_root", | |
| 21 "src", | |
| 22 "--revision_mapping_file", | |
| 23 "{\"src\": \"got_revision\"}", | |
| 24 "--git-cache-dir", | |
| 25 "[GIT_CACHE]", | |
| 26 "--output_json", | |
| 27 "/path/to/tmp/json", | |
| 28 "--revision", | |
| 29 "src@deadbeef", | |
| 30 "--output_manifest" | |
| 31 ], | |
| 32 "env": { | |
| 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 34 }, | |
| 35 "name": "bot_update", | |
| 36 "~followup_annotations": [ | |
| 37 "@@@STEP_TEXT@Some step text@@@", | |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", | |
| 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 47 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 48 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 49 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | |
| 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 55 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 57 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 58 "@@@STEP_LOG_END@json.output@@@", | |
| 59 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | |
| 61 ] | |
| 62 }, | |
| 63 { | |
| 64 "cmd": [], | 3 "cmd": [], |
| 65 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 66 }, | 5 }, |
| 67 { | 6 { |
| 68 "cmd": [ | 7 "cmd": [ |
| 69 "python", | 8 "python", |
| 70 "-u", | 9 "-u", |
| 71 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 72 "--platform", | 11 "--platform", |
| 73 "linux-amd64", | 12 "linux-amd64", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "@@@STEP_LOG_END@json.output@@@" | 57 "@@@STEP_LOG_END@json.output@@@" |
| 119 ] | 58 ] |
| 120 }, | 59 }, |
| 121 { | 60 { |
| 122 "cmd": [ | 61 "cmd": [ |
| 123 "python", | 62 "python", |
| 124 "-u", | 63 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 126 "runhooks" | 65 "runhooks" |
| 127 ], | 66 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 67 "cwd": "None", |
| 129 "env": { | 68 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 132 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 70 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
| 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 72 }, |
| 135 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 136 }, | 74 }, |
| 137 { | 75 { |
| 138 "cmd": [ | 76 "cmd": [ |
| 139 "python", | 77 "python", |
| 140 "-u", | 78 "-u", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 79 "None/tools/mb/mb.py", |
| 142 "--root=[SLAVE_BUILD]/src", | |
| 143 "gen", | 80 "gen", |
| 144 "//out/Release", | 81 "-m", |
| 145 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | 82 "chromium.fyi", |
| 83 "-b", |
| 84 "Blimp Android Test - Linux", |
| 85 "--config-file", |
| 86 "None/tools/mb/mb_config.pyl", |
| 87 "--goma-dir", |
| 88 "[CACHE]/cipd/goma", |
| 89 "[SLAVE_BUILD]/src/out-linux/Debug" |
| 146 ], | 90 ], |
| 147 "cwd": "[SLAVE_BUILD]/src", | 91 "cwd": "None", |
| 148 "name": "gn" | 92 "env": { |
| 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 94 }, |
| 95 "name": "generate_build_files" |
| 149 }, | 96 }, |
| 150 { | 97 { |
| 151 "cmd": [ | 98 "cmd": [ |
| 152 "python", | 99 "python", |
| 153 "-u", | 100 "-u", |
| 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 101 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 155 "--show-path", | 102 "--show-path", |
| 156 "python", | 103 "python", |
| 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 104 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 158 "--gsutil-py-path", | 105 "--gsutil-py-path", |
| 159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 106 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 160 "--ninja-path", | 107 "--ninja-path", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 108 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 162 "--target", | 109 "--target", |
| 163 "Release", | 110 "Release", |
| 164 "--src-dir", | 111 "--src-dir", |
| 165 "[SLAVE_BUILD]/src", | 112 "None", |
| 166 "--goma-cache-dir", | 113 "--goma-cache-dir", |
| 167 "[GOMA_CACHE]", | 114 "[GOMA_CACHE]", |
| 168 "--buildbot-buildername", | 115 "--buildbot-buildername", |
| 169 "Linux64 Release (GN)", | 116 "Blimp Android Tester", |
| 170 "--buildbot-mastername", | 117 "--buildbot-mastername", |
| 171 "client.libyuv", | 118 "chromium.fyi", |
| 172 "--buildbot-slavename", | 119 "--buildbot-slavename", |
| 173 "slavename", | 120 "TestSlavename", |
| 174 "--compiler", | 121 "--compiler", |
| 175 "goma", | 122 "goma", |
| 176 "--goma-jsonstatus", | 123 "--goma-jsonstatus", |
| 177 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
| 178 "--goma-service-account-json-file", | 125 "--goma-service-account-json-file", |
| 179 "/creds/service_accounts/service-account-goma-client.json", | 126 "/creds/service_accounts/service-account-goma-client.json", |
| 127 "--out-dir", |
| 128 "[SLAVE_BUILD]/src/out-linux/Debug", |
| 180 "--goma-dir", | 129 "--goma-dir", |
| 181 "[CACHE]/cipd/goma", | 130 "[CACHE]/cipd/goma", |
| 182 "--", | 131 "--", |
| 183 "all" | 132 "blimp" |
| 184 ], | 133 ], |
| 185 "env": { | 134 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, | 136 }, |
| 188 "name": "compile", | 137 "name": "compile", |
| 189 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 191 "@@@STEP_LOG_END@json.output (invalid)@@@" | 140 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 192 ] | 141 ] |
| 193 }, | 142 }, |
| 194 { | 143 { |
| 144 "cmd": [ |
| 145 "python", |
| 146 "-u", |
| 147 "None/tools/mb/mb.py", |
| 148 "gen", |
| 149 "-m", |
| 150 "chromium.fyi", |
| 151 "-b", |
| 152 "Blimp Android Test - Android", |
| 153 "--config-file", |
| 154 "None/tools/mb/mb_config.pyl", |
| 155 "--goma-dir", |
| 156 "[CACHE]/cipd/goma", |
| 157 "[SLAVE_BUILD]/src/out-android/Debug" |
| 158 ], |
| 159 "cwd": "None", |
| 160 "env": { |
| 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 162 }, |
| 163 "name": "generate_build_files (2)" |
| 164 }, |
| 165 { |
| 166 "cmd": [ |
| 167 "python", |
| 168 "-u", |
| 169 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 170 "--show-path", |
| 171 "python", |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 173 "--gsutil-py-path", |
| 174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 175 "--ninja-path", |
| 176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 177 "--target", |
| 178 "Release", |
| 179 "--src-dir", |
| 180 "None", |
| 181 "--goma-cache-dir", |
| 182 "[GOMA_CACHE]", |
| 183 "--buildbot-buildername", |
| 184 "Blimp Android Tester", |
| 185 "--buildbot-mastername", |
| 186 "chromium.fyi", |
| 187 "--buildbot-slavename", |
| 188 "TestSlavename", |
| 189 "--compiler", |
| 190 "goma", |
| 191 "--goma-jsonstatus", |
| 192 "/path/to/tmp/json", |
| 193 "--goma-service-account-json-file", |
| 194 "/creds/service_accounts/service-account-goma-client.json", |
| 195 "--out-dir", |
| 196 "[SLAVE_BUILD]/src/out-android/Debug", |
| 197 "--goma-dir", |
| 198 "[CACHE]/cipd/goma", |
| 199 "--", |
| 200 "blimp", |
| 201 "chrome_public_apk" |
| 202 ], |
| 203 "env": { |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 205 }, |
| 206 "name": "compile (2)", |
| 207 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 209 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 210 ] |
| 211 }, |
| 212 { |
| 195 "name": "$result", | 213 "name": "$result", |
| 196 "recipe_result": null, | 214 "recipe_result": null, |
| 197 "status_code": 0 | 215 "status_code": 0 |
| 198 } | 216 } |
| 199 ] | 217 ] |
| OLD | NEW |