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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_cfi_rel_ng.json

Issue 1486883002: Convert CFI Linux buildbot to MB (recipes part) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_cfi_rel_ng", 10 "linux_chromium_cfi_rel_ng",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "[DEPOT_TOOLS]/gclient.py", 101 "[DEPOT_TOOLS]/gclient.py",
102 "runhooks" 102 "runhooks"
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
105 "env": { 105 "env": {
106 "GYP_CHROMIUM_NO_ACTION": "1",
106 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=x64", 107 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=x64",
107 "GYP_LINK_CONCURRENCY": "8" 108 "GYP_LINK_CONCURRENCY": "8"
108 }, 109 },
109 "name": "gclient runhooks (with patch)" 110 "name": "gclient runhooks (with patch)"
110 }, 111 },
111 { 112 {
112 "cmd": [ 113 "cmd": [
113 "python", 114 "python",
114 "-u", 115 "-u",
115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 116 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 216 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
216 "@@@STEP_LOG_LINE@analyze_details@}@@@", 217 "@@@STEP_LOG_LINE@analyze_details@}@@@",
217 "@@@STEP_LOG_END@analyze_details@@@" 218 "@@@STEP_LOG_END@analyze_details@@@"
218 ] 219 ]
219 }, 220 },
220 { 221 {
221 "name": "$result", 222 "name": "$result",
222 "recipe_result": null, 223 "recipe_result": null,
223 "status_code": 0 224 "status_code": 0
224 } 225 }
225 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698