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

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

Issue 2325013002: Add BuildBucket manifest scheduling support. (Closed)
Patch Set: Rebarse Created 4 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
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu mos/chromite.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'chromite', 'url': 'https://chromium.googlesource.com/chromiu mos/chromite.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "chromite", 10 "chromite",
(...skipping 23 matching lines...) Expand all
34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
38 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
39 "@@@STEP_LOG_END@json.output@@@" 39 "@@@STEP_LOG_END@json.output@@@"
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "git",
45 "checkout",
46 "master"
47 ],
48 "cwd": "[SLAVE_BUILD]/chromite",
49 "name": "checkout chromite branch [master]"
50 },
51 {
52 "cmd": [
53 "git",
54 "pull"
55 ],
56 "cwd": "[SLAVE_BUILD]/chromite",
57 "name": "sync chromite branch [master]"
58 },
59 {
60 "cmd": [
61 "python", 44 "python",
62 "-u", 45 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json", 47 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
65 "/path/to/tmp/json" 48 "/path/to/tmp/json"
66 ], 49 ],
67 "name": "read chromite config", 50 "name": "read chromite config",
68 "~followup_annotations": [ 51 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@config@{@@@", 52 "@@@STEP_LOG_LINE@config@{@@@",
70 "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {@@@", 53 "@@@STEP_LOG_LINE@config@ \"auron-paladin\": {@@@",
71 "@@@STEP_LOG_LINE@config@ \"_template\": \"full\", @@@", 54 "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\"@@@",
72 "@@@STEP_LOG_LINE@config@ \"build_type\": \"full\"@@@",
73 "@@@STEP_LOG_LINE@config@ }@@@", 55 "@@@STEP_LOG_LINE@config@ }@@@",
74 "@@@STEP_LOG_LINE@config@}@@@", 56 "@@@STEP_LOG_LINE@config@}@@@",
75 "@@@STEP_LOG_END@config@@@" 57 "@@@STEP_LOG_END@config@@@"
76 ] 58 ]
77 }, 59 },
78 { 60 {
79 "allow_subannotations": true, 61 "allow_subannotations": true,
80 "cmd": [ 62 "cmd": [
81 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 63 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
82 "--buildroot", 64 "--buildroot",
83 "[ROOT]/cbuild/external_master", 65 "[ROOT]/cbuild/external_master",
84 "--timeout", 66 "--buildbot",
85 "14400", 67 "--branch",
86 "--remote-trybot", 68 "master",
87 "--remote-version=4", 69 "--buildnumber",
88 "x86-generic-full" 70 "12345",
71 "--buildbucket-id",
72 "1337",
73 "--repo-cache",
74 "/var/cache/chrome-infra/ccompute-setup/cros-internal",
75 "--master-build-id",
76 "24601",
77 "auron-paladin"
89 ], 78 ],
90 "cwd": "[SLAVE_BUILD]", 79 "cwd": "[SLAVE_BUILD]",
91 "name": "cbuildbot [x86-generic-full]" 80 "name": "cbuildbot [auron-paladin]"
92 }, 81 },
93 { 82 {
94 "name": "$result", 83 "name": "$result",
95 "recipe_result": null, 84 "recipe_result": null,
96 "status_code": 0 85 "status_code": 0
97 } 86 }
98 ] 87 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698