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

Unified Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json

Issue 1812123002: Make the recipe roller tryjob accept tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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/infra/recipe_roll_tryjob.expected/deps.json
diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
index 661e491167bf767fbcdbea073140f0b2cf0f0587..ba55022741719e00b6aca7055b6537d6e57b15cd 100644
--- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
+++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
@@ -185,8 +185,6 @@
"python",
"-u",
"[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py",
- "-O",
martiniss 2016/03/18 23:43:13 This was wrong before... whoops. Yay expectations
- "build=[SLAVE_BUILD]/build/build",
"--package",
"[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg",
"simulation_test"
@@ -199,6 +197,8 @@
"python",
"-u",
"[SLAVE_BUILD]/build/build/recipes.py",
+ "-O",
+ "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine",
"--package",
"[SLAVE_BUILD]/build/build/infra/config/recipes.cfg",
"simulation_test"
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.py ('k') | scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698