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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.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 25 matching lines...) Expand all
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 "python", 44 "python",
45 "-u", 45 "-u",
46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
47 "[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
48 "/path/to/tmp/json"
49 ],
50 "name": "read chromite config",
51 "~followup_annotations": [
52 "@@@STEP_LOG_LINE@config@{@@@",
53 "@@@STEP_LOG_LINE@config@ \"x86-generic-paladin\": {@@@",
54 "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\"@@@",
55 "@@@STEP_LOG_LINE@config@ }@@@",
56 "@@@STEP_LOG_LINE@config@}@@@",
57 "@@@STEP_LOG_END@config@@@"
58 ]
59 },
60 {
61 "cmd": [
62 "python",
63 "-u",
46 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 64 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
47 "--json-file", 65 "--json-file",
48 "/path/to/tmp/json", 66 "/path/to/tmp/json",
49 "--url", 67 "--url",
50 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3", 68 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3",
51 "--format", 69 "--format",
52 "json", 70 "json",
53 "--attempts", 71 "--attempts",
54 "10" 72 "10"
55 ], 73 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 ], 115 ],
98 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
99 "name": "cbuildbot [x86-generic-paladin]" 117 "name": "cbuildbot [x86-generic-paladin]"
100 }, 118 },
101 { 119 {
102 "name": "$result", 120 "name": "$result",
103 "recipe_result": null, 121 "recipe_result": null,
104 "status_code": 0 122 "status_code": 0
105 } 123 }
106 ] 124 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698