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

Unified Diff: scripts/slave/recipes_test/run_presubmit.blink_bare.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.blink_bare.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.blink_bare.expected b/scripts/slave/recipes_test/run_presubmit.blink_bare.expected
index 69166f5ec488d1e61a29bf6a865ce98305ea4b99..827580f61a7d9fed4810089e01563dd645484d67 100644
--- a/scripts/slave/recipes_test/run_presubmit.blink_bare.expected
+++ b/scripts/slave/recipes_test/run_presubmit.blink_bare.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]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.blink.expected ('k') | scripts/slave/recipes_test/run_presubmit.chromium.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698