| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]\\gclient.py", | 6 "[DEPOT_TOOLS]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| 11 "build/goma@HEAD" | 11 "build/goma@HEAD" |
| 12 ], | 12 ], |
| 13 "cwd": "[BUILD]", | 13 "cwd": "[BUILD]", |
| 14 "name": "gclient update goma canary" | 14 "name": "gclient update goma canary" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| 19 "-u", | 19 "-u", |
| 20 "[BUILD]\\scripts\\slave\\kill_processes.py" | 20 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 21 ], | 21 ], |
| 22 "cwd": "[SLAVE_BUILD]", |
| 22 "name": "taskkill" | 23 "name": "taskkill" |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "cmd": [ | 26 "cmd": [ |
| 26 "python", | 27 "python", |
| 27 "-u", | 28 "-u", |
| 28 "[BUILD]\\scripts\\slave\\bot_update.py", | 29 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 29 "--master", | 30 "--master", |
| 30 "chromium.fyi", | 31 "chromium.fyi", |
| 31 "--builder", | 32 "--builder", |
| 32 "CrWinGoma", | 33 "CrWinGoma", |
| 33 "--slave", | 34 "--slave", |
| 34 "TestSlavename", | 35 "TestSlavename", |
| 35 "--spec", | 36 "--spec", |
| 36 "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'}]", | 37 "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'}]", |
| 37 "--root", | 38 "--root", |
| 38 "src", | 39 "src", |
| 39 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 40 "{\"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\"}", | 41 "{\"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\"}", |
| 41 "--output_json", | 42 "--output_json", |
| 42 "/path/to/tmp/json", | 43 "/path/to/tmp/json", |
| 43 "--revision", | 44 "--revision", |
| 44 "src@HEAD" | 45 "src@HEAD" |
| 45 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", |
| 46 "name": "bot_update", | 48 "name": "bot_update", |
| 47 "~followup_annotations": [ | 49 "~followup_annotations": [ |
| 48 "@@@STEP_TEXT@Some step text@@@", | 50 "@@@STEP_TEXT@Some step text@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 82 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 83 ] | 85 ] |
| 84 }, | 86 }, |
| 85 { | 87 { |
| 86 "cmd": [ | 88 "cmd": [ |
| 87 "python", | 89 "python", |
| 88 "-u", | 90 "-u", |
| 89 "[DEPOT_TOOLS]\\gclient.py", | 91 "[DEPOT_TOOLS]\\gclient.py", |
| 90 "runhooks" | 92 "runhooks" |
| 91 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 92 "env": { | 95 "env": { |
| 93 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" | 96 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" |
| 94 }, | 97 }, |
| 95 "name": "gclient runhooks" | 98 "name": "gclient runhooks" |
| 96 }, | 99 }, |
| 97 { | 100 { |
| 98 "cmd": [ | 101 "cmd": [ |
| 99 "python", | 102 "python", |
| 100 "-u", | 103 "-u", |
| 101 "\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", |
| 102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 103 "/path/to/tmp/json" | 106 "/path/to/tmp/json" |
| 104 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
| 105 "name": "read test spec", | 109 "name": "read test spec", |
| 106 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 107 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@{}@@@", | 112 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 109 "@@@STEP_LOG_END@json.output@@@" | 113 "@@@STEP_LOG_END@json.output@@@" |
| 110 ] | 114 ] |
| 111 }, | 115 }, |
| 112 { | 116 { |
| 113 "cmd": [ | 117 "cmd": [ |
| 114 "python", | 118 "python", |
| 115 "-u", | 119 "-u", |
| 116 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 120 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 117 "--output", | 121 "--output", |
| 118 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
| 119 "--", | 123 "--", |
| 120 "--build-config-fs", | 124 "--build-config-fs", |
| 121 "Release", | 125 "Release", |
| 122 "--paths", | 126 "--paths", |
| 123 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 124 "--properties", | 128 "--properties", |
| 125 "{\"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" | 129 "{\"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
| 126 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "get compile targets for scripts", | 132 "name": "get compile targets for scripts", |
| 128 "~followup_annotations": [ | 133 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output@{}@@@", | 134 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 130 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 131 ] | 136 ] |
| 132 }, | 137 }, |
| 133 { | 138 { |
| 134 "cmd": [ | 139 "cmd": [ |
| 135 "python", | 140 "python", |
| 136 "-u", | 141 "-u", |
| 137 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 142 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 138 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 139 "name": "cleanup_temp" | 145 "name": "cleanup_temp" |
| 140 }, | 146 }, |
| 141 { | 147 { |
| 142 "cmd": [ | 148 "cmd": [ |
| 143 "python", | 149 "python", |
| 144 "-u", | 150 "-u", |
| 145 "[BUILD]\\scripts\\slave\\compile.py", | 151 "[BUILD]\\scripts\\slave\\compile.py", |
| 146 "--target", | 152 "--target", |
| 147 "Release", | 153 "Release", |
| 148 "--src-dir", | 154 "--src-dir", |
| 149 "[SLAVE_BUILD]\\src", | 155 "[SLAVE_BUILD]\\src", |
| 150 "--build-tool", | 156 "--build-tool", |
| 151 "ninja", | 157 "ninja", |
| 152 "--compiler", | 158 "--compiler", |
| 153 "goma", | 159 "goma", |
| 154 "--goma-dir", | 160 "--goma-dir", |
| 155 "[BUILD]\\goma", | 161 "[BUILD]\\goma", |
| 156 "--goma-hermetic", | 162 "--goma-hermetic", |
| 157 "error", | 163 "error", |
| 158 "--", | 164 "--", |
| 159 "base_unittests", | 165 "base_unittests", |
| 160 "chromium_builder_tests", | 166 "chromium_builder_tests", |
| 161 "content_unittests", | 167 "content_unittests", |
| 162 "crash_service" | 168 "crash_service" |
| 163 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "compile" | 171 "name": "compile" |
| 165 }, | 172 }, |
| 166 { | 173 { |
| 167 "cmd": [ | 174 "cmd": [ |
| 168 "python", | 175 "python", |
| 169 "-u", | 176 "-u", |
| 170 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 177 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
| 171 "--target", | 178 "--target", |
| 172 "Release" | 179 "Release" |
| 173 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]", |
| 174 "name": "start_crash_service" | 182 "name": "start_crash_service" |
| 175 }, | 183 }, |
| 176 { | 184 { |
| 177 "cmd": [ | 185 "cmd": [ |
| 178 "python", | 186 "python", |
| 179 "-u", | 187 "-u", |
| 180 "[BUILD]\\goma\\diagnose_goma_log.py" | 188 "[BUILD]\\goma\\diagnose_goma_log.py" |
| 181 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 182 "name": "diagnose_goma" | 191 "name": "diagnose_goma" |
| 183 }, | 192 }, |
| 184 { | 193 { |
| 185 "allow_subannotations": true, | 194 "allow_subannotations": true, |
| 186 "cmd": [ | 195 "cmd": [ |
| 187 "python", | 196 "python", |
| 188 "-u", | 197 "-u", |
| 189 "[BUILD]\\scripts\\slave\\runtest.py", | 198 "[BUILD]\\scripts\\slave\\runtest.py", |
| 190 "--target", | 199 "--target", |
| 191 "Release", | 200 "Release", |
| 192 "--factory-properties", | 201 "--factory-properties", |
| 193 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 202 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 194 "--build-properties", | 203 "--build-properties", |
| 195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 196 "--annotate=gtest", | 205 "--annotate=gtest", |
| 197 "--test-type=base_unittests", | 206 "--test-type=base_unittests", |
| 198 "--test-launcher-summary-output", | 207 "--test-launcher-summary-output", |
| 199 "/path/to/tmp/json", | 208 "/path/to/tmp/json", |
| 200 "--builder-name=CrWinGoma", | 209 "--builder-name=CrWinGoma", |
| 201 "--slave-name=TestSlavename", | 210 "--slave-name=TestSlavename", |
| 202 "--build-number=571", | 211 "--build-number=571", |
| 203 "base_unittests.exe" | 212 "base_unittests.exe" |
| 204 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 205 "name": "base_unittests" | 215 "name": "base_unittests" |
| 206 }, | 216 }, |
| 207 { | 217 { |
| 208 "allow_subannotations": true, | 218 "allow_subannotations": true, |
| 209 "cmd": [ | 219 "cmd": [ |
| 210 "python", | 220 "python", |
| 211 "-u", | 221 "-u", |
| 212 "[BUILD]\\scripts\\slave\\runtest.py", | 222 "[BUILD]\\scripts\\slave\\runtest.py", |
| 213 "--target", | 223 "--target", |
| 214 "Release", | 224 "Release", |
| 215 "--factory-properties", | 225 "--factory-properties", |
| 216 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 217 "--build-properties", | 227 "--build-properties", |
| 218 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 219 "--annotate=gtest", | 229 "--annotate=gtest", |
| 220 "--test-type=content_unittests", | 230 "--test-type=content_unittests", |
| 221 "--test-launcher-summary-output", | 231 "--test-launcher-summary-output", |
| 222 "/path/to/tmp/json", | 232 "/path/to/tmp/json", |
| 223 "--builder-name=CrWinGoma", | 233 "--builder-name=CrWinGoma", |
| 224 "--slave-name=TestSlavename", | 234 "--slave-name=TestSlavename", |
| 225 "--build-number=571", | 235 "--build-number=571", |
| 226 "content_unittests.exe" | 236 "content_unittests.exe" |
| 227 ], | 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "content_unittests" | 239 "name": "content_unittests" |
| 229 }, | 240 }, |
| 230 { | 241 { |
| 231 "cmd": [ | 242 "cmd": [ |
| 232 "python", | 243 "python", |
| 233 "-u", | 244 "-u", |
| 234 "[BUILD]\\scripts\\slave\\process_dumps.py", | 245 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 235 "--target", | 246 "--target", |
| 236 "Release" | 247 "Release" |
| 237 ], | 248 ], |
| 249 "cwd": "[SLAVE_BUILD]", |
| 238 "name": "process_dumps" | 250 "name": "process_dumps" |
| 239 } | 251 } |
| 240 ] | 252 ] |
| OLD | NEW |