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

Side by Side Diff: scripts/slave/recipes/infra/luci_go.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-go 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/luci-go",
17 "--revision_mapping_file",
18 "{\"infra/go/src/github.com/luci/luci-go\": \"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/luci-go@HEAD",
33 "--force",
34 "--output_manifest"
35 ],
36 "env": {
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
38 },
39 "name": "bot_update",
40 "~followup_annotations": [
41 "@@@STEP_TEXT@Some step text@@@",
42 "@@@STEP_LOG_LINE@json.output@{@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\" : \"HEAD\"@@@",
47 "@@@STEP_LOG_LINE@json.output@ }, @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
49 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\" : {@@@",
50 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf ra/go/src/github.com/luci/luci-go.git\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0fe06637d251d5832f5735 1f23a63d1cf9458a9d\"@@@",
52 "@@@STEP_LOG_LINE@json.output@ }@@@",
53 "@@@STEP_LOG_LINE@json.output@ }, @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/ luci/luci-go\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0fe06637d251d5832f57 351f23a63d1cf9458a9d\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#264471}\"@@@",
59 "@@@STEP_LOG_LINE@json.output@ }, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
62 "@@@STEP_LOG_LINE@json.output@}@@@",
63 "@@@STEP_LOG_END@json.output@@@",
64 "@@@SET_BUILD_PROPERTY@got_revision@\"0fe06637d251d5832f57351f23a63d1cf945 8a9d\"@@@",
65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#264471}\"@@@"
66 ]
67 },
68 {
69 "cmd": [
70 "git",
71 "-c",
72 "user.email=commit-bot@chromium.org",
73 "-c",
74 "user.name=The Commit Bot",
75 "commit",
76 "-a",
77 "-m",
78 "Committed patch"
79 ],
80 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go",
81 "name": "commit git patch"
82 },
83 {
84 "cmd": [
85 "python",
86 "-u",
87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
88 "runhooks"
89 ],
90 "cwd": "[SLAVE_BUILD]/infra",
91 "env": {
92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
93 },
94 "name": "gclient runhooks"
95 },
96 {
97 "cmd": [
98 "python",
99 "-u",
100 "[SLAVE_BUILD]/infra/go/env.py",
101 "go",
102 "version"
103 ],
104 "name": "go third parties"
105 },
106 {
107 "cmd": [
108 "python",
109 "-u",
110 "[SLAVE_BUILD]/infra/go/env.py",
111 "python",
112 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
113 "--root",
114 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go",
115 "--commit",
116 "--verbose",
117 "--verbose",
118 "--issue",
119 "12853011",
120 "--patchset",
121 "1",
122 "--skip_canned",
123 "CheckRietveldTryJobExecution",
124 "--skip_canned",
125 "CheckTreeIsOpen",
126 "--skip_canned",
127 "CheckBuildbotPendingBuilds",
128 "--rietveld_url",
129 "https://codereview.chromium.org",
130 "--rietveld_fetch",
131 "--upstream",
132 "0fe06637d251d5832f57351f23a63d1cf9458a9d",
133 "--rietveld_email",
134 ""
135 ],
136 "env": {
137 "PRESUBMIT_BUILDER": "1"
138 },
139 "name": "presubmit"
140 },
141 {
142 "name": "$result",
143 "recipe_result": null,
144 "status_code": 0
145 }
146 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_go.expected/luci_go.json ('k') | scripts/slave/recipes/infra/recipes_py_continuous.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698