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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "git",
5 "--work-tree",
6 "[BUILD_ROOT]/slave/fake_slave/build/build",
7 "--git-dir",
8 "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
9 "config",
10 "user.email",
11 "commit-bot@chromium.org"
12 ],
13 "name": "git config user.email"
14 },
15 {
16 "cmd": [
17 "git",
18 "--work-tree",
19 "[BUILD_ROOT]/slave/fake_slave/build/build",
20 "--git-dir",
21 "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
22 "config",
23 "user.name",
24 "The Commit Bot"
25 ],
26 "name": "git config user.name"
27 },
28 {
29 "cmd": [
30 "git",
31 "--work-tree",
32 "[BUILD_ROOT]/slave/fake_slave/build/build",
33 "--git-dir",
34 "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
35 "clean",
36 "-xfq"
37 ],
38 "name": "git clean"
39 },
40 {
41 "cmd": [
42 "[DEPOT_TOOLS_ROOT]/apply_issue",
43 "-r",
44 "[BUILD_ROOT]/slave/fake_slave/build/build",
45 "-i",
46 12853011,
47 "-p",
48 1,
49 "-s",
50 "https://chromiumcodereview.appspot.com",
51 "-e",
52 "commit-bot@chromium.org"
53 ],
54 "name": "apply_issue"
55 },
56 {
57 "cmd": [
58 "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
59 "--root",
60 "[BUILD_ROOT]/slave/fake_slave/build/build",
61 "--commit",
62 "--verbose",
63 "--verbose",
64 "--issue",
65 12853011,
66 "--patchset",
67 1,
68 "--skip_canned",
69 "CheckRietveldTryJobExecution",
70 "--skip_canned",
71 "CheckTreeIsOpen",
72 "--skip_canned",
73 "CheckBuildbotPendingBuilds",
74 "--rietveld_url",
75 "https://chromiumcodereview.appspot.com",
76 "--rietveld_email",
77 "",
78 "--rietveld_fetch"
79 ],
80 "name": "presubmit"
81 }
82 ]
OLDNEW
« 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