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

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

Issue 657863004: Deterministic recipe: Change the target to chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 2 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 "Android deterministic build", 10 "Android deterministic build",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "--src-dir", 95 "--src-dir",
96 "[SLAVE_BUILD]/src", 96 "[SLAVE_BUILD]/src",
97 "--build-tool", 97 "--build-tool",
98 "ninja", 98 "ninja",
99 "--compiler", 99 "--compiler",
100 "goma", 100 "goma",
101 "--goma-dir", 101 "--goma-dir",
102 "[BUILD]/goma", 102 "[BUILD]/goma",
103 "--clobber", 103 "--clobber",
104 "--", 104 "--",
105 "base_unittests" 105 "chrome_run"
106 ], 106 ],
107 "name": "First build" 107 "name": "First build"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
114 "--build-dir", 114 "--build-dir",
115 "[SLAVE_BUILD]/src/out/Release", 115 "[SLAVE_BUILD]/src/out/Release",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--src-dir", 149 "--src-dir",
150 "[SLAVE_BUILD]/src", 150 "[SLAVE_BUILD]/src",
151 "--build-tool", 151 "--build-tool",
152 "ninja", 152 "ninja",
153 "--compiler", 153 "--compiler",
154 "goma", 154 "goma",
155 "--goma-dir", 155 "--goma-dir",
156 "[BUILD]/goma", 156 "[BUILD]/goma",
157 "--clobber", 157 "--clobber",
158 "--", 158 "--",
159 "base_unittests" 159 "chrome_run"
160 ], 160 ],
161 "name": "Second build" 161 "name": "Second build"
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "\nimport os\nimport shutil\nimport sys\nif os.path.exists(sys.argv[2]):\n shutil.rmtree(sys.argv[2])\nshutil.move(sys.argv[1], sys.argv[2])", 167 "\nimport os\nimport shutil\nimport sys\nif os.path.exists(sys.argv[2]):\n shutil.rmtree(sys.argv[2])\nshutil.move(sys.argv[1], sys.argv[2])",
168 "[SLAVE_BUILD]/src/out/Release", 168 "[SLAVE_BUILD]/src/out/Release",
169 "[SLAVE_BUILD]/src/out/Release.2" 169 "[SLAVE_BUILD]/src/out/Release.2"
(...skipping 17 matching lines...) Expand all
187 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py", 187 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py",
188 "--first-build-dir", 188 "--first-build-dir",
189 "[SLAVE_BUILD]/src/out/Release.1", 189 "[SLAVE_BUILD]/src/out/Release.1",
190 "--second-build-dir", 190 "--second-build-dir",
191 "[SLAVE_BUILD]/src/out/Release.2" 191 "[SLAVE_BUILD]/src/out/Release.2"
192 ], 192 ],
193 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
194 "name": "compare_build_artifacts.py" 194 "name": "compare_build_artifacts.py"
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698