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