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

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

Issue 853013002: Disable Goma for the OS X builders on chromium.swarm (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 11 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 "chromium.swarm", 8 "chromium.swarm",
9 "--builder", 9 "--builder",
10 "Mac deterministic build", 10 "Mac deterministic build",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "[DEPOT_TOOLS]/gclient.py", 68 "[DEPOT_TOOLS]/gclient.py",
69 "runhooks" 69 "runhooks"
70 ], 70 ],
71 "env": { 71 "env": {
72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1" 72 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 target_arch=ia32"
73 }, 73 },
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[BUILD]/scripts/slave/compile.py", 80 "[BUILD]/scripts/slave/compile.py",
81 "--target", 81 "--target",
82 "Release", 82 "Release",
83 "--src-dir", 83 "--src-dir",
84 "[SLAVE_BUILD]/src", 84 "[SLAVE_BUILD]/src",
85 "--build-tool", 85 "--build-tool",
86 "ninja", 86 "ninja",
87 "--compiler", 87 "--compiler",
88 "goma-clang", 88 "clang",
89 "--goma-dir",
90 "[BUILD]/goma",
91 "--clobber", 89 "--clobber",
92 "--", 90 "--",
93 "chromium_swarm_tests" 91 "chromium_swarm_tests"
94 ], 92 ],
95 "name": "First build" 93 "name": "First build"
96 }, 94 },
97 { 95 {
98 "cmd": [ 96 "cmd": [
99 "python", 97 "python",
100 "-u", 98 "-u",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "python", 130 "python",
133 "-u", 131 "-u",
134 "[BUILD]/scripts/slave/compile.py", 132 "[BUILD]/scripts/slave/compile.py",
135 "--target", 133 "--target",
136 "Release", 134 "Release",
137 "--src-dir", 135 "--src-dir",
138 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
139 "--build-tool", 137 "--build-tool",
140 "ninja", 138 "ninja",
141 "--compiler", 139 "--compiler",
142 "goma-clang", 140 "clang",
143 "--goma-dir",
144 "[BUILD]/goma",
145 "--clobber", 141 "--clobber",
146 "--", 142 "--",
147 "chromium_swarm_tests" 143 "chromium_swarm_tests"
148 ], 144 ],
149 "name": "Second build" 145 "name": "Second build"
150 }, 146 },
151 { 147 {
152 "cmd": [ 148 "cmd": [
153 "python", 149 "python",
154 "-u", 150 "-u",
(...skipping 22 matching lines...) Expand all
177 "[SLAVE_BUILD]/src/out/Release.1", 173 "[SLAVE_BUILD]/src/out/Release.1",
178 "--second-build-dir", 174 "--second-build-dir",
179 "[SLAVE_BUILD]/src/out/Release.2", 175 "[SLAVE_BUILD]/src/out/Release.2",
180 "--target-platform", 176 "--target-platform",
181 "mac" 177 "mac"
182 ], 178 ],
183 "cwd": "[SLAVE_BUILD]", 179 "cwd": "[SLAVE_BUILD]",
184 "name": "compare_build_artifacts" 180 "name": "compare_build_artifacts"
185 } 181 }
186 ] 182 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698