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

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

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update the test expectations. Created 5 years, 6 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 | Annotate | Revision Log
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "python", 76 "python",
77 "-u", 77 "-u",
78 "[DEPOT_TOOLS]\\gclient.py", 78 "[DEPOT_TOOLS]\\gclient.py",
79 "runhooks" 79 "runhooks"
80 ], 80 ],
81 "cwd": "[SLAVE_BUILD]", 81 "cwd": "[SLAVE_BUILD]",
82 "env": { 82 "env": {
83 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare" 83 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare",
84 "LLVM_FORCE_HEAD_REVISION": "YES"
84 }, 85 },
85 "name": "gclient runhooks" 86 "name": "gclient runhooks"
86 }, 87 },
87 { 88 {
88 "allow_subannotations": true, 89 "allow_subannotations": true,
89 "cmd": [ 90 "cmd": [
90 "python", 91 "python",
91 "-u", 92 "-u",
92 "[BUILD]\\scripts\\slave\\clang_revision.py", 93 "[BUILD]\\scripts\\slave\\clang_revision.py",
93 "--src-dir", 94 "--src-dir",
94 "[SLAVE_BUILD]\\src", 95 "[SLAVE_BUILD]\\src",
95 "--output-json", 96 "--output-json",
96 "/path/to/tmp/json" 97 "/path/to/tmp/json"
97 ], 98 ],
98 "cwd": "[SLAVE_BUILD]", 99 "cwd": "[SLAVE_BUILD]",
100 "env": {
101 "LLVM_FORCE_HEAD_REVISION": "YES"
102 },
99 "name": "clang_revision", 103 "name": "clang_revision",
100 "~followup_annotations": [ 104 "~followup_annotations": [
101 "@@@STEP_LOG_LINE@json.output@{@@@", 105 "@@@STEP_LOG_LINE@json.output@{@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
103 "@@@STEP_LOG_LINE@json.output@}@@@", 107 "@@@STEP_LOG_LINE@json.output@}@@@",
104 "@@@STEP_LOG_END@json.output@@@" 108 "@@@STEP_LOG_END@json.output@@@"
105 ] 109 ]
106 }, 110 },
107 { 111 {
108 "cmd": [ 112 "cmd": [
109 "python", 113 "python",
110 "-u", 114 "-u",
111 "[BUILD]\\scripts\\slave\\compile.py", 115 "[BUILD]\\scripts\\slave\\compile.py",
112 "--target", 116 "--target",
113 "Release", 117 "Release",
114 "--src-dir", 118 "--src-dir",
115 "[SLAVE_BUILD]\\src", 119 "[SLAVE_BUILD]\\src",
116 "--build-tool", 120 "--build-tool",
117 "ninja", 121 "ninja",
118 "--compiler", 122 "--compiler",
119 "clang", 123 "clang",
120 "--clobber", 124 "--clobber",
121 "--", 125 "--",
122 "chromium_swarm_tests" 126 "chromium_swarm_tests"
123 ], 127 ],
124 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
129 "env": {
130 "LLVM_FORCE_HEAD_REVISION": "YES"
131 },
125 "name": "First build" 132 "name": "First build"
126 }, 133 },
127 { 134 {
128 "cmd": [ 135 "cmd": [
129 "python", 136 "python",
130 "-u", 137 "-u",
131 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 138 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
132 "--build-dir", 139 "--build-dir",
133 "[SLAVE_BUILD]\\src\\out\\Release", 140 "[SLAVE_BUILD]\\src\\out\\Release",
134 "--src-dir", 141 "--src-dir",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 }, 207 },
201 { 208 {
202 "cmd": [ 209 "cmd": [
203 "python", 210 "python",
204 "-u", 211 "-u",
205 "[DEPOT_TOOLS]\\gclient.py", 212 "[DEPOT_TOOLS]\\gclient.py",
206 "runhooks" 213 "runhooks"
207 ], 214 ],
208 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
209 "env": { 216 "env": {
210 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare" 217 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare",
218 "LLVM_FORCE_HEAD_REVISION": "YES"
211 }, 219 },
212 "name": "gclient runhooks (2)" 220 "name": "gclient runhooks (2)"
213 }, 221 },
214 { 222 {
215 "allow_subannotations": true, 223 "allow_subannotations": true,
216 "cmd": [ 224 "cmd": [
217 "python", 225 "python",
218 "-u", 226 "-u",
219 "[BUILD]\\scripts\\slave\\clang_revision.py", 227 "[BUILD]\\scripts\\slave\\clang_revision.py",
220 "--src-dir", 228 "--src-dir",
221 "[SLAVE_BUILD]\\src", 229 "[SLAVE_BUILD]\\src",
222 "--output-json", 230 "--output-json",
223 "/path/to/tmp/json" 231 "/path/to/tmp/json"
224 ], 232 ],
225 "cwd": "[SLAVE_BUILD]", 233 "cwd": "[SLAVE_BUILD]",
234 "env": {
235 "LLVM_FORCE_HEAD_REVISION": "YES"
236 },
226 "name": "clang_revision (2)", 237 "name": "clang_revision (2)",
227 "~followup_annotations": [ 238 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{@@@", 239 "@@@STEP_LOG_LINE@json.output@{@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 240 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
230 "@@@STEP_LOG_LINE@json.output@}@@@", 241 "@@@STEP_LOG_LINE@json.output@}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 242 "@@@STEP_LOG_END@json.output@@@"
232 ] 243 ]
233 }, 244 },
234 { 245 {
235 "cmd": [ 246 "cmd": [
236 "python", 247 "python",
237 "-u", 248 "-u",
238 "[BUILD]\\scripts\\slave\\compile.py", 249 "[BUILD]\\scripts\\slave\\compile.py",
239 "--target", 250 "--target",
240 "Release", 251 "Release",
241 "--src-dir", 252 "--src-dir",
242 "[SLAVE_BUILD]\\src", 253 "[SLAVE_BUILD]\\src",
243 "--build-tool", 254 "--build-tool",
244 "ninja", 255 "ninja",
245 "--compiler", 256 "--compiler",
246 "clang", 257 "clang",
247 "--clobber", 258 "--clobber",
248 "--", 259 "--",
249 "chromium_swarm_tests" 260 "chromium_swarm_tests"
250 ], 261 ],
251 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
263 "env": {
264 "LLVM_FORCE_HEAD_REVISION": "YES"
265 },
252 "name": "Second build" 266 "name": "Second build"
253 }, 267 },
254 { 268 {
255 "cmd": [ 269 "cmd": [
256 "python", 270 "python",
257 "-u", 271 "-u",
258 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 272 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
259 "--build-dir", 273 "--build-dir",
260 "[SLAVE_BUILD]\\src\\out\\Release", 274 "[SLAVE_BUILD]\\src\\out\\Release",
261 "--src-dir", 275 "--src-dir",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "[SLAVE_BUILD]\\src\\out\\Release.1", 344 "[SLAVE_BUILD]\\src\\out\\Release.1",
331 "--second-build-dir", 345 "--second-build-dir",
332 "[SLAVE_BUILD]\\src\\out\\Release.2", 346 "[SLAVE_BUILD]\\src\\out\\Release.2",
333 "--target-platform", 347 "--target-platform",
334 "win" 348 "win"
335 ], 349 ],
336 "cwd": "[SLAVE_BUILD]", 350 "cwd": "[SLAVE_BUILD]",
337 "name": "compare_build_artifacts" 351 "name": "compare_build_artifacts"
338 } 352 }
339 ] 353 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698