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

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

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\bot_update.py", 6 "[BUILD]\\scripts\\slave\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_x64_gn", 10 "win_compile_dbg",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "666666", 20 "666666",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "[DEPOT_TOOLS]\\gclient.py", 73 "[DEPOT_TOOLS]\\gclient.py",
74 "runhooks" 74 "runhooks"
75 ], 75 ],
76 "cwd": "[SLAVE_BUILD]", 76 "cwd": "[SLAVE_BUILD]",
77 "env": { 77 "env": {
78 "GYP_CHROMIUM_NO_ACTION": "1", 78 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
79 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
80 }, 79 },
81 "name": "gclient runhooks" 80 "name": "gclient runhooks"
82 }, 81 },
83 { 82 {
84 "cmd": [ 83 "cmd": [
85 "python", 84 "python",
86 "-u", 85 "-u",
87 "[DEPOT_TOOLS]\\gn.py",
88 "--root=[SLAVE_BUILD]\\src",
89 "gen",
90 "//out/Debug_x64",
91 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\ \goma\" build_with_chromium=false"
92 ],
93 "cwd": "[SLAVE_BUILD]",
94 "name": "gn"
95 },
96 {
97 "cmd": [
98 "python",
99 "-u",
100 "[BUILD]\\scripts\\slave\\compile.py", 86 "[BUILD]\\scripts\\slave\\compile.py",
101 "--target", 87 "--target",
102 "Debug_x64", 88 "Debug",
103 "--src-dir", 89 "--src-dir",
104 "[SLAVE_BUILD]\\src", 90 "[SLAVE_BUILD]\\src",
105 "--build-tool", 91 "--build-tool",
106 "ninja", 92 "ninja",
107 "--compiler", 93 "--compiler",
108 "goma", 94 "goma",
109 "--goma-dir", 95 "--goma-dir",
110 "[BUILD]\\goma", 96 "[BUILD]\\goma",
111 "--goma-fail-fast", 97 "--goma-fail-fast",
112 "--goma-disable-local-fallback", 98 "--goma-disable-local-fallback",
113 "--", 99 "--",
114 "all" 100 "All"
115 ], 101 ],
116 "cwd": "[SLAVE_BUILD]", 102 "cwd": "[SLAVE_BUILD]",
117 "name": "compile" 103 "name": "compile"
118 } 104 }
119 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698