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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
index c219fb12a8f03d2573319f6eca8c45ef4027895b..b43e3f12df9268f2a4c13576bf49640951a013aa 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
@@ -125,20 +125,19 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/compile.py",
- "--target",
- "Release-iphoneos",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--build-tool",
- "ninja",
- "--",
- "all"
+ "import sys; sys.exit(1)"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "LLVM_FORCE_HEAD_REVISION": "YES"
- },
- "name": "compile"
+ "name": "compile",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "name": "$final_result",
+ "reason": "Step('compile') failed with return_code 1",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698