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

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

Issue 2051063002: build: remove infra/infra_continuous (moved to infra repo; build copy not used) (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 "infra-continuous",
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",
17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}",
19 "--git-cache-dir",
20 "[GIT_CACHE]",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee",
25 "--force",
26 "--output_manifest"
27 ],
28 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 },
31 "name": "bot_update",
32 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf ra.git\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb bce29610670c756aed\"@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@",
44 "@@@STEP_LOG_LINE@json.output@ }, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
53 "@@@STEP_LOG_LINE@json.output@}@@@",
54 "@@@STEP_LOG_END@json.output@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
57 ]
58 },
59 {
60 "cmd": [
61 "python",
62 "-u",
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
64 "runhooks"
65 ],
66 "cwd": "[SLAVE_BUILD]/infra",
67 "env": {
68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
69 },
70 "name": "gclient runhooks"
71 },
72 {
73 "cmd": [
74 "python",
75 "-u",
76 "test.py",
77 "test"
78 ],
79 "cwd": "[SLAVE_BUILD]/infra",
80 "name": "infra python tests"
81 },
82 {
83 "cmd": [
84 "python",
85 "-u",
86 "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py"
87 ],
88 "cwd": "[SLAVE_BUILD]/infra",
89 "name": "Glyco tests"
90 },
91 {
92 "cmd": [
93 "python",
94 "-u",
95 "[SLAVE_BUILD]/infra/go/env.py",
96 "go",
97 "version"
98 ],
99 "name": "go third parties"
100 },
101 {
102 "cmd": [
103 "python",
104 "-u",
105 "[SLAVE_BUILD]/infra/go/env.py",
106 "python",
107 "[SLAVE_BUILD]/infra/go/test.py"
108 ],
109 "name": "infra go tests"
110 },
111 {
112 "cmd": [
113 "python",
114 "-u",
115 "[SLAVE_BUILD]/infra/build/build.py",
116 "--builder",
117 "infra-continuous"
118 ],
119 "name": "cipd - build packages"
120 },
121 {
122 "cmd": [
123 "python",
124 "-u",
125 "[SLAVE_BUILD]/infra/build/test_packages.py"
126 ],
127 "name": "cipd - test packages integrity"
128 },
129 {
130 "cmd": [
131 "python",
132 "-u",
133 "[SLAVE_BUILD]/infra/build/build.py",
134 "--no-rebuild",
135 "--upload",
136 "--service-account-json",
137 "/creds/service_accounts/service-account-cipd-builder.json",
138 "--json-output",
139 "/path/to/tmp/json",
140 "--builder",
141 "infra-continuous",
142 "--tags",
143 "buildbot_build:chromium.infra/infra-continuous/123",
144 "git_repository:https://chromium.googlesource.com/infra/infra",
145 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
146 ],
147 "name": "cipd - upload packages",
148 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
152 "@@@STEP_LOG_LINE@json.output@ {@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@",
155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@",
156 "@@@STEP_LOG_LINE@json.output@ }, @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ }@@@",
159 "@@@STEP_LOG_LINE@json.output@ ]@@@",
160 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@",
162 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
163 ]
164 },
165 {
166 "name": "$result",
167 "recipe_result": null,
168 "status_code": 0
169 }
170 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/infra_continuous.py ('k') | scripts/slave/recipes/infra/infra_continuous.expected/infra-64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698