| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "python", | 91 "python", |
| 92 "-u", | 92 "-u", |
| 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 94 "--show-path", | 94 "--show-path", |
| 95 "python", | 95 "python", |
| 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 97 ], | 97 ], |
| 98 "name": "cleanup_temp" | 98 "name": "cleanup_temp" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [ | |
| 102 "python", | |
| 103 "-u", | |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 105 "runhooks" | |
| 106 ], | |
| 107 "cwd": "[SLAVE_BUILD]/src", | |
| 108 "env": { | |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 110 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 111 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma=
1", | |
| 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 113 }, | |
| 114 "name": "gclient runhooks" | |
| 115 }, | |
| 116 { | |
| 117 "cmd": [ | |
| 118 "python", | |
| 119 "-u", | |
| 120 "[DEPOT_TOOLS]/gn.py", | |
| 121 "--root=[SLAVE_BUILD]/src", | |
| 122 "gen", | |
| 123 "//out/Debug", | |
| 124 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | |
| 125 ], | |
| 126 "name": "gn" | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [], | 101 "cmd": [], |
| 130 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 131 }, | 103 }, |
| 132 { | 104 { |
| 133 "cmd": [ | 105 "cmd": [ |
| 134 "python", | 106 "python", |
| 135 "-u", | 107 "-u", |
| 136 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 137 "--platform", | 109 "--platform", |
| 138 "mac-amd64", | 110 "mac-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "@@@STEP_LOG_LINE@json.output@ {@@@", | 145 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ }@@@", | 148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 179 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
| 180 ] | 152 ] |
| 181 }, | 153 }, |
| 182 { | 154 { |
| 155 "cmd": [ |
| 156 "python", |
| 157 "-u", |
| 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 159 "runhooks" |
| 160 ], |
| 161 "cwd": "[SLAVE_BUILD]/src", |
| 162 "env": { |
| 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 164 "GYP_CHROMIUM_NO_ACTION": "1", |
| 165 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", |
| 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, |
| 168 "name": "gclient runhooks" |
| 169 }, |
| 170 { |
| 171 "cmd": [ |
| 172 "python", |
| 173 "-u", |
| 174 "[DEPOT_TOOLS]/gn.py", |
| 175 "--root=[SLAVE_BUILD]/src", |
| 176 "gen", |
| 177 "//out/Debug", |
| 178 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 179 ], |
| 180 "name": "gn" |
| 181 }, |
| 182 { |
| 183 "allow_subannotations": true, | 183 "allow_subannotations": true, |
| 184 "cmd": [ | 184 "cmd": [ |
| 185 "python", | 185 "python", |
| 186 "-u", | 186 "-u", |
| 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 188 "--src-dir", | 188 "--src-dir", |
| 189 "[SLAVE_BUILD]/src", | 189 "[SLAVE_BUILD]/src", |
| 190 "--output-json", | 190 "--output-json", |
| 191 "/path/to/tmp/json" | 191 "/path/to/tmp/json" |
| 192 ], | 192 ], |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 241 "@@@STEP_LOG_END@json.output (invalid)@@@" | 241 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 242 ] | 242 ] |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "name": "$result", | 245 "name": "$result", |
| 246 "recipe_result": null, | 246 "recipe_result": null, |
| 247 "status_code": 0 | 247 "status_code": 0 |
| 248 } | 248 } |
| 249 ] | 249 ] |
| OLD | NEW |