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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json

Issue 694263003: Enable post-compile test isolation for all CI builders. (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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[DEPOT_TOOLS]/gclient.py", 90 "[DEPOT_TOOLS]/gclient.py",
91 "runhooks" 91 "runhooks"
92 ], 92 ],
93 "env": { 93 "env": {
94 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mo de=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" 94 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mo de=prepare use_goma=1"
95 }, 95 },
96 "name": "gclient runhooks" 96 "name": "gclient runhooks"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json",
104 "/path/to/tmp/json" 104 "/path/to/tmp/json"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "name": "checkdeps", 194 "name": "checkdeps",
195 "~followup_annotations": [ 195 "~followup_annotations": [
196 "@@@STEP_LOG_LINE@json.output@[]@@@", 196 "@@@STEP_LOG_LINE@json.output@[]@@@",
197 "@@@STEP_LOG_END@json.output@@@" 197 "@@@STEP_LOG_END@json.output@@@"
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 204 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
205 "--build-dir", 205 "batcharchive",
206 "[SLAVE_BUILD]/src/out/Release", 206 "--dump-json",
207 "--output-json", 207 "/path/to/tmp/json",
208 "/path/to/tmp/json" 208 "--isolate-server",
209 "https://isolateserver.appspot.com",
210 "--verbose",
211 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
209 ], 212 ],
210 "name": "find isolated tests", 213 "name": "isolate tests",
211 "~followup_annotations": [ 214 "~followup_annotations": [
212 "@@@STEP_LOG_LINE@json.output@{@@@", 215 "@@@STEP_LOG_LINE@json.output@{@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 216 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
214 "@@@STEP_LOG_LINE@json.output@}@@@", 217 "@@@STEP_LOG_LINE@json.output@}@@@",
215 "@@@STEP_LOG_END@json.output@@@", 218 "@@@STEP_LOG_END@json.output@@@",
216 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for browser_tests]\"}@@@" 219 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for browser_tests]\"}@@@"
217 ] 220 ]
218 }, 221 },
219 { 222 {
220 "allow_subannotations": true, 223 "allow_subannotations": true,
221 "cmd": [ 224 "cmd": [
222 "python", 225 "python",
223 "-u", 226 "-u",
224 "[BUILD]/scripts/slave/zip_build.py", 227 "[BUILD]/scripts/slave/zip_build.py",
225 "--target", 228 "--target",
226 "Release", 229 "Release",
227 "--build-url", 230 "--build-url",
228 "gs://chromium-chromiumos-archive/chromium.chromiumos/Linux ChromiumOS Bui lder", 231 "gs://chromium-chromiumos-archive/chromium.chromiumos/Linux ChromiumOS Bui lder",
229 "--build_revision", 232 "--build_revision",
230 "170242", 233 "170242",
231 "--factory-properties", 234 "--factory-properties",
232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"chromium \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}", 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"chromium \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}",
233 "--build-properties", 236 "--build-properties",
234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"chromium \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}" 237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.chromiumos\", \"parent_buildername\": null, \"recipe\": \"chromium \", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlaven ame\"}"
235 ], 238 ],
236 "name": "package build" 239 "name": "package build"
237 } 240 }
238 ] 241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698