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

Unified Diff: scripts/slave/recipes/infra/recipe_simulation.expected/normal.json

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 | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
diff --git a/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
index 4a26cee9ba8a18b694bf44a89a9ce25f587ecff2..642f4d0e0977755d32aee2ec918e9f6885449806 100644
--- a/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
+++ b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
@@ -34,7 +34,7 @@
"--output_json",
"/path/to/tmp/json",
"--revision",
- "build@deadbeaf",
+ "build@HEAD",
"--force",
"--output_manifest"
],
@@ -48,7 +48,7 @@
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"build\": \"deadbeaf\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698