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

Unified Diff: scripts/slave/recipes_test/run_presubmit.blink.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
« no previous file with comments | « scripts/slave/annotated_run.py ('k') | scripts/slave/recipes_test/run_presubmit.blink_bare.expected » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes_test/run_presubmit.blink.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.blink.expected b/scripts/slave/recipes_test/run_presubmit.blink.expected
index 7e7a31a3c60e5741471d7c593211d03af5eae788..238e724322ff688cbdf3619f47418eeb3dec3a50 100644
--- a/scripts/slave/recipes_test/run_presubmit.blink.expected
+++ b/scripts/slave/recipes_test/run_presubmit.blink.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/third_party/WebKit", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],
« no previous file with comments | « scripts/slave/annotated_run.py ('k') | scripts/slave/recipes_test/run_presubmit.blink_bare.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698