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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "[DEPOT_TOOLS_ROOT]/apply_issue",
5 "-r",
6 "[BUILD_ROOT]/slave/fake_slave/build/src",
7 "-i",
8 12853011,
9 "-p",
10 1,
11 "-s",
12 "https://chromiumcodereview.appspot.com",
13 "-e",
14 "commit-bot@chromium.org"
15 ],
16 "name": "apply_issue"
17 },
18 {
19 "cmd": [
20 "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
21 "--root",
22 "[BUILD_ROOT]/slave/fake_slave/build/src",
23 "--commit",
24 "--verbose",
25 "--verbose",
26 "--issue",
27 12853011,
28 "--patchset",
29 1,
30 "--skip_canned",
31 "CheckRietveldTryJobExecution",
32 "--skip_canned",
33 "CheckTreeIsOpen",
34 "--skip_canned",
35 "CheckBuildbotPendingBuilds",
36 "--rietveld_url",
37 "https://chromiumcodereview.appspot.com",
38 "--rietveld_email",
39 "",
40 "--rietveld_fetch"
41 ],
42 "name": "presubmit"
43 }
44 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698