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

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

Issue 776983002: Temporary turn off Goma for the Win and Linux deterministic builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years 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 "chromium.swarm", 8 "chromium.swarm",
9 "--builder", 9 "--builder",
10 "Linux deterministic build", 10 "Linux deterministic build",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ] 60 ]
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "[DEPOT_TOOLS]/gclient.py", 66 "[DEPOT_TOOLS]/gclient.py",
67 "runhooks" 67 "runhooks"
68 ], 68 ],
69 "env": { 69 "env": {
70 "GYP_DEFINES": "component=static_library dont_embed_build_metadata=1 gomad ir='[BUILD]/goma' target_arch=ia32 use_goma=1" 70 "GYP_DEFINES": "component=static_library dont_embed_build_metadata=1 targe t_arch=ia32"
71 }, 71 },
72 "name": "gclient runhooks" 72 "name": "gclient runhooks"
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "python", 76 "python",
77 "-u", 77 "-u",
78 "[BUILD]/scripts/slave/compile.py", 78 "[BUILD]/scripts/slave/compile.py",
79 "--target", 79 "--target",
80 "Release", 80 "Release",
81 "--src-dir", 81 "--src-dir",
82 "[SLAVE_BUILD]/src", 82 "[SLAVE_BUILD]/src",
83 "--build-tool", 83 "--build-tool",
84 "ninja", 84 "ninja",
85 "--compiler",
86 "goma",
87 "--goma-dir",
88 "[BUILD]/goma",
89 "--clobber", 85 "--clobber",
90 "--", 86 "--",
91 "chromium_swarm_tests" 87 "chromium_swarm_tests"
92 ], 88 ],
93 "name": "First build" 89 "name": "First build"
94 }, 90 },
95 { 91 {
96 "cmd": [ 92 "cmd": [
97 "python", 93 "python",
98 "-u", 94 "-u",
(...skipping 30 matching lines...) Expand all
129 "cmd": [ 125 "cmd": [
130 "python", 126 "python",
131 "-u", 127 "-u",
132 "[BUILD]/scripts/slave/compile.py", 128 "[BUILD]/scripts/slave/compile.py",
133 "--target", 129 "--target",
134 "Release", 130 "Release",
135 "--src-dir", 131 "--src-dir",
136 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
137 "--build-tool", 133 "--build-tool",
138 "ninja", 134 "ninja",
139 "--compiler",
140 "goma",
141 "--goma-dir",
142 "[BUILD]/goma",
143 "--clobber", 135 "--clobber",
144 "--", 136 "--",
145 "chromium_swarm_tests" 137 "chromium_swarm_tests"
146 ], 138 ],
147 "name": "Second build" 139 "name": "Second build"
148 }, 140 },
149 { 141 {
150 "cmd": [ 142 "cmd": [
151 "python", 143 "python",
152 "-u", 144 "-u",
(...skipping 22 matching lines...) Expand all
175 "[SLAVE_BUILD]/src/out/Release.1", 167 "[SLAVE_BUILD]/src/out/Release.1",
176 "--second-build-dir", 168 "--second-build-dir",
177 "[SLAVE_BUILD]/src/out/Release.2", 169 "[SLAVE_BUILD]/src/out/Release.2",
178 "--target-platform", 170 "--target-platform",
179 "linux" 171 "linux"
180 ], 172 ],
181 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
182 "name": "compare_build_artifacts" 174 "name": "compare_build_artifacts"
183 } 175 }
184 ] 176 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698