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_compile_dbg", | 32 "mac_compile_dbg", |
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_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", | 115 "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 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
122 }, | 117 }, |
123 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
124 }, | 119 }, |
125 { | 120 { |
126 "allow_subannotations": true, | 121 "allow_subannotations": true, |
127 "cmd": [ | 122 "cmd": [ |
128 "python", | 123 "python", |
129 "-u", | 124 "-u", |
130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
131 "--src-dir", | 126 "--src-dir", |
132 "[SLAVE_BUILD]/src", | 127 "[CWD]/src", |
133 "--output-json", | 128 "--output-json", |
134 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
135 ], | 130 ], |
136 "cwd": "[SLAVE_BUILD]", | |
137 "env": { | 131 "env": { |
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
139 }, | 133 }, |
140 "name": "clang_revision", | 134 "name": "clang_revision", |
141 "~followup_annotations": [ | 135 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output@{@@@", | 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
144 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
145 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
146 ] | 140 ] |
147 }, | 141 }, |
148 { | 142 { |
149 "cmd": [ | 143 "cmd": [ |
150 "python", | 144 "python", |
151 "-u", | 145 "-u", |
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
153 "--show-path", | 147 "--show-path", |
154 "python", | 148 "python", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
156 "--gsutil-py-path", | 150 "--gsutil-py-path", |
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
158 "--ninja-path", | 152 "--ninja-path", |
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
160 "--target", | 154 "--target", |
161 "Debug", | 155 "Debug", |
162 "--src-dir", | 156 "--src-dir", |
163 "[SLAVE_BUILD]/src", | 157 "[CWD]/src", |
164 "--goma-cache-dir", | 158 "--goma-cache-dir", |
165 "[GOMA_CACHE]", | 159 "[ROOT]/b/build/slave/goma_cache", |
166 "--build-tool", | 160 "--build-tool", |
167 "ninja", | 161 "ninja", |
168 "--compiler", | 162 "--compiler", |
169 "goma-clang", | 163 "goma-clang", |
170 "--goma-jsonstatus", | 164 "--goma-jsonstatus", |
171 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
172 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
173 "/creds/service_accounts/service-account-goma-client.json", | 167 "/creds/service_accounts/service-account-goma-client.json", |
174 "--goma-dir", | 168 "--goma-dir", |
175 "[BUILD]/goma", | 169 "[ROOT]/b/build/goma", |
176 "--goma-fail-fast", | 170 "--goma-fail-fast", |
177 "--goma-disable-local-fallback", | 171 "--goma-disable-local-fallback", |
178 "--", | 172 "--", |
179 "All" | 173 "All" |
180 ], | 174 ], |
181 "cwd": "[SLAVE_BUILD]", | |
182 "env": { | 175 "env": { |
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
184 }, | 177 }, |
185 "name": "compile", | 178 "name": "compile", |
186 "~followup_annotations": [ | 179 "~followup_annotations": [ |
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
188 "@@@STEP_LOG_END@json.output (invalid)@@@" | 181 "@@@STEP_LOG_END@json.output (invalid)@@@" |
189 ] | 182 ] |
190 }, | 183 }, |
191 { | 184 { |
192 "name": "$result", | 185 "name": "$result", |
193 "recipe_result": null, | 186 "recipe_result": null, |
194 "status_code": 0 | 187 "status_code": 0 |
195 } | 188 } |
196 ] | 189 ] |
OLD | NEW |