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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 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", 7 "--spec",
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]", 8 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]",
15 "--root", 9 "--root",
16 "infra/go/src/github.com/luci/gae", 10 "infra/go/src/github.com/luci/gae",
17 "--revision_mapping_file", 11 "--revision_mapping_file",
18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", 12 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}",
19 "--git-cache-dir", 13 "--git-cache-dir",
20 "[GIT_CACHE]", 14 "[GIT_CACHE]",
21 "--issue", 15 "--issue",
22 "12853011", 16 "12853011",
23 "--patchset", 17 "--patchset",
24 "1", 18 "1",
25 "--rietveld_server", 19 "--rietveld_server",
26 "https://codereview.chromium.org", 20 "https://codereview.chromium.org",
27 "--output_json", 21 "--output_json",
28 "/path/to/tmp/json", 22 "/path/to/tmp/json",
29 "--revision", 23 "--revision",
30 "infra@origin/master", 24 "infra@origin/master",
31 "--revision", 25 "--revision",
32 "infra/go/src/github.com/luci/gae@HEAD", 26 "infra/go/src/github.com/luci/gae@HEAD",
33 "--revision", 27 "--revision",
34 "infra/go/src/github.com/luci/luci-go@origin/master", 28 "infra/go/src/github.com/luci/luci-go@origin/master",
35 "--force",
36 "--output_manifest" 29 "--output_manifest"
37 ], 30 ],
38 "cwd": "[SLAVE_BUILD]", 31 "cwd": "[SLAVE_BUILD]",
39 "env": { 32 "env": {
40 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 33 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
41 }, 34 },
42 "name": "bot_update", 35 "name": "bot_update",
43 "~followup_annotations": [ 36 "~followup_annotations": [
44 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
45 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "@@@STEP_LOG_LINE@json.output@]@@@", 144 "@@@STEP_LOG_LINE@json.output@]@@@",
152 "@@@STEP_LOG_END@json.output@@@" 145 "@@@STEP_LOG_END@json.output@@@"
153 ] 146 ]
154 }, 147 },
155 { 148 {
156 "name": "$result", 149 "name": "$result",
157 "recipe_result": null, 150 "recipe_result": null,
158 "status_code": 0 151 "status_code": 0
159 } 152 }
160 ] 153 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json ('k') | scripts/slave/recipes/infra/luci_go.expected/luci_go.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698