OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
7 "--master", | |
8 "chromium.infra", | |
9 "--builder", | |
10 "luci-gae-linux64", | |
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 "--output_json", | |
22 "/path/to/tmp/json", | |
23 "--revision", | |
24 "infra@origin/master", | |
25 "--revision", | |
26 "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee
", | |
27 "--revision", | |
28 "infra/go/src/github.com/luci/luci-go@origin/master", | |
29 "--force", | |
30 "--output_manifest" | |
31 ], | |
32 "env": { | |
33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
34 }, | |
35 "name": "bot_update", | |
36 "~followup_annotations": [ | |
37 "@@@STEP_TEXT@Some step text@@@", | |
38 "@@@STEP_LOG_LINE@json.output@{@@@", | |
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
41 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | |
42 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": \"
c14d891d44f0afff64e56ed7c9702df1d807b1ee\", @@@", | |
43 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\"
: \"origin/master\"@@@", | |
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
46 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": {@
@@", | |
47 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf
ra/go/src/github.com/luci/gae.git\", @@@", | |
48 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"1baeb5a8a8ba8145cc2d04
7ac027a5a5e30ab846\"@@@", | |
49 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
51 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
52 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/
luci/gae\", @@@", | |
53 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
54 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"1baeb5a8a8ba8145cc2d
047ac027a5a5e30ab846\", @@@", | |
55 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#34600}\"@@@", | |
56 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
57 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", | |
58 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
59 "@@@STEP_LOG_LINE@json.output@}@@@", | |
60 "@@@STEP_LOG_END@json.output@@@", | |
61 "@@@SET_BUILD_PROPERTY@got_revision@\"1baeb5a8a8ba8145cc2d047ac027a5a5e30a
b846\"@@@", | |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@" | |
63 ] | |
64 }, | |
65 { | |
66 "cmd": [ | |
67 "python", | |
68 "-u", | |
69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
70 "runhooks" | |
71 ], | |
72 "cwd": "[SLAVE_BUILD]/infra", | |
73 "env": { | |
74 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
75 }, | |
76 "name": "gclient runhooks" | |
77 }, | |
78 { | |
79 "cmd": [ | |
80 "python", | |
81 "-u", | |
82 "[SLAVE_BUILD]/infra/go/env.py", | |
83 "go", | |
84 "version" | |
85 ], | |
86 "name": "go third parties" | |
87 }, | |
88 { | |
89 "cmd": [ | |
90 "python", | |
91 "-u", | |
92 "[SLAVE_BUILD]/infra/go/env.py", | |
93 "go", | |
94 "build", | |
95 "github.com/luci/gae/..." | |
96 ], | |
97 "name": "go build" | |
98 }, | |
99 { | |
100 "cmd": [ | |
101 "python", | |
102 "-u", | |
103 "[SLAVE_BUILD]/infra/go/env.py", | |
104 "go", | |
105 "test", | |
106 "github.com/luci/gae/..." | |
107 ], | |
108 "name": "go test" | |
109 }, | |
110 { | |
111 "name": "$result", | |
112 "recipe_result": null, | |
113 "status_code": 0 | |
114 } | |
115 ] | |
OLD | NEW |