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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 1372133003: Revert of chromium_tests: raise infra failure when no compile targets are specified (patchset #1 id: (Closed) Base URL: http://src.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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/api.py
===================================================================
--- scripts/slave/recipe_modules/chromium_tests/api.py (revision 296915)
+++ scripts/slave/recipe_modules/chromium_tests/api.py (working copy)
@@ -447,9 +447,6 @@
isolated_targets=isolated_targets,
name='generate_build_files%s' % name_suffix)
- if not compile_targets:
- self.m.python.failing_step(
- 'compile', 'Misconfigured bot: no compile targets')
self.m.chromium.compile(compile_targets, name='compile%s' % name_suffix)
def tests_for_builder(self, mastername, buildername, update_step, master_dict,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698