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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json

Issue 1376453002: chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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_chrome_Google_Chrome_Win.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json
index ebbde9a44113e5f399f5d449b1b1c1a56311cb41..8547e0ba6507e6ac8078e1ba6bd6042e942f6c5d 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json
@@ -127,27 +127,8 @@
"name": "cleanup_temp"
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\compile.py",
- "--target",
- "Release",
- "--src-dir",
- "[SLAVE_BUILD]\\src",
- "--build-tool",
- "ninja",
- "--compiler",
- "goma",
- "--mode",
- "official",
- "--goma-dir",
- "[BUILD]\\goma",
- "--clobber",
- "--",
- "chrome_official_builder"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "compile"
+ "name": "$final_result",
+ "reason": "Misconfigured bot: no compile targets",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698