Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_rel.json

Issue 2288063002: WebRTC: Repurpose GN bots to GYP for all but iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix typo Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_dbg.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]\\win_x64_gn_rel", 7 "[BUILDER_CACHE]\\win_x64_gyp_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
29 "--master", 29 "--master",
30 "tryserver.webrtc", 30 "tryserver.webrtc",
31 "--builder", 31 "--builder",
32 "win_x64_gn_rel", 32 "win_x64_gyp_rel",
33 "--slave", 33 "--slave",
34 "slavename", 34 "slavename",
35 "--spec", 35 "--spec",
36 "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 = '[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", 37 "--root",
38 "src", 38 "src",
39 "--revision_mapping_file", 39 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 41 "--git-cache-dir",
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--issue", 43 "--issue",
44 "666666", 44 "666666",
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://fake.rietveld.url", 48 "https://fake.rietveld.url",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@12345", 52 "src@12345",
53 "--output_manifest" 53 "--output_manifest"
54 ], 54 ],
55 "cwd": "[BUILDER_CACHE]\\win_x64_gn_rel", 55 "cwd": "[BUILDER_CACHE]\\win_x64_gyp_rel",
56 "env": { 56 "env": {
57 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 58 },
59 "name": "bot_update", 59 "name": "bot_update",
60 "~followup_annotations": [ 60 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
82 "@@@STEP_LOG_END@json.output@@@", 82 "@@@STEP_LOG_END@json.output@@@",
83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
85 ] 85 ]
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 91 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
92 "[BUILDER_CACHE]\\win_x64_gn_rel\\src\\out" 92 "[BUILDER_CACHE]\\win_x64_gyp_rel\\src\\out"
93 ], 93 ],
94 "name": "clean test output files" 94 "name": "clean test output files"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
101 "--show-path", 101 "--show-path",
102 "python", 102 "python",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
163 ] 163 ]
164 }, 164 },
165 { 165 {
166 "cmd": [ 166 "cmd": [
167 "python", 167 "python",
168 "-u", 168 "-u",
169 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 169 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
170 "runhooks" 170 "runhooks"
171 ], 171 ],
172 "cwd": "[BUILDER_CACHE]\\win_x64_gn_rel\\src", 172 "cwd": "[BUILDER_CACHE]\\win_x64_gyp_rel\\src",
173 "env": { 173 "env": {
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
175 "GYP_CHROMIUM_NO_ACTION": "1", 175 "GYP_CHROMIUM_NO_ACTION": "1",
176 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=x6 4 use_goma=1", 176 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=x6 4 use_goma=1",
177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
178 }, 178 },
179 "name": "gclient runhooks" 179 "name": "gclient runhooks"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "[BUILDER_CACHE]\\win_x64_gn_rel\\src\\tools\\mb\\mb.py", 185 "[BUILDER_CACHE]\\win_x64_gyp_rel\\src\\tools\\mb\\mb.py",
186 "gen", 186 "gen",
187 "-m", 187 "-m",
188 "tryserver.webrtc", 188 "tryserver.webrtc",
189 "-b", 189 "-b",
190 "win_x64_gn_rel", 190 "win_x64_gyp_rel",
191 "--config-file", 191 "--config-file",
192 "[BUILDER_CACHE]\\win_x64_gn_rel\\src\\webrtc\\build\\mb_config.pyl", 192 "[BUILDER_CACHE]\\win_x64_gyp_rel\\src\\webrtc\\build\\mb_config.pyl",
193 "--goma-dir", 193 "--goma-dir",
194 "[CACHE]\\cipd\\goma", 194 "[CACHE]\\cipd\\goma",
195 "--gyp-script=[BUILDER_CACHE]\\win_x64_gn_rel\\src\\webrtc\\build\\gyp_web rtc.py", 195 "--gyp-script=[BUILDER_CACHE]\\win_x64_gyp_rel\\src\\webrtc\\build\\gyp_we brtc.py",
196 "//out/Release_x64" 196 "//out/Release_x64"
197 ], 197 ],
198 "cwd": "[BUILDER_CACHE]\\win_x64_gn_rel\\src", 198 "cwd": "[BUILDER_CACHE]\\win_x64_gyp_rel\\src",
199 "env": { 199 "env": {
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
201 }, 201 },
202 "name": "generate_build_files" 202 "name": "generate_build_files"
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 208 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
209 "--show-path", 209 "--show-path",
210 "python", 210 "python",
211 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 211 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
212 "--gsutil-py-path", 212 "--gsutil-py-path",
213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 213 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
214 "--ninja-path", 214 "--ninja-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 215 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
216 "--target", 216 "--target",
217 "Release_x64", 217 "Release_x64",
218 "--src-dir", 218 "--src-dir",
219 "[BUILDER_CACHE]\\win_x64_gn_rel\\src", 219 "[BUILDER_CACHE]\\win_x64_gyp_rel\\src",
220 "--goma-cache-dir", 220 "--goma-cache-dir",
221 "[GOMA_CACHE]", 221 "[GOMA_CACHE]",
222 "--goma-deps-cache-dir", 222 "--goma-deps-cache-dir",
223 "[GOMA_DEPS_CACHE]", 223 "[GOMA_DEPS_CACHE]",
224 "--compiler", 224 "--compiler",
225 "goma", 225 "goma",
226 "--goma-jsonstatus", 226 "--goma-jsonstatus",
227 "/path/to/tmp/json", 227 "/path/to/tmp/json",
228 "--goma-service-account-json-file", 228 "--goma-service-account-json-file",
229 "C:\\creds\\service_accounts\\service-account-goma-client.json", 229 "C:\\creds\\service_accounts\\service-account-goma-client.json",
230 "--goma-dir", 230 "--goma-dir",
231 "[CACHE]\\cipd\\goma", 231 "[CACHE]\\cipd\\goma",
232 "--goma-fail-fast", 232 "--goma-fail-fast",
233 "--goma-disable-local-fallback", 233 "--goma-disable-local-fallback",
234 "--", 234 "--"
235 "all"
236 ], 235 ],
237 "env": { 236 "env": {
238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
239 }, 238 },
240 "name": "compile", 239 "name": "compile",
241 "~followup_annotations": [ 240 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 242 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 243 ]
245 }, 244 },
246 { 245 {
247 "name": "$result", 246 "name": "$result",
248 "recipe_result": null, 247 "recipe_result": null,
249 "status_code": 0 248 "status_code": 0
250 } 249 }
251 ] 250 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gyp_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698