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

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

Issue 763363002: Deterministic build: Add a whitelist to the compare_build_artifact script (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 "IOS deterministic build", 10 "IOS deterministic build",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python", 166 "python",
167 "-u", 167 "-u",
168 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py", 168 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py",
169 "--first-build-dir", 169 "--first-build-dir",
170 "[SLAVE_BUILD]/src/out/Release.1", 170 "[SLAVE_BUILD]/src/out/Release.1",
171 "--second-build-dir", 171 "--second-build-dir",
172 "[SLAVE_BUILD]/src/out/Release.2" 172 "[SLAVE_BUILD]/src/out/Release.2",
173 "--target-platform",
174 "ios"
173 ], 175 ],
174 "cwd": "[SLAVE_BUILD]", 176 "cwd": "[SLAVE_BUILD]",
175 "name": "compare_build_artifacts" 177 "name": "compare_build_artifacts"
176 } 178 }
177 ] 179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698