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