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

Unified Diff: scripts/slave/recipes_test/run_presubmit.chromium.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
Index: scripts/slave/recipes_test/run_presubmit.chromium.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.chromium.expected b/scripts/slave/recipes_test/run_presubmit.chromium.expected
new file mode 100644
index 0000000000000000000000000000000000000000..5a62a5d2699489a8a7683e775a4f5c37c14751ce
--- /dev/null
+++ b/scripts/slave/recipes_test/run_presubmit.chromium.expected
@@ -0,0 +1,44 @@
+[
+ {
+ "cmd": [
+ "[DEPOT_TOOLS_ROOT]/apply_issue",
+ "-r",
+ "[BUILD_ROOT]/slave/fake_slave/build/src",
+ "-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/src",
+ "--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"
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698