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