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

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

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