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 "client.webrtc", | 30 "client.webrtc", |
32 "--builder", | 31 "--builder", |
33 "Mac64 Debug (GN)", | 32 "Mac64 Debug (GN)", |
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 "--output_json", | 43 "--output_json", |
45 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
46 "--revision", | 45 "--revision", |
47 "src@12345", | 46 "src@12345", |
48 "--output_manifest" | 47 "--output_manifest" |
49 ], | 48 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 49 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 51 }, |
54 "name": "bot_update", | 52 "name": "bot_update", |
55 "~followup_annotations": [ | 53 "~followup_annotations": [ |
56 "@@@STEP_TEXT@Some step text@@@", | 54 "@@@STEP_TEXT@Some step text@@@", |
57 "@@@STEP_LOG_LINE@json.output@{@@@", | 55 "@@@STEP_LOG_LINE@json.output@{@@@", |
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
77 "@@@STEP_LOG_END@json.output@@@", | 75 "@@@STEP_LOG_END@json.output@@@", |
78 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
80 ] | 78 ] |
81 }, | 79 }, |
82 { | 80 { |
83 "cmd": [ | 81 "cmd": [ |
84 "python", | 82 "python", |
85 "-u", | 83 "-u", |
86 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 84 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
87 "[SLAVE_BUILD]/src/out" | 85 "[CWD]/src/out" |
88 ], | 86 ], |
89 "cwd": "[SLAVE_BUILD]", | |
90 "name": "clean test output files" | 87 "name": "clean test output files" |
91 }, | 88 }, |
92 { | 89 { |
93 "cmd": [ | 90 "cmd": [ |
94 "python", | 91 "python", |
95 "-u", | 92 "-u", |
96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
97 "--show-path", | 94 "--show-path", |
98 "python", | 95 "python", |
99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
100 ], | 97 ], |
101 "cwd": "[SLAVE_BUILD]", | |
102 "name": "cleanup_temp" | 98 "name": "cleanup_temp" |
103 }, | 99 }, |
104 { | 100 { |
105 "cmd": [ | 101 "cmd": [ |
106 "python", | 102 "python", |
107 "-u", | 103 "-u", |
108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
109 "runhooks" | 105 "runhooks" |
110 ], | 106 ], |
111 "cwd": "[SLAVE_BUILD]", | |
112 "env": { | 107 "env": { |
113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
114 "GYP_CHROMIUM_NO_ACTION": "1", | 109 "GYP_CHROMIUM_NO_ACTION": "1", |
115 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1
", | 110 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use
_goma=1", |
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
117 }, | 112 }, |
118 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
119 }, | 114 }, |
120 { | 115 { |
121 "cmd": [ | 116 "cmd": [ |
122 "python", | 117 "python", |
123 "-u", | 118 "-u", |
124 "[DEPOT_TOOLS]/gn.py", | 119 "[ROOT]/b/depot_tools/gn.py", |
125 "--root=[SLAVE_BUILD]/src", | 120 "--root=[CWD]/src", |
126 "gen", | 121 "gen", |
127 "//out/Debug", | 122 "//out/Debug", |
128 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 123 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b/build/goma\"" |
129 ], | 124 ], |
130 "cwd": "[SLAVE_BUILD]", | |
131 "name": "gn" | 125 "name": "gn" |
132 }, | 126 }, |
133 { | 127 { |
134 "allow_subannotations": true, | 128 "allow_subannotations": true, |
135 "cmd": [ | 129 "cmd": [ |
136 "python", | 130 "python", |
137 "-u", | 131 "-u", |
138 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
139 "--src-dir", | 133 "--src-dir", |
140 "[SLAVE_BUILD]/src", | 134 "[CWD]/src", |
141 "--output-json", | 135 "--output-json", |
142 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
143 ], | 137 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "env": { | 138 "env": { |
146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
147 }, | 140 }, |
148 "name": "clang_revision", | 141 "name": "clang_revision", |
149 "~followup_annotations": [ | 142 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 145 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 147 ] |
155 }, | 148 }, |
156 { | 149 { |
157 "cmd": [ | 150 "cmd": [ |
158 "python", | 151 "python", |
159 "-u", | 152 "-u", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
161 "--show-path", | 154 "--show-path", |
162 "python", | 155 "python", |
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
164 "--gsutil-py-path", | 157 "--gsutil-py-path", |
165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
166 "--ninja-path", | 159 "--ninja-path", |
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
168 "--target", | 161 "--target", |
169 "Debug", | 162 "Debug", |
170 "--src-dir", | 163 "--src-dir", |
171 "[SLAVE_BUILD]/src", | 164 "[CWD]/src", |
172 "--goma-cache-dir", | 165 "--goma-cache-dir", |
173 "[GOMA_CACHE]", | 166 "[ROOT]/b/build/slave/goma_cache", |
174 "--build-tool", | 167 "--build-tool", |
175 "ninja", | 168 "ninja", |
176 "--compiler", | 169 "--compiler", |
177 "goma-clang", | 170 "goma-clang", |
178 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
179 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
180 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
181 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
182 "--goma-dir", | 175 "--goma-dir", |
183 "[BUILD]/goma", | 176 "[ROOT]/b/build/goma", |
184 "--", | 177 "--", |
185 "all" | 178 "all" |
186 ], | 179 ], |
187 "cwd": "[SLAVE_BUILD]", | |
188 "env": { | 180 "env": { |
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
190 }, | 182 }, |
191 "name": "compile", | 183 "name": "compile", |
192 "~followup_annotations": [ | 184 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
194 "@@@STEP_LOG_END@json.output (invalid)@@@" | 186 "@@@STEP_LOG_END@json.output (invalid)@@@" |
195 ] | 187 ] |
196 }, | 188 }, |
197 { | 189 { |
198 "name": "$result", | 190 "name": "$result", |
199 "recipe_result": null, | 191 "recipe_result": null, |
200 "status_code": 0 | 192 "status_code": 0 |
201 } | 193 } |
202 ] | 194 ] |
OLD | NEW |