| 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 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "host and tools info", | 9 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 12 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 19 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 21 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 22 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 23 ] |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "cmd": [ | 26 "cmd": [ |
| 26 "python", | 27 "python", |
| 27 "-u", | 28 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 30 "--master", |
| 30 "tryserver.webrtc", | 31 "tryserver.webrtc", |
| 31 "--builder", | 32 "--builder", |
| 32 "mac_gn_dbg", | 33 "mac_gn_dbg", |
| 33 "--slave", | 34 "--slave", |
| 34 "slavename", | 35 "slavename", |
| 35 "--spec", | 36 "--spec", |
| 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 37 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 37 "--root", | 38 "--root", |
| 38 "src", | 39 "src", |
| 39 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 41 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 42 "--git-cache-dir", |
| 42 "[ROOT]/b/build/slave/cache_dir", | 43 "[GIT_CACHE]", |
| 43 "--issue", | 44 "--issue", |
| 44 "666666", | 45 "666666", |
| 45 "--patchset", | 46 "--patchset", |
| 46 "1", | 47 "1", |
| 47 "--rietveld_server", | 48 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 49 "https://fake.rietveld.url", |
| 49 "--output_json", | 50 "--output_json", |
| 50 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
| 51 "--revision", | 52 "--revision", |
| 52 "src@12345", | 53 "src@12345", |
| 53 "--output_manifest" | 54 "--output_manifest" |
| 54 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", |
| 55 "env": { | 57 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 59 }, |
| 58 "name": "bot_update", | 60 "name": "bot_update", |
| 59 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 62 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 83 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 84 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[CWD]/src/out" | 93 "[SLAVE_BUILD]/src/out" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "clean test output files" | 96 "name": "clean test output files" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 103 "--show-path", |
| 101 "python", | 104 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "cmd": [ | 111 "cmd": [ |
| 108 "python", | 112 "python", |
| 109 "-u", | 113 "-u", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 111 "runhooks" | 115 "runhooks" |
| 112 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 113 "env": { | 118 "env": { |
| 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 115 "GYP_CHROMIUM_NO_ACTION": "1", | 120 "GYP_CHROMIUM_NO_ACTION": "1", |
| 116 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_
arch=x64 use_goma=1", | 121 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6
4 use_goma=1", |
| 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 118 }, | 123 }, |
| 119 "name": "gclient runhooks" | 124 "name": "gclient runhooks" |
| 120 }, | 125 }, |
| 121 { | 126 { |
| 122 "cmd": [ | 127 "cmd": [ |
| 123 "python", | 128 "python", |
| 124 "-u", | 129 "-u", |
| 125 "[ROOT]/b/depot_tools/gn.py", | 130 "[DEPOT_TOOLS]/gn.py", |
| 126 "--root=[CWD]/src", | 131 "--root=[SLAVE_BUILD]/src", |
| 127 "gen", | 132 "gen", |
| 128 "//out/Debug", | 133 "//out/Debug", |
| 129 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b/build/goma\"" | 134 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 130 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]", |
| 131 "name": "gn" | 137 "name": "gn" |
| 132 }, | 138 }, |
| 133 { | 139 { |
| 134 "allow_subannotations": true, | 140 "allow_subannotations": true, |
| 135 "cmd": [ | 141 "cmd": [ |
| 136 "python", | 142 "python", |
| 137 "-u", | 143 "-u", |
| 138 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 139 "--src-dir", | 145 "--src-dir", |
| 140 "[CWD]/src", | 146 "[SLAVE_BUILD]/src", |
| 141 "--output-json", | 147 "--output-json", |
| 142 "/path/to/tmp/json" | 148 "/path/to/tmp/json" |
| 143 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 144 "env": { | 151 "env": { |
| 145 "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" |
| 146 }, | 153 }, |
| 147 "name": "clang_revision", | 154 "name": "clang_revision", |
| 148 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | 156 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@}@@@", | 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 160 ] |
| 154 }, | 161 }, |
| 155 { | 162 { |
| 156 "cmd": [ | 163 "cmd": [ |
| 157 "python", | 164 "python", |
| 158 "-u", | 165 "-u", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 166 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 160 "--show-path", | 167 "--show-path", |
| 161 "python", | 168 "python", |
| 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 169 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 163 "--gsutil-py-path", | 170 "--gsutil-py-path", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 171 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 165 "--ninja-path", | 172 "--ninja-path", |
| 166 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 173 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 167 "--target", | 174 "--target", |
| 168 "Debug", | 175 "Debug", |
| 169 "--src-dir", | 176 "--src-dir", |
| 170 "[CWD]/src", | 177 "[SLAVE_BUILD]/src", |
| 171 "--goma-cache-dir", | 178 "--goma-cache-dir", |
| 172 "[ROOT]/b/build/slave/goma_cache", | 179 "[GOMA_CACHE]", |
| 173 "--build-tool", | 180 "--build-tool", |
| 174 "ninja", | 181 "ninja", |
| 175 "--compiler", | 182 "--compiler", |
| 176 "goma-clang", | 183 "goma-clang", |
| 177 "--goma-jsonstatus", | 184 "--goma-jsonstatus", |
| 178 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 179 "--goma-service-account-json-file", | 186 "--goma-service-account-json-file", |
| 180 "/creds/service_accounts/service-account-goma-client.json", | 187 "/creds/service_accounts/service-account-goma-client.json", |
| 181 "--goma-dir", | 188 "--goma-dir", |
| 182 "[ROOT]/b/build/goma", | 189 "[BUILD]/goma", |
| 183 "--goma-fail-fast", | 190 "--goma-fail-fast", |
| 184 "--goma-disable-local-fallback", | 191 "--goma-disable-local-fallback", |
| 185 "--", | 192 "--", |
| 186 "all" | 193 "all" |
| 187 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
| 188 "env": { | 196 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 190 }, | 198 }, |
| 191 "name": "compile", | 199 "name": "compile", |
| 192 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 194 "@@@STEP_LOG_END@json.output (invalid)@@@" | 202 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 195 ] | 203 ] |
| 196 }, | 204 }, |
| 197 { | 205 { |
| 198 "name": "$result", | 206 "name": "$result", |
| 199 "recipe_result": null, | 207 "recipe_result": null, |
| 200 "status_code": 0 | 208 "status_code": 0 |
| 201 } | 209 } |
| 202 ] | 210 ] |
| OLD | NEW |