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

Side by Side Diff: scripts/slave/recipes/infra/luci_gae.expected/presubmit_try_job.json

Issue 1350923002: Add presubmit trybuilder to Luci-GAE repository. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.infra", 8 "tryserver.infra",
9 "--builder", 9 "--builder",
10 "Luci-go Presubmit", 10 "Luci-GAE Presubmit",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]", 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]",
15 "--root", 15 "--root",
16 "infra/go/src/github.com/luci/luci-go", 16 "infra/go/src/github.com/luci/gae",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", 18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "infra@origin/master", 28 "infra@origin/master",
29 "--revision", 29 "--revision",
30 "infra/go/src/github.com/luci/luci-go@HEAD", 30 "infra/go/src/github.com/luci/gae@HEAD",
31 "--revision",
32 "infra/go/src/github.com/luci/luci-go@origin/master",
31 "--force" 33 "--force"
32 ], 34 ],
33 "cwd": "[SLAVE_BUILD]", 35 "cwd": "[SLAVE_BUILD]",
34 "name": "bot_update", 36 "name": "bot_update",
35 "~followup_annotations": [ 37 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/ luci/luci-go\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/ luci/gae\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0fe06637d251d5832f57 351f23a63d1cf9458a9d\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"1baeb5a8a8ba8145cc2d 047ac027a5a5e30ab846\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#264471}\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#34600}\"@@@",
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", 46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", 47 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 48 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
47 "@@@STEP_LOG_LINE@json.output@}@@@", 49 "@@@STEP_LOG_LINE@json.output@}@@@",
48 "@@@STEP_LOG_END@json.output@@@", 50 "@@@STEP_LOG_END@json.output@@@",
49 "@@@SET_BUILD_PROPERTY@got_revision@\"0fe06637d251d5832f57351f23a63d1cf945 8a9d\"@@@", 51 "@@@SET_BUILD_PROPERTY@got_revision@\"1baeb5a8a8ba8145cc2d047ac027a5a5e30a b846\"@@@",
50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#264471}\"@@@" 52 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@"
51 ] 53 ]
52 }, 54 },
53 { 55 {
54 "cmd": [ 56 "cmd": [
55 "git", 57 "git",
56 "-c", 58 "-c",
57 "user.email=commit-bot@chromium.org", 59 "user.email=commit-bot@chromium.org",
58 "-c", 60 "-c",
59 "user.name=The Commit Bot", 61 "user.name=The Commit Bot",
60 "commit", 62 "commit",
61 "-a", 63 "-a",
62 "-m", 64 "-m",
63 "Committed patch" 65 "Committed patch"
64 ], 66 ],
65 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", 67 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae",
66 "name": "commit git patch" 68 "name": "commit git patch"
67 }, 69 },
68 { 70 {
69 "cmd": [ 71 "cmd": [
70 "python", 72 "python",
71 "-u", 73 "-u",
72 "[DEPOT_TOOLS]/gclient.py", 74 "[DEPOT_TOOLS]/gclient.py",
73 "runhooks" 75 "runhooks"
74 ], 76 ],
75 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
(...skipping 11 matching lines...) Expand all
87 "name": "go third parties" 89 "name": "go third parties"
88 }, 90 },
89 { 91 {
90 "cmd": [ 92 "cmd": [
91 "python", 93 "python",
92 "-u", 94 "-u",
93 "[SLAVE_BUILD]/infra/go/env.py", 95 "[SLAVE_BUILD]/infra/go/env.py",
94 "python", 96 "python",
95 "[DEPOT_TOOLS]/presubmit_support.py", 97 "[DEPOT_TOOLS]/presubmit_support.py",
96 "--root", 98 "--root",
97 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", 99 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae",
98 "--commit", 100 "--commit",
99 "--verbose", 101 "--verbose",
100 "--verbose", 102 "--verbose",
101 "--issue", 103 "--issue",
102 "12853011", 104 "12853011",
103 "--patchset", 105 "--patchset",
104 "1", 106 "1",
105 "--skip_canned", 107 "--skip_canned",
106 "CheckRietveldTryJobExecution", 108 "CheckRietveldTryJobExecution",
107 "--skip_canned", 109 "--skip_canned",
108 "CheckTreeIsOpen", 110 "CheckTreeIsOpen",
109 "--skip_canned", 111 "--skip_canned",
110 "CheckBuildbotPendingBuilds", 112 "CheckBuildbotPendingBuilds",
111 "--rietveld_url", 113 "--rietveld_url",
112 "https://codereview.chromium.org", 114 "https://codereview.chromium.org",
113 "--rietveld_fetch", 115 "--rietveld_fetch",
114 "--upstream", 116 "--upstream",
115 "0fe06637d251d5832f57351f23a63d1cf9458a9d", 117 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846",
116 "--trybot-json", 118 "--trybot-json",
117 "/path/to/tmp/json", 119 "/path/to/tmp/json",
118 "--rietveld_email", 120 "--rietveld_email",
119 "" 121 ""
120 ], 122 ],
121 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
122 "env": { 124 "env": {
123 "PRESUBMIT_BUILDER": "1" 125 "PRESUBMIT_BUILDER": "1"
124 }, 126 },
125 "name": "presubmit", 127 "name": "presubmit",
126 "~followup_annotations": [ 128 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output@[@@@", 129 "@@@STEP_LOG_LINE@json.output@[@@@",
128 "@@@STEP_LOG_LINE@json.output@ []@@@", 130 "@@@STEP_LOG_LINE@json.output@ []@@@",
129 "@@@STEP_LOG_LINE@json.output@]@@@", 131 "@@@STEP_LOG_LINE@json.output@]@@@",
130 "@@@STEP_LOG_END@json.output@@@" 132 "@@@STEP_LOG_END@json.output@@@"
131 ] 133 ]
132 } 134 }
133 ] 135 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698