Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 ], 212 ],
213 "env": { 213 "env": {
214 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p repare use_allocator=none use_goma=1" 214 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p repare use_allocator=none use_goma=1"
215 }, 215 },
216 "name": "gclient runhooks (with patch)" 216 "name": "gclient runhooks (with patch)"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 222 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
223 "--build-dir", 223 "--build-dir",
224 "[SLAVE_BUILD]/src/out/Release", 224 "[SLAVE_BUILD]/src/out/Release",
225 "--clean-isolated-files" 225 "--clean-isolated-files"
226 ], 226 ],
227 "name": "clean isolated files" 227 "name": "clean isolated files"
228 }, 228 },
229 { 229 {
230 "cmd": [ 230 "cmd": [
231 "python", 231 "python",
232 "-u", 232 "-u",
(...skipping 13 matching lines...) Expand all
246 "base_unittests_run", 246 "base_unittests_run",
247 "browser_tests", 247 "browser_tests",
248 "browser_tests_run" 248 "browser_tests_run"
249 ], 249 ],
250 "name": "compile (with patch)" 250 "name": "compile (with patch)"
251 }, 251 },
252 { 252 {
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 256 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
257 "--build-dir", 257 "--build-dir",
258 "[SLAVE_BUILD]/src/out/Release", 258 "[SLAVE_BUILD]/src/out/Release",
259 "--src-dir", 259 "--src-dir",
260 "[SLAVE_BUILD]/src" 260 "[SLAVE_BUILD]/src"
261 ], 261 ],
262 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
263 "name": "remove_build_metadata" 263 "name": "remove_build_metadata"
264 }, 264 },
265 { 265 {
266 "cmd": [ 266 "cmd": [
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 518 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
519 "@@@STEP_LOG_LINE@json.output@}@@@", 519 "@@@STEP_LOG_LINE@json.output@}@@@",
520 "@@@STEP_LOG_END@json.output@@@" 520 "@@@STEP_LOG_END@json.output@@@"
521 ] 521 ]
522 }, 522 },
523 { 523 {
524 "allow_subannotations": true, 524 "allow_subannotations": true,
525 "cmd": [ 525 "cmd": [
526 "python", 526 "python",
527 "-u", 527 "-u",
528 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 528 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
529 "--swarming-client-dir", 529 "--swarming-client-dir",
530 "[SLAVE_BUILD]/src/tools/swarming_client", 530 "[SLAVE_BUILD]/src/tools/swarming_client",
531 "--temp-root-dir", 531 "--temp-root-dir",
532 "[TMP_BASE]", 532 "[TMP_BASE]",
533 "--merged-test-output", 533 "--merged-test-output",
534 "/path/to/tmp/json", 534 "/path/to/tmp/json",
535 "--", 535 "--",
536 "collect", 536 "collect",
537 "--swarming", 537 "--swarming",
538 "https://chromium-swarm.appspot.com", 538 "https://chromium-swarm.appspot.com",
539 "--decorate", 539 "--decorate",
540 "--print-status-updates", 540 "--print-status-updates",
541 "--shards", 541 "--shards",
542 "1", 542 "1",
543 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_r el/571" 543 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_r el/571"
544 ], 544 ],
545 "name": "base_unittests (with patch)" 545 "name": "base_unittests (with patch)"
546 }, 546 },
547 { 547 {
548 "allow_subannotations": true, 548 "allow_subannotations": true,
549 "cmd": [ 549 "cmd": [
550 "python", 550 "python",
551 "-u", 551 "-u",
552 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 552 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
553 "--swarming-client-dir", 553 "--swarming-client-dir",
554 "[SLAVE_BUILD]/src/tools/swarming_client", 554 "[SLAVE_BUILD]/src/tools/swarming_client",
555 "--temp-root-dir", 555 "--temp-root-dir",
556 "[TMP_BASE]", 556 "[TMP_BASE]",
557 "--merged-test-output", 557 "--merged-test-output",
558 "/path/to/tmp/json", 558 "/path/to/tmp/json",
559 "--", 559 "--",
560 "collect", 560 "collect",
561 "--swarming", 561 "--swarming",
562 "https://chromium-swarm.appspot.com", 562 "https://chromium-swarm.appspot.com",
563 "--decorate", 563 "--decorate",
564 "--print-status-updates", 564 "--print-status-updates",
565 "--shards", 565 "--shards",
566 "5", 566 "5",
567 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re l/571" 567 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re l/571"
568 ], 568 ],
569 "name": "browser_tests (with patch)" 569 "name": "browser_tests (with patch)"
570 } 570 }
571 ] 571 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698