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

Unified Diff: scripts/slave/recipes/swarming/deterministic_build.py

Issue 657863004: Deterministic recipe: Change the target to chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic_build.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/deterministic_build.py
diff --git a/scripts/slave/recipes/swarming/deterministic_build.py b/scripts/slave/recipes/swarming/deterministic_build.py
index 025c954037139d4b6d7c0a99b3ffd3e47ddc008d..96f4ca49c7c53207c0d6072d1eb0d06305e81975 100644
--- a/scripts/slave/recipes/swarming/deterministic_build.py
+++ b/scripts/slave/recipes/swarming/deterministic_build.py
@@ -77,7 +77,7 @@ def GenSteps(api):
buildername = api.properties['buildername']
recipe_config = DETERMINISTIC_BUILDERS[buildername]
- target_name = 'base_unittests'
+ target_name = 'chrome_run'
api.chromium.set_config(recipe_config['chromium_config'],
**recipe_config.get('chromium_config_kwargs',
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698