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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_coverage.json

Issue 1344673003: CrOS: Switch tryserver over to recipes, Gitiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Clean up comments. Created 5 years, 3 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 "chromiumos.coverage", 8 "chromiumos.coverage",
9 "--builder", 9 "--builder",
10 "Test", 10 "Test",
(...skipping 20 matching lines...) Expand all
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
38 ] 38 ]
39 }, 39 },
40 { 40 {
41 "cmd": [
42 "git",
43 "checkout",
44 "factory-1412.B"
45 ],
46 "cwd": "[SLAVE_BUILD]/chromite",
47 "name": "checkout chromite branch [factory-1412.B]"
48 },
49 {
50 "allow_subannotations": true, 41 "allow_subannotations": true,
51 "cmd": [ 42 "cmd": [
52 "[SLAVE_BUILD]/chromite/buildbot/cbuildbot", 43 "[SLAVE_BUILD]/chromite/buildbot/cbuildbot",
53 "--buildroot", 44 "--buildroot",
54 "[ROOT]/cbuild/external_master", 45 "[ROOT]/cbuild/external_master",
55 "--buildbot", 46 "--buildbot",
47 "--branch",
48 "factory-1412.B",
56 "--buildnumber", 49 "--buildnumber",
57 "0", 50 "0",
58 "--chrome_rev", 51 "--chrome_rev",
59 "stable", 52 "stable",
60 "--debug", 53 "--debug",
61 "--config_repo", 54 "--config_repo",
62 "https://fake.googlesource.com/myconfig/repo.git", 55 "https://fake.googlesource.com/myconfig/repo.git",
63 "x86-generic-full" 56 "x86-generic-full"
64 ], 57 ],
65 "name": "cbuildbot [x86-generic-full]" 58 "name": "cbuildbot [x86-generic-full]"
66 } 59 }
67 ] 60 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromite/config.py ('k') | scripts/slave/recipes/cros/cbuildbot_tryjob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698