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

Unified Diff: scripts/slave/recipes_test/toolkit.basic.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/recipes_test/run_presubmit.tools_build.expected ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes_test/toolkit.basic.expected
diff --git a/scripts/slave/recipes_test/toolkit.basic.expected b/scripts/slave/recipes_test/toolkit.basic.expected
index 0d27e40dfaeb878fe2055aa7fc4d7340ed182734..2ac3523049b917f04d3309e4f5668c533e7a948a 100644
--- a/scripts/slave/recipes_test/toolkit.basic.expected
+++ b/scripts/slave/recipes_test/toolkit.basic.expected
@@ -6,23 +6,28 @@
},
{
"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SLAVE_BUILD_ROOT]/toolkit/.git", "fetch", "origin", "--recurse-submodules"],
- "name": "git fetch"
+ "name": "git fetch",
+ "seed_steps": []
},
{
"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SLAVE_BUILD_ROOT]/toolkit/.git", "update-ref", "refs/heads/master", "origin/master"],
- "name": "git update-ref"
+ "name": "git update-ref",
+ "seed_steps": []
},
{
"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SLAVE_BUILD_ROOT]/toolkit/.git", "clean", "-f", "-d", "-X"],
- "name": "git clean"
+ "name": "git clean",
+ "seed_steps": []
},
{
"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SLAVE_BUILD_ROOT]/toolkit/.git", "checkout", "-f", "master"],
- "name": "git checkout"
+ "name": "git checkout",
+ "seed_steps": []
},
{
"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/toolkit", "--git-dir", "[SLAVE_BUILD_ROOT]/toolkit/.git", "submodule", "update", "--init", "--recursive"],
- "name": "git submodule"
+ "name": "git submodule",
+ "seed_steps": []
},
{
"cmd": ["[SLAVE_BUILD_ROOT]/toolkit/buildbot/gen_steps.py", "--factory-properties", "{\"recipe\": \"toolkit\"}", "--build-properties", "{\"blamelist\": [\"cool_dev1337@chromium.org\"], \"patchset\": 1, \"rietveld\": \"https://chromiumcodereview.appspot.com\", \"issue\": 12853011, \"repository\": \"https://github.com/toolkitchen/toolkit\"}", "--output-json", "/path/to/tmp/json"],
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.tools_build.expected ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698