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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic_compressed.json

Issue 1345143004: CrOS: Use local Chromite checkout for configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased, comments, more useful expectations. Created 5 years, 2 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.tryserver", 8 "chromiumos.tryserver",
9 "--builder", 9 "--builder",
10 "full", 10 "full",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "git", 44 "git",
45 "checkout", 45 "checkout",
46 "master" 46 "master"
47 ], 47 ],
48 "cwd": "[SLAVE_BUILD]/chromite", 48 "cwd": "[SLAVE_BUILD]/chromite",
49 "name": "checkout chromite branch [master]" 49 "name": "checkout chromite branch [master]"
50 }, 50 },
51 { 51 {
52 "cmd": [
53 "python",
54 "-u",
55 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
56 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
57 "/path/to/tmp/json"
58 ],
59 "cwd": "[SLAVE_BUILD]",
60 "name": "read chromite config",
61 "~followup_annotations": [
62 "@@@STEP_LOG_LINE@config@{@@@",
63 "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {@@@",
64 "@@@STEP_LOG_LINE@config@ \"_template\": \"full\", @@@",
65 "@@@STEP_LOG_LINE@config@ \"type\": \"full\"@@@",
66 "@@@STEP_LOG_LINE@config@ }@@@",
67 "@@@STEP_LOG_LINE@config@}@@@",
68 "@@@STEP_LOG_END@config@@@"
69 ]
70 },
71 {
52 "allow_subannotations": true, 72 "allow_subannotations": true,
53 "cmd": [ 73 "cmd": [
54 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 74 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
55 "--buildroot", 75 "--buildroot",
56 "[ROOT]/cbuild/external_master", 76 "[ROOT]/cbuild/external_master",
57 "--timeout", 77 "--timeout",
58 "14400", 78 "14400",
59 "--remote-trybot", 79 "--remote-trybot",
60 "--remote-version=4", 80 "--remote-version=4",
61 "x86-generic-full" 81 "x86-generic-full"
62 ], 82 ],
63 "name": "cbuildbot [x86-generic-full]" 83 "name": "cbuildbot [x86-generic-full]"
64 } 84 }
65 ] 85 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698