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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_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 "Windows deterministic build", 10 "Windows deterministic build",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\compare_buil d_artifacts.py", 173 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\compare_buil d_artifacts.py",
174 "--first-build-dir", 174 "--first-build-dir",
175 "[SLAVE_BUILD]\\src\\out\\Release.1", 175 "[SLAVE_BUILD]\\src\\out\\Release.1",
176 "--second-build-dir", 176 "--second-build-dir",
177 "[SLAVE_BUILD]\\src\\out\\Release.2" 177 "[SLAVE_BUILD]\\src\\out\\Release.2",
178 "--target-platform",
179 "win"
178 ], 180 ],
179 "cwd": "[SLAVE_BUILD]", 181 "cwd": "[SLAVE_BUILD]",
180 "name": "compare_build_artifacts" 182 "name": "compare_build_artifacts"
181 } 183 }
182 ] 184 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698