| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "runhooks" | 112 "runhooks" |
| 113 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]/src", | 114 "cwd": "[SLAVE_BUILD]/src", |
| 115 "env": { | 115 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 117 "GYP_CHROMIUM_NO_ACTION": "1", |
| 117 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 118 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 119 }, | 120 }, |
| 120 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
| 121 }, | 122 }, |
| 122 { | 123 { |
| 123 "cmd": [ | 124 "cmd": [ |
| 124 "python", | 125 "python", |
| 125 "-u", | 126 "-u", |
| 127 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 128 "gen", |
| 129 "-m", |
| 130 "chromium.testing.master", |
| 131 "-b", |
| 132 "TestBuilder", |
| 133 "--config-file", |
| 134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 135 "--goma-dir", |
| 136 "[BUILD]/goma", |
| 137 "//out/Release" |
| 138 ], |
| 139 "env": { |
| 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 141 }, |
| 142 "name": "generate_build_files" |
| 143 }, |
| 144 { |
| 145 "cmd": [ |
| 146 "python", |
| 147 "-u", |
| 126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 127 "--show-path", | 149 "--show-path", |
| 128 "python", | 150 "python", |
| 129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 130 ], | 152 ], |
| 131 "name": "cleanup_temp" | 153 "name": "cleanup_temp" |
| 132 }, | 154 }, |
| 133 { | 155 { |
| 134 "allow_subannotations": true, | 156 "allow_subannotations": true, |
| 135 "cmd": [ | 157 "cmd": [ |
| 136 "python", | 158 "python", |
| 137 "-u", | 159 "-u", |
| 138 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py" | 160 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py" |
| 139 ], | 161 ], |
| 140 "name": "annotated_steps" | 162 "name": "annotated_steps" |
| 141 }, | 163 }, |
| 142 { | 164 { |
| 143 "name": "$result", | 165 "name": "$result", |
| 144 "recipe_result": null, | 166 "recipe_result": null, |
| 145 "status_code": 0 | 167 "status_code": 0 |
| 146 } | 168 } |
| 147 ] | 169 ] |
| OLD | NEW |