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

Unified Diff: scripts/slave/recipes_test/run_presubmit.tools_build.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.tools_build.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.tools_build.expected b/scripts/slave/recipes_test/run_presubmit.tools_build.expected
index db2df611a95fa4863862c698680995df3d602f4a..7dc448c17afa8effd06501b9d3c33a3d117c1324 100644
--- a/scripts/slave/recipes_test/run_presubmit.tools_build.expected
+++ b/scripts/slave/recipes_test/run_presubmit.tools_build.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": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAVE_BUILD_ROOT]/build/.git", "config", "user.email", "commit-bot@chromium.org"],
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.chromium.expected ('k') | scripts/slave/recipes_test/toolkit.basic.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698