| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.memory.fyi", | 8 "chromium.memory.full", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux MSan Tests", | 10 "Linux MSan Tests", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.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/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_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/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "-u", | 192 "-u", |
| 193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 194 "--output", | 194 "--output", |
| 195 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
| 196 "--", | 196 "--", |
| 197 "--build-config-fs", | 197 "--build-config-fs", |
| 198 "Release", | 198 "Release", |
| 199 "--paths", | 199 "--paths", |
| 200 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 200 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 201 "--properties", | 201 "--properties", |
| 202 "{\"buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"masternam
e\": \"chromium.memory.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" | 202 "{\"buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"masternam
e\": \"chromium.memory.full\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
| 203 ], | 203 ], |
| 204 "name": "get compile targets for scripts", | 204 "name": "get compile targets for scripts", |
| 205 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@json.output@{}@@@", | 206 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 207 "@@@STEP_LOG_END@json.output@@@" | 207 "@@@STEP_LOG_END@json.output@@@" |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.fyi.json", | 215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.full.json", |
| 216 "/path/to/tmp/json" | 216 "/path/to/tmp/json" |
| 217 ], | 217 ], |
| 218 "name": "read test spec (chromium.memory.fyi.json)", | 218 "name": "read test spec (chromium.memory.full.json)", |
| 219 "~followup_annotations": [ | 219 "~followup_annotations": [ |
| 220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.memory.fyi
.json@@@", | 220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.memory.ful
l.json@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@{@@@", | 221 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ \"Linux MSan Tests\": {@@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"Linux MSan Tests\": {@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 225 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 228 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ }@@@", | 229 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@}@@@", | 230 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "--show-path", | 269 "--show-path", |
| 270 "python", | 270 "python", |
| 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 272 "--gsutil-py-path", | 272 "--gsutil-py-path", |
| 273 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 273 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 274 "--target", | 274 "--target", |
| 275 "Release", | 275 "Release", |
| 276 "--src-dir", | 276 "--src-dir", |
| 277 "[SLAVE_BUILD]/src", | 277 "[SLAVE_BUILD]/src", |
| 278 "--build-url", | 278 "--build-url", |
| 279 "gs://chromium-memory-fyi-archive/chromium.memory.fyi/Chromium Linux MSan
Builder/full-build-linux.zip", | 279 "gs://chromium-memory-full-archive/chromium.memory.full/Chromium Linux MSa
n Builder/full-build-linux.zip", |
| 280 "--build_revision", | 280 "--build_revision", |
| 281 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 281 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 282 "--master-name", | 282 "--master-name", |
| 283 "chromium.memory.fyi", | 283 "chromium.memory.full", |
| 284 "--build-number", | 284 "--build-number", |
| 285 "571" | 285 "571" |
| 286 ], | 286 ], |
| 287 "name": "extract build" | 287 "name": "extract build" |
| 288 }, | 288 }, |
| 289 { | 289 { |
| 290 "allow_subannotations": true, | 290 "allow_subannotations": true, |
| 291 "cmd": [ | 291 "cmd": [ |
| 292 "python", | 292 "python", |
| 293 "-u", | 293 "-u", |
| 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 295 "--target", | 295 "--target", |
| 296 "Release", | 296 "Release", |
| 297 "--xvfb", | 297 "--xvfb", |
| 298 "--factory-properties", | 298 "--factory-properties", |
| 299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"mastername\": \"chr
omium.memory.fyi\", \"parent_buildername\": \"Chromium Linux MSan Builder\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to
/workdir/TestSlavename\"}", | 299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"mastername\": \"chr
omium.memory.full\", \"parent_buildername\": \"Chromium Linux MSan Builder\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 300 "--build-properties", | 300 "--build-properties", |
| 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"mastername\": \"chr
omium.memory.fyi\", \"parent_buildername\": \"Chromium Linux MSan Builder\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to
/workdir/TestSlavename\"}", | 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"mastername\": \"chr
omium.memory.full\", \"parent_buildername\": \"Chromium Linux MSan Builder\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 302 "--annotate=gtest", | 302 "--annotate=gtest", |
| 303 "--test-type=base_unittests", | 303 "--test-type=base_unittests", |
| 304 "--step-name=base_unittests", | 304 "--step-name=base_unittests", |
| 305 "--test-launcher-summary-output", | 305 "--test-launcher-summary-output", |
| 306 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 307 "--generate-json-file", | 307 "--generate-json-file", |
| 308 "-o", | 308 "-o", |
| 309 "gtest-results/base_unittests", | 309 "gtest-results/base_unittests", |
| 310 "--builder-name=Linux MSan Tests", | 310 "--builder-name=Linux MSan Tests", |
| 311 "--slave-name=TestSlavename", | 311 "--slave-name=TestSlavename", |
| 312 "--build-number=571", | 312 "--build-number=571", |
| 313 "--enable-msan", | 313 "--enable-msan", |
| 314 "base_unittests", | 314 "base_unittests", |
| 315 "--test-launcher-print-test-stdio=always" | 315 "--test-launcher-print-test-stdio=always" |
| 316 ], | 316 ], |
| 317 "env": { | 317 "env": { |
| 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 319 }, | 319 }, |
| 320 "name": "base_unittests" | 320 "name": "base_unittests" |
| 321 }, | 321 }, |
| 322 { | 322 { |
| 323 "name": "$result", | 323 "name": "$result", |
| 324 "recipe_result": null, | 324 "recipe_result": null, |
| 325 "status_code": 0 | 325 "status_code": 0 |
| 326 } | 326 } |
| 327 ] | 327 ] |
| OLD | NEW |