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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_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 "Android deterministic build", 10 "Android deterministic build",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ] 169 ]
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py", 175 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py",
176 "--first-build-dir", 176 "--first-build-dir",
177 "[SLAVE_BUILD]/src/out/Release.1", 177 "[SLAVE_BUILD]/src/out/Release.1",
178 "--second-build-dir", 178 "--second-build-dir",
179 "[SLAVE_BUILD]/src/out/Release.2" 179 "[SLAVE_BUILD]/src/out/Release.2",
180 "--target-platform",
181 "android"
180 ], 182 ],
181 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
182 "name": "compare_build_artifacts" 184 "name": "compare_build_artifacts"
183 } 185 }
184 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698