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

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

Issue 1934033002: Revert of Add next_version_mini_installer to MiniInstallerTest's compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 8 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_win_Win_Builder.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/steps.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
index 748d3c0a6178fafb01b07775b56382c85ba2366f..b11561663fa7b05b6f31a3a0b5d67cc438c4a388 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -1783,7 +1783,7 @@
@staticmethod
def compile_targets(_):
- return ['mini_installer', 'next_version_mini_installer']
+ return ['mini_installer']
def run_step(self, api, suffix, cmd_args, **kwargs):
test_path = api.path['checkout'].join('chrome', 'test', 'mini_installer')
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698