| OLD | NEW |
| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=archive test_isolation_outdir=https://isolate
server.appspot.com use_goma=1" | 94 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=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.mac.json", | 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 104 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "browser_tests_run", | 191 "browser_tests_run", |
| 192 "chrome", | 192 "chrome", |
| 193 "chromium_builder_tests" | 193 "chromium_builder_tests" |
| 194 ], | 194 ], |
| 195 "name": "compile" | 195 "name": "compile" |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 201 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 202 "--build-dir", | 202 "batcharchive", |
| 203 "[SLAVE_BUILD]/src/out/Release", | 203 "--dump-json", |
| 204 "--output-json", | 204 "/path/to/tmp/json", |
| 205 "/path/to/tmp/json" | 205 "--isolate-server", |
| 206 "https://isolateserver.appspot.com", |
| 207 "--verbose", |
| 208 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 206 ], | 209 ], |
| 207 "name": "find isolated tests", | 210 "name": "isolate tests", |
| 208 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{@@@", | 212 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@}@@@", | 214 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@", | 215 "@@@STEP_LOG_END@json.output@@@", |
| 213 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" | 216 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" |
| 214 ] | 217 ] |
| 215 }, | 218 }, |
| 216 { | 219 { |
| 217 "allow_subannotations": true, | 220 "allow_subannotations": true, |
| 218 "cmd": [ | 221 "cmd": [ |
| 219 "python", | 222 "python", |
| 220 "-u", | 223 "-u", |
| 221 "[BUILD]/scripts/slave/zip_build.py", | 224 "[BUILD]/scripts/slave/zip_build.py", |
| 222 "--target", | 225 "--target", |
| 223 "Release", | 226 "Release", |
| 224 "--build-url", | 227 "--build-url", |
| 225 "gs://chromium-mac-archive/chromium.mac/Mac Builder", | 228 "gs://chromium-mac-archive/chromium.mac/Mac Builder", |
| 226 "--build_revision", | 229 "--build_revision", |
| 227 "170242", | 230 "170242", |
| 228 "--factory-properties", | 231 "--factory-properties", |
| 229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 230 "--build-properties", | 233 "--build-properties", |
| 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 232 ], | 235 ], |
| 233 "name": "package build" | 236 "name": "package build" |
| 234 } | 237 } |
| 235 ] | 238 ] |
| OLD | NEW |