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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json

Issue 1371203002: Revert of Add explicit compile targets to all Win and ToT Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 2 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTiOS", 10 "ClangToTiOS",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "-u", 118 "-u",
119 "[BUILD]/scripts/slave/cleanup_temp.py" 119 "[BUILD]/scripts/slave/cleanup_temp.py"
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
122 "name": "cleanup_temp" 122 "name": "cleanup_temp"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[BUILD]/scripts/slave/compile.py", 128 "import sys; sys.exit(1)"
129 "--target",
130 "Release-iphoneos",
131 "--src-dir",
132 "[SLAVE_BUILD]/src",
133 "--build-tool",
134 "ninja",
135 "--",
136 "all"
137 ], 129 ],
138 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
139 "env": { 131 "name": "compile",
140 "LLVM_FORCE_HEAD_REVISION": "YES" 132 "~followup_annotations": [
141 }, 133 "step returned non-zero exit code: 1",
142 "name": "compile" 134 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
135 "@@@STEP_FAILURE@@@"
136 ]
137 },
138 {
139 "name": "$final_result",
140 "reason": "Step('compile') failed with return_code 1",
141 "status_code": 1
143 } 142 }
144 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698