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

Side by Side Diff: scripts/slave/recipes/infra/luci_go.expected/luci_go.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 "chromium.infra",
9 "--builder",
10 "luci-go-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/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 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "infra@origin/master",
25 "--revision",
26 "infra/go/src/github.com/luci/luci-go@c14d891d44f0afff64e56ed7c9702df1d807 b1ee",
27 "--force",
28 "--output_manifest"
29 ],
30 "env": {
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
32 },
33 "name": "bot_update",
34 "~followup_annotations": [
35 "@@@STEP_TEXT@Some step text@@@",
36 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\" : \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\" : {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf ra/go/src/github.com/luci/luci-go.git\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0fe06637d251d5832f5735 1f23a63d1cf9458a9d\"@@@",
46 "@@@STEP_LOG_LINE@json.output@ }@@@",
47 "@@@STEP_LOG_LINE@json.output@ }, @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra/go/src/github.com/ luci/luci-go\", @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0fe06637d251d5832f57 351f23a63d1cf9458a9d\", @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#264471}\"@@@",
53 "@@@STEP_LOG_LINE@json.output@ }, @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
56 "@@@STEP_LOG_LINE@json.output@}@@@",
57 "@@@STEP_LOG_END@json.output@@@",
58 "@@@SET_BUILD_PROPERTY@got_revision@\"0fe06637d251d5832f57351f23a63d1cf945 8a9d\"@@@",
59 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#264471}\"@@@"
60 ]
61 },
62 {
63 "cmd": [
64 "python",
65 "-u",
66 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
67 "runhooks"
68 ],
69 "cwd": "[SLAVE_BUILD]/infra",
70 "env": {
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
72 },
73 "name": "gclient runhooks"
74 },
75 {
76 "cmd": [
77 "python",
78 "-u",
79 "[SLAVE_BUILD]/infra/go/env.py",
80 "go",
81 "version"
82 ],
83 "name": "go third parties"
84 },
85 {
86 "cmd": [
87 "python",
88 "-u",
89 "[SLAVE_BUILD]/infra/go/env.py",
90 "go",
91 "build",
92 "github.com/luci/luci-go/..."
93 ],
94 "name": "go build"
95 },
96 {
97 "cmd": [
98 "python",
99 "-u",
100 "[SLAVE_BUILD]/infra/go/env.py",
101 "go",
102 "test",
103 "github.com/luci/luci-go/..."
104 ],
105 "name": "go test"
106 },
107 {
108 "name": "$result",
109 "recipe_result": null,
110 "status_code": 0
111 }
112 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_go.py ('k') | scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698