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

Unified Diff: scripts/slave/recipes/infra/recipe_simulation.py

Issue 2078803002: fix recipe_simulation recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations Created 4 years, 6 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/infra/recipe_simulation.expected/normal.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/recipe_simulation.py
diff --git a/scripts/slave/recipes/infra/recipe_simulation.py b/scripts/slave/recipes/infra/recipe_simulation.py
index 21aca63ed459f3ca35d01e9809eb81df0d8a373f..1b1cd73342a89438f7746a7bf4e5705c4ef2f342 100644
--- a/scripts/slave/recipes/infra/recipe_simulation.py
+++ b/scripts/slave/recipes/infra/recipe_simulation.py
@@ -30,6 +30,7 @@ def RunSteps(api, project_under_test):
soln.name = project_under_test
soln.url = api.luci_config.get_project_metadata(
project_under_test)['repo_url']
+ soln.revision = 'HEAD'
api.bot_update.ensure_checkout(
force=True, gclient_config=c,
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/recipe_simulation.expected/normal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698