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

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

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nitfixen 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.chromium.expected ('k') | scripts/slave/recipes_test/toolkit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..8afdf12977d2f18887e07ebfa7ae3a5053d2a0e0
--- /dev/null
+++ b/scripts/slave/recipes_test/run_presubmit.tools_build.expected
@@ -0,0 +1,82 @@
+[
+ {
+ "cmd": [
+ "git",
+ "--work-tree",
+ "[BUILD_ROOT]/slave/fake_slave/build/build",
+ "--git-dir",
+ "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
+ "config",
+ "user.email",
+ "commit-bot@chromium.org"
+ ],
+ "name": "git config user.email"
+ },
+ {
+ "cmd": [
+ "git",
+ "--work-tree",
+ "[BUILD_ROOT]/slave/fake_slave/build/build",
+ "--git-dir",
+ "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
+ "config",
+ "user.name",
+ "The Commit Bot"
+ ],
+ "name": "git config user.name"
+ },
+ {
+ "cmd": [
+ "git",
+ "--work-tree",
+ "[BUILD_ROOT]/slave/fake_slave/build/build",
+ "--git-dir",
+ "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
+ "clean",
+ "-xfq"
+ ],
+ "name": "git clean"
+ },
+ {
+ "cmd": [
+ "[DEPOT_TOOLS_ROOT]/apply_issue",
+ "-r",
+ "[BUILD_ROOT]/slave/fake_slave/build/build",
+ "-i",
+ 12853011,
+ "-p",
+ 1,
+ "-s",
+ "https://chromiumcodereview.appspot.com",
+ "-e",
+ "commit-bot@chromium.org"
+ ],
+ "name": "apply_issue"
+ },
+ {
+ "cmd": [
+ "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
+ "--root",
+ "[BUILD_ROOT]/slave/fake_slave/build/build",
+ "--commit",
+ "--verbose",
+ "--verbose",
+ "--issue",
+ 12853011,
+ "--patchset",
+ 1,
+ "--skip_canned",
+ "CheckRietveldTryJobExecution",
+ "--skip_canned",
+ "CheckTreeIsOpen",
+ "--skip_canned",
+ "CheckBuildbotPendingBuilds",
+ "--rietveld_url",
+ "https://chromiumcodereview.appspot.com",
+ "--rietveld_email",
+ "",
+ "--rietveld_fetch"
+ ],
+ "name": "presubmit"
+ }
+]
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.chromium.expected ('k') | scripts/slave/recipes_test/toolkit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698