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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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", 7 "--master",
8 "chromium.infra", 8 "chromium.infra",
9 "--builder", 9 "--builder",
10 "infra-continuous", 10 "infra-continuous",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 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'}]", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso urce.com/infra/infra.git'}]",
15 "--root", 15 "--root",
16 "infra", 16 "infra",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}", 18 "{\"infra\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", 24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@",
(...skipping 18 matching lines...) Expand all
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
58 ] 57 ]
59 }, 58 },
60 { 59 {
61 "cmd": [ 60 "cmd": [
62 "python", 61 "python",
63 "-u", 62 "-u",
64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
65 "runhooks" 64 "runhooks"
66 ], 65 ],
67 "cwd": "[SLAVE_BUILD]",
68 "env": { 66 "env": {
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 67 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
70 }, 68 },
71 "name": "gclient runhooks" 69 "name": "gclient runhooks"
72 }, 70 },
73 { 71 {
74 "cmd": [ 72 "cmd": [
75 "python", 73 "python",
76 "-u", 74 "-u",
77 "test.py", 75 "test.py",
78 "test" 76 "test"
79 ], 77 ],
80 "cwd": "[SLAVE_BUILD]/infra", 78 "cwd": "[CWD]/infra",
81 "name": "infra python tests" 79 "name": "infra python tests"
82 }, 80 },
83 { 81 {
84 "cmd": [ 82 "cmd": [
85 "python", 83 "python",
86 "-u", 84 "-u",
87 "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py" 85 "[CWD]/infra/glyco/tests/run_all_tests.py"
88 ], 86 ],
89 "cwd": "[SLAVE_BUILD]/infra", 87 "cwd": "[CWD]/infra",
90 "name": "Glyco tests" 88 "name": "Glyco tests"
91 }, 89 },
92 { 90 {
93 "cmd": [ 91 "cmd": [
94 "python", 92 "python",
95 "-u", 93 "-u",
96 "[SLAVE_BUILD]/infra/go/env.py", 94 "[CWD]/infra/go/env.py",
97 "go", 95 "go",
98 "version" 96 "version"
99 ], 97 ],
100 "cwd": "[SLAVE_BUILD]",
101 "name": "go third parties" 98 "name": "go third parties"
102 }, 99 },
103 { 100 {
104 "cmd": [ 101 "cmd": [
105 "python", 102 "python",
106 "-u", 103 "-u",
107 "[SLAVE_BUILD]/infra/go/env.py", 104 "[CWD]/infra/go/env.py",
108 "python", 105 "python",
109 "[SLAVE_BUILD]/infra/go/test.py" 106 "[CWD]/infra/go/test.py"
110 ], 107 ],
111 "cwd": "[SLAVE_BUILD]",
112 "name": "infra go tests" 108 "name": "infra go tests"
113 }, 109 },
114 { 110 {
115 "cmd": [ 111 "cmd": [
116 "python", 112 "python",
117 "-u", 113 "-u",
118 "[SLAVE_BUILD]/infra/build/build.py", 114 "[CWD]/infra/build/build.py",
119 "--builder", 115 "--builder",
120 "infra-continuous" 116 "infra-continuous"
121 ], 117 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "cipd - build packages" 118 "name": "cipd - build packages"
124 }, 119 },
125 { 120 {
126 "cmd": [ 121 "cmd": [
127 "python", 122 "python",
128 "-u", 123 "-u",
129 "[SLAVE_BUILD]/infra/build/test_packages.py" 124 "[CWD]/infra/build/test_packages.py"
130 ], 125 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "cipd - test packages integrity" 126 "name": "cipd - test packages integrity"
133 }, 127 },
134 { 128 {
135 "cmd": [ 129 "cmd": [
136 "python", 130 "python",
137 "-u", 131 "-u",
138 "[SLAVE_BUILD]/infra/build/build.py", 132 "[CWD]/infra/build/build.py",
139 "--no-rebuild", 133 "--no-rebuild",
140 "--upload", 134 "--upload",
141 "--service-account-json", 135 "--service-account-json",
142 "/creds/service_accounts/service-account-cipd-builder.json", 136 "/creds/service_accounts/service-account-cipd-builder.json",
143 "--json-output", 137 "--json-output",
144 "/path/to/tmp/json", 138 "/path/to/tmp/json",
145 "--builder", 139 "--builder",
146 "infra-continuous", 140 "infra-continuous",
147 "--tags", 141 "--tags",
148 "buildbot_build:chromium.infra/infra-continuous/123", 142 "buildbot_build:chromium.infra/infra-continuous/123",
149 "git_repository:https://chromium.googlesource.com/infra/infra", 143 "git_repository:https://chromium.googlesource.com/infra/infra",
150 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" 144 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
151 ], 145 ],
152 "cwd": "[SLAVE_BUILD]",
153 "name": "cipd - upload packages", 146 "name": "cipd - upload packages",
154 "~followup_annotations": [ 147 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
158 "@@@STEP_LOG_LINE@json.output@ {@@@", 151 "@@@STEP_LOG_LINE@json.output@ {@@@",
159 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@", 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@",
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@",
162 "@@@STEP_LOG_LINE@json.output@ }, @@@", 155 "@@@STEP_LOG_LINE@json.output@ }, @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@", 156 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
164 "@@@STEP_LOG_LINE@json.output@ }@@@", 157 "@@@STEP_LOG_LINE@json.output@ }@@@",
165 "@@@STEP_LOG_LINE@json.output@ ]@@@", 158 "@@@STEP_LOG_LINE@json.output@ ]@@@",
166 "@@@STEP_LOG_LINE@json.output@}@@@", 159 "@@@STEP_LOG_LINE@json.output@}@@@",
167 "@@@STEP_LOG_END@json.output@@@", 160 "@@@STEP_LOG_END@json.output@@@",
168 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@" 161 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
169 ] 162 ]
170 }, 163 },
171 { 164 {
172 "name": "$result", 165 "name": "$result",
173 "recipe_result": null, 166 "recipe_result": null,
174 "status_code": 0 167 "status_code": 0
175 } 168 }
176 ] 169 ]
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