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

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: Whoops forgot files, and expectations. 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 cd9f3ab67f5346aabad4d7a788d4dbdec2a08686..96bbbda2da02cd70159defb4424614ec93560065 100644
--- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
+++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
@@ -97,7 +97,7 @@
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
- "name": "bot_update",
+ "name": "bot_update (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -162,7 +162,7 @@
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
- "name": "bot_update (2)",
+ "name": "bot_update (without patch) (2)",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -185,8 +185,6 @@
"python",
"-u",
"[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py",
- "-O",
- "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"

Powered by Google App Engine
This is Rietveld 408576698