| 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", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@HEAD" | 22 "src@HEAD" |
| 23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
| 24 "name": "bot_update", | 25 "name": "bot_update", |
| 25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 61 ] | 62 ] |
| 62 }, | 63 }, |
| 63 { | 64 { |
| 64 "cmd": [ | 65 "cmd": [ |
| 65 "python", | 66 "python", |
| 66 "-u", | 67 "-u", |
| 67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 68 "--version" | 69 "--version" |
| 69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 70 "name": "swarming.py --version", | 72 "name": "swarming.py --version", |
| 71 "stdout": "/path/to/tmp/", | 73 "stdout": "/path/to/tmp/", |
| 72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
| 73 "@@@STEP_TEXT@0.4.10@@@" | 75 "@@@STEP_TEXT@0.4.10@@@" |
| 74 ] | 76 ] |
| 75 }, | 77 }, |
| 76 { | 78 { |
| 77 "cmd": [ | 79 "cmd": [ |
| 78 "python", | 80 "python", |
| 79 "-u", | 81 "-u", |
| 80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
| 81 "runhooks" | 83 "runhooks" |
| 82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
| 83 "env": { | 86 "env": { |
| 84 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 87 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 85 }, | 88 }, |
| 86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
| 87 }, | 90 }, |
| 88 { | 91 { |
| 89 "cmd": [ | 92 "cmd": [ |
| 90 "python", | 93 "python", |
| 91 "-u", | 94 "-u", |
| 92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 95 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
| 95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 96 "name": "read test spec", | 100 "name": "read test spec", |
| 97 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 98 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", |
| 99 "@@@STEP_LOG_LINE@json.output@{@@@", | 103 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"Mac10.6 Tests\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"Mac10.6 Tests\": {@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ {@@@", | 106 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 108 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 109 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "--output", | 143 "--output", |
| 140 "/path/to/tmp/json", | 144 "/path/to/tmp/json", |
| 141 "--", | 145 "--", |
| 142 "--build-config-fs", | 146 "--build-config-fs", |
| 143 "Release", | 147 "Release", |
| 144 "--paths", | 148 "--paths", |
| 145 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 149 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 146 "--properties", | 150 "--properties", |
| 147 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" | 151 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" |
| 148 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "get compile targets for scripts", | 154 "name": "get compile targets for scripts", |
| 150 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 156 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 158 ] |
| 154 }, | 159 }, |
| 155 { | 160 { |
| 156 "cmd": [ | 161 "cmd": [ |
| 157 "python", | 162 "python", |
| 158 "-u", | 163 "-u", |
| 159 "[BUILD]/scripts/slave/cleanup_temp.py" | 164 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 160 ], | 165 ], |
| 166 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "cleanup_temp" | 167 "name": "cleanup_temp" |
| 162 }, | 168 }, |
| 163 { | 169 { |
| 164 "cmd": [ | 170 "cmd": [ |
| 165 "python", | 171 "python", |
| 166 "-u", | 172 "-u", |
| 167 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 173 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 168 "--build-dir", | 174 "--build-dir", |
| 169 "[SLAVE_BUILD]/src/out/Release", | 175 "[SLAVE_BUILD]/src/out/Release", |
| 170 "--clean-isolated-files" | 176 "--clean-isolated-files" |
| 171 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 172 "name": "clean isolated files" | 179 "name": "clean isolated files" |
| 173 }, | 180 }, |
| 174 { | 181 { |
| 175 "cmd": [ | 182 "cmd": [ |
| 176 "python", | 183 "python", |
| 177 "-u", | 184 "-u", |
| 178 "[BUILD]/scripts/slave/compile.py", | 185 "[BUILD]/scripts/slave/compile.py", |
| 179 "--target", | 186 "--target", |
| 180 "Release", | 187 "Release", |
| 181 "--src-dir", | 188 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 189 "[SLAVE_BUILD]/src", |
| 183 "--build-tool", | 190 "--build-tool", |
| 184 "ninja", | 191 "ninja", |
| 185 "--compiler", | 192 "--compiler", |
| 186 "goma-clang", | 193 "goma-clang", |
| 187 "--goma-dir", | 194 "--goma-dir", |
| 188 "[BUILD]/goma", | 195 "[BUILD]/goma", |
| 189 "--", | 196 "--", |
| 190 "browser_tests", | 197 "browser_tests", |
| 191 "browser_tests_run", | 198 "browser_tests_run", |
| 192 "chromium_builder_tests" | 199 "chromium_builder_tests" |
| 193 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "compile" | 202 "name": "compile" |
| 195 }, | 203 }, |
| 196 { | 204 { |
| 197 "cmd": [ | 205 "cmd": [ |
| 198 "python", | 206 "python", |
| 199 "-u", | 207 "-u", |
| 200 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 208 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 201 "--build-dir", | 209 "--build-dir", |
| 202 "[SLAVE_BUILD]/src/out/Release", | 210 "[SLAVE_BUILD]/src/out/Release", |
| 203 "--src-dir", | 211 "--src-dir", |
| 204 "[SLAVE_BUILD]/src" | 212 "[SLAVE_BUILD]/src" |
| 205 ], | 213 ], |
| 206 "cwd": "[SLAVE_BUILD]", | 214 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "remove_build_metadata" | 215 "name": "remove_build_metadata" |
| 208 }, | 216 }, |
| 209 { | 217 { |
| 210 "cmd": [ | 218 "cmd": [ |
| 211 "python", | 219 "python", |
| 212 "-u", | 220 "-u", |
| 213 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 221 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 214 "batcharchive", | 222 "batcharchive", |
| 215 "--dump-json", | 223 "--dump-json", |
| 216 "/path/to/tmp/json", | 224 "/path/to/tmp/json", |
| 217 "--isolate-server", | 225 "--isolate-server", |
| 218 "https://isolateserver.appspot.com", | 226 "https://isolateserver.appspot.com", |
| 219 "--verbose", | 227 "--verbose", |
| 220 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 228 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 221 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "isolate tests", | 231 "name": "isolate tests", |
| 223 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@}@@@", | 235 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 227 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
| 228 ] | 237 ] |
| 229 }, | 238 }, |
| 230 { | 239 { |
| 231 "allow_subannotations": true, | 240 "allow_subannotations": true, |
| 232 "cmd": [ | 241 "cmd": [ |
| 233 "python", | 242 "python", |
| 234 "-u", | 243 "-u", |
| 235 "[BUILD]/scripts/slave/zip_build.py", | 244 "[BUILD]/scripts/slave/zip_build.py", |
| 236 "--target", | 245 "--target", |
| 237 "Release", | 246 "Release", |
| 238 "--build-url", | 247 "--build-url", |
| 239 "gs://chromium-mac-archive/chromium.mac/Mac Builder", | 248 "gs://chromium-mac-archive/chromium.mac/Mac Builder", |
| 240 "--build_revision", | 249 "--build_revision", |
| 241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 242 "--factory-properties", | 251 "--factory-properties", |
| 243 "{\"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\"}", | 252 "{\"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\"}", |
| 244 "--build-properties", | 253 "--build-properties", |
| 245 "{\"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\"}" | 254 "{\"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\"}" |
| 246 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", |
| 247 "name": "package build" | 257 "name": "package build" |
| 248 } | 258 } |
| 249 ] | 259 ] |
| OLD | NEW |