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

Unified Diff: scripts/slave/recipes_test/run_presubmit.chromium.expected

Issue 15329006: Fix seed_steps for generator annotation recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 7 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_test/run_presubmit.chromium.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.chromium.expected b/scripts/slave/recipes_test/run_presubmit.chromium.expected
index 1995443a06a61b9a036559a6a4439b2e5af53d2c..86ad7c0c446f4c25a7264f41c87a69c56d49d720 100644
--- a/scripts/slave/recipes_test/run_presubmit.chromium.expected
+++ b/scripts/slave/recipes_test/run_presubmit.chromium.expected
@@ -6,11 +6,13 @@
},
{
"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"],
- "name": "gclient clean"
+ "name": "gclient clean",
+ "seed_steps": []
},
{
"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"],
- "name": "gclient sync"
+ "name": "gclient sync",
+ "seed_steps": []
},
{
"cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/src/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],

Powered by Google App Engine
This is Rietveld 408576698