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

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

Issue 1345143004: CrOS: Use local Chromite checkout for configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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.tryserver", 8 "chromiumos.tryserver",
9 "--builder", 9 "--builder",
10 "etc", 10 "paladin",
11 "--slave", 11 "--slave",
12 "test", 12 "test",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
15 "--root", 15 "--root",
16 "chromite", 16 "chromite",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
(...skipping 19 matching lines...) Expand all
40 { 40 {
41 "cmd": [ 41 "cmd": [
42 "git", 42 "git",
43 "checkout", 43 "checkout",
44 "master" 44 "master"
45 ], 45 ],
46 "cwd": "[SLAVE_BUILD]/chromite", 46 "cwd": "[SLAVE_BUILD]/chromite",
47 "name": "checkout chromite branch [master]" 47 "name": "checkout chromite branch [master]"
48 }, 48 },
49 { 49 {
50 "cmd": [
51 "python",
52 "-u",
53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
54 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
55 "/path/to/tmp/json"
56 ],
57 "cwd": "[SLAVE_BUILD]",
58 "name": "read chromite config",
59 "~followup_annotations": [
60 "@@@STEP_LOG_LINE@config@{@@@",
61 "@@@STEP_LOG_LINE@config@ \"internal-paladin\": {@@@",
62 "@@@STEP_LOG_LINE@config@ \"internal\": true@@@",
63 "@@@STEP_LOG_LINE@config@ }@@@",
64 "@@@STEP_LOG_LINE@config@}@@@",
65 "@@@STEP_LOG_END@config@@@"
66 ]
67 },
68 {
50 "allow_subannotations": true, 69 "allow_subannotations": true,
51 "cmd": [ 70 "cmd": [
52 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 71 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
53 "--buildroot", 72 "--buildroot",
54 "[ROOT]/cbuild/etc_master", 73 "[ROOT]/cbuild/internal_master",
55 "--clobber",
56 "--timeout", 74 "--timeout",
57 "14400", 75 "14400",
58 "--remote-trybot", 76 "--remote-trybot",
59 "--remote-version=4", 77 "--remote-version=4",
60 "xxx-fakeboard-fakebuild" 78 "internal-paladin"
61 ], 79 ],
62 "name": "cbuildbot [xxx-fakeboard-fakebuild]" 80 "name": "cbuildbot [internal-paladin]"
63 } 81 }
64 ] 82 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698