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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json

Issue 1059063002: Add a Win Clang deterministic builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove the old Windows builder. Created 5 years, 8 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\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup_temp" 8 "name": "cleanup_temp"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 14 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 15 "--master",
16 "chromium.swarm", 16 "chromium.swarm",
17 "--builder", 17 "--builder",
18 "Windows deterministic build", 18 "Windows Clang deterministic build",
19 "--slave", 19 "--slave",
20 "TestSlavename", 20 "TestSlavename",
21 "--spec", 21 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
23 "--root", 23 "--root",
24 "src", 24 "src",
25 "--revision_mapping_file", 25 "--revision_mapping_file",
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "[DEPOT_TOOLS]\\gclient.py", 76 "[DEPOT_TOOLS]\\gclient.py",
77 "runhooks" 77 "runhooks"
78 ], 78 ],
79 "env": { 79 "env": {
80 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dont_embed_bui ld_metadata=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1" 80 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
Sébastien Marchand 2015/04/03 00:15:00 proof #1
81 }, 81 },
82 "name": "gclient runhooks" 82 "name": "gclient runhooks"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[BUILD]\\scripts\\slave\\compile.py", 88 "[BUILD]\\scripts\\slave\\compile.py",
89 "--target", 89 "--target",
90 "Release", 90 "Release",
91 "--src-dir", 91 "--src-dir",
92 "[SLAVE_BUILD]\\src", 92 "[SLAVE_BUILD]\\src",
93 "--build-tool", 93 "--build-tool",
94 "ninja", 94 "ninja",
95 "--compiler", 95 "--compiler",
96 "goma", 96 "clang",
Sébastien Marchand 2015/04/03 00:15:00 proof #2
97 "--goma-dir",
98 "[BUILD]\\goma",
99 "--clobber", 97 "--clobber",
100 "--", 98 "--",
101 "chromium_swarm_tests" 99 "chromium_swarm_tests"
102 ], 100 ],
103 "name": "First build" 101 "name": "First build"
104 }, 102 },
105 { 103 {
106 "cmd": [ 104 "cmd": [
107 "python", 105 "python",
108 "-u", 106 "-u",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 ] 171 ]
174 }, 172 },
175 { 173 {
176 "cmd": [ 174 "cmd": [
177 "python", 175 "python",
178 "-u", 176 "-u",
179 "[DEPOT_TOOLS]\\gclient.py", 177 "[DEPOT_TOOLS]\\gclient.py",
180 "runhooks" 178 "runhooks"
181 ], 179 ],
182 "env": { 180 "env": {
183 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dont_embed_bui ld_metadata=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1" 181 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
184 }, 182 },
185 "name": "gclient runhooks (2)" 183 "name": "gclient runhooks (2)"
186 }, 184 },
187 { 185 {
188 "cmd": [ 186 "cmd": [
189 "python", 187 "python",
190 "-u", 188 "-u",
191 "[BUILD]\\scripts\\slave\\compile.py", 189 "[BUILD]\\scripts\\slave\\compile.py",
192 "--target", 190 "--target",
193 "Release", 191 "Release",
194 "--src-dir", 192 "--src-dir",
195 "[SLAVE_BUILD]\\src", 193 "[SLAVE_BUILD]\\src",
196 "--build-tool", 194 "--build-tool",
197 "ninja", 195 "ninja",
198 "--compiler", 196 "--compiler",
199 "goma", 197 "clang",
200 "--goma-dir",
201 "[BUILD]\\goma",
202 "--clobber", 198 "--clobber",
203 "--", 199 "--",
204 "chromium_swarm_tests" 200 "chromium_swarm_tests"
205 ], 201 ],
206 "name": "Second build" 202 "name": "Second build"
207 }, 203 },
208 { 204 {
209 "cmd": [ 205 "cmd": [
210 "python", 206 "python",
211 "-u", 207 "-u",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "[SLAVE_BUILD]\\src\\out\\Release.1", 276 "[SLAVE_BUILD]\\src\\out\\Release.1",
281 "--second-build-dir", 277 "--second-build-dir",
282 "[SLAVE_BUILD]\\src\\out\\Release.2", 278 "[SLAVE_BUILD]\\src\\out\\Release.2",
283 "--target-platform", 279 "--target-platform",
284 "win" 280 "win"
285 ], 281 ],
286 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
287 "name": "compare_build_artifacts" 283 "name": "compare_build_artifacts"
288 } 284 }
289 ] 285 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698