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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_IOS_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, 1 month 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "-u", 92 "-u",
93 "[BUILD]/scripts/slave/compile.py", 93 "[BUILD]/scripts/slave/compile.py",
94 "--target", 94 "--target",
95 "Release", 95 "Release",
96 "--src-dir", 96 "--src-dir",
97 "[SLAVE_BUILD]/src", 97 "[SLAVE_BUILD]/src",
98 "--build-tool", 98 "--build-tool",
99 "ninja", 99 "ninja",
100 "--clobber", 100 "--clobber",
101 "--", 101 "--",
102 "base_unittests" 102 "chrome_run"
103 ], 103 ],
104 "name": "First build" 104 "name": "First build"
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 110 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
111 "--build-dir", 111 "--build-dir",
112 "[SLAVE_BUILD]/src/out/Release", 112 "[SLAVE_BUILD]/src/out/Release",
(...skipping 29 matching lines...) Expand all
142 "-u", 142 "-u",
143 "[BUILD]/scripts/slave/compile.py", 143 "[BUILD]/scripts/slave/compile.py",
144 "--target", 144 "--target",
145 "Release", 145 "Release",
146 "--src-dir", 146 "--src-dir",
147 "[SLAVE_BUILD]/src", 147 "[SLAVE_BUILD]/src",
148 "--build-tool", 148 "--build-tool",
149 "ninja", 149 "ninja",
150 "--clobber", 150 "--clobber",
151 "--", 151 "--",
152 "base_unittests" 152 "chrome_run"
153 ], 153 ],
154 "name": "Second build" 154 "name": "Second build"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "\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])", 160 "\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])",
161 "[SLAVE_BUILD]/src/out/Release", 161 "[SLAVE_BUILD]/src/out/Release",
162 "[SLAVE_BUILD]/src/out/Release.2" 162 "[SLAVE_BUILD]/src/out/Release.2"
(...skipping 17 matching lines...) Expand all
180 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py", 180 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti facts.py",
181 "--first-build-dir", 181 "--first-build-dir",
182 "[SLAVE_BUILD]/src/out/Release.1", 182 "[SLAVE_BUILD]/src/out/Release.1",
183 "--second-build-dir", 183 "--second-build-dir",
184 "[SLAVE_BUILD]/src/out/Release.2" 184 "[SLAVE_BUILD]/src/out/Release.2"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
187 "name": "compare_build_artifacts.py" 187 "name": "compare_build_artifacts.py"
188 } 188 }
189 ] 189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698