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

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

Issue 2047263003: build: delete infra recipes moved to infra repo except infra_continuous (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 "python",
5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master",
8 "tryserver.infra",
9 "--builder",
10 "Luci-GAE Presubmit",
11 "--slave",
12 "TestSlavename",
13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]",
15 "--root",
16 "infra/go/src/github.com/luci/gae",
17 "--revision_mapping_file",
18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}",
19 "--git-cache-dir",
20 "[GIT_CACHE]",
21 "--issue",
22 "12853011",
23 "--patchset",
24 "1",
25 "--rietveld_server",
26 "https://codereview.chromium.org",
27 "--output_json",
28 "/path/to/tmp/json",
29 "--revision",
30 "infra@origin/master",
31 "--revision",
32 "infra/go/src/github.com/luci/gae@HEAD",
33 "--revision",
34 "infra/go/src/github.com/luci/luci-go@origin/master",
35 "--force",
36 "--output_manifest"
37 ],
38 "env": {
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
40 },
41 "name": "bot_update",
42 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": \" HEAD\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\" : \"origin/master\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": {@ @@",
53 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf ra/go/src/github.com/luci/gae.git\", @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"1baeb5a8a8ba8145cc2d04 7ac027a5a5e30ab846\"@@@",
55 "@@@STEP_LOG_LINE@json.output@ }@@@",
56 "@@@STEP_LOG_LINE@json.output@ }, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/ luci/gae\", @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"1baeb5a8a8ba8145cc2d 047ac027a5a5e30ab846\", @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#34600}\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
65 "@@@STEP_LOG_LINE@json.output@}@@@",
66 "@@@STEP_LOG_END@json.output@@@",
67 "@@@SET_BUILD_PROPERTY@got_revision@\"1baeb5a8a8ba8145cc2d047ac027a5a5e30a b846\"@@@",
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@"
69 ]
70 },
71 {
72 "cmd": [
73 "git",
74 "-c",
75 "user.email=commit-bot@chromium.org",
76 "-c",
77 "user.name=The Commit Bot",
78 "commit",
79 "-a",
80 "-m",
81 "Committed patch"
82 ],
83 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae",
84 "name": "commit git patch"
85 },
86 {
87 "cmd": [
88 "python",
89 "-u",
90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
91 "runhooks"
92 ],
93 "cwd": "[SLAVE_BUILD]/infra",
94 "env": {
95 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
96 },
97 "name": "gclient runhooks"
98 },
99 {
100 "cmd": [
101 "python",
102 "-u",
103 "[SLAVE_BUILD]/infra/go/env.py",
104 "go",
105 "version"
106 ],
107 "name": "go third parties"
108 },
109 {
110 "cmd": [
111 "python",
112 "-u",
113 "[SLAVE_BUILD]/infra/go/env.py",
114 "python",
115 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
116 "--root",
117 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae",
118 "--commit",
119 "--verbose",
120 "--verbose",
121 "--issue",
122 "12853011",
123 "--patchset",
124 "1",
125 "--skip_canned",
126 "CheckRietveldTryJobExecution",
127 "--skip_canned",
128 "CheckTreeIsOpen",
129 "--skip_canned",
130 "CheckBuildbotPendingBuilds",
131 "--rietveld_url",
132 "https://codereview.chromium.org",
133 "--rietveld_fetch",
134 "--upstream",
135 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846",
136 "--rietveld_email",
137 ""
138 ],
139 "env": {
140 "PRESUBMIT_BUILDER": "1"
141 },
142 "name": "presubmit"
143 },
144 {
145 "name": "$result",
146 "recipe_result": null,
147 "status_code": 0
148 }
149 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json ('k') | scripts/slave/recipes/infra/luci_go.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698