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

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

Issue 2325913002: recipe_modules/chromite: Use "build_type". (Closed)
Patch Set: Keep variant API in for downstream compatibility. 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "-u", 62 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json", 64 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
65 "/path/to/tmp/json" 65 "/path/to/tmp/json"
66 ], 66 ],
67 "name": "read chromite config", 67 "name": "read chromite config",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@config@{@@@", 69 "@@@STEP_LOG_LINE@config@{@@@",
70 "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {@@@", 70 "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {@@@",
71 "@@@STEP_LOG_LINE@config@ \"_template\": \"full\", @@@", 71 "@@@STEP_LOG_LINE@config@ \"_template\": \"full\", @@@",
72 "@@@STEP_LOG_LINE@config@ \"type\": \"full\"@@@", 72 "@@@STEP_LOG_LINE@config@ \"build_type\": \"full\"@@@",
73 "@@@STEP_LOG_LINE@config@ }@@@", 73 "@@@STEP_LOG_LINE@config@ }@@@",
74 "@@@STEP_LOG_LINE@config@}@@@", 74 "@@@STEP_LOG_LINE@config@}@@@",
75 "@@@STEP_LOG_END@config@@@" 75 "@@@STEP_LOG_END@config@@@"
76 ] 76 ]
77 }, 77 },
78 { 78 {
79 "allow_subannotations": true, 79 "allow_subannotations": true,
80 "cmd": [ 80 "cmd": [
81 "[SLAVE_BUILD]/chromite/bin/cbuildbot", 81 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
82 "--buildroot", 82 "--buildroot",
83 "[ROOT]/cbuild/external_master", 83 "[ROOT]/cbuild/external_master",
84 "--timeout", 84 "--timeout",
85 "14400", 85 "14400",
86 "--remote-trybot", 86 "--remote-trybot",
87 "--remote-version=4", 87 "--remote-version=4",
88 "x86-generic-full" 88 "x86-generic-full"
89 ], 89 ],
90 "cwd": "[SLAVE_BUILD]", 90 "cwd": "[SLAVE_BUILD]",
91 "name": "cbuildbot [x86-generic-full]" 91 "name": "cbuildbot [x86-generic-full]"
92 }, 92 },
93 { 93 {
94 "name": "$result", 94 "name": "$result",
95 "recipe_result": null, 95 "recipe_result": null,
96 "status_code": 0 96 "status_code": 0
97 } 97 }
98 ] 98 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.py ('k') | scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698