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

Side by Side Diff: scripts/slave/recipes/infra/infra_continuous.expected/infra_internal.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 "internal.infra", 8 "internal.infra",
9 "--builder", 9 "--builder",
10 "infra-internal-continuous", 10 "infra-internal-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_internal', 'url': 'https://chrome-i nternal.googlesource.com/infra/infra_internal.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesourc e.com/infra/infra_internal.git'}]",
15 "--root", 15 "--root",
16 "infra_internal", 16 "infra_internal",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra_internal\": \"got_revision\"}", 18 "{\"infra_internal\": \"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_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", 24 "infra_internal@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_internal\": \"c14d891d44f0afff64 e56ed7c9702df1d807b1ee\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64 e56ed7c9702df1d807b1ee\"@@@",
(...skipping 18 matching lines...) Expand all
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@" 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@"
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_internal", 80 "cwd": "[SLAVE_BUILD]/infra_internal",
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_internal/go/env.py", 87 "[SLAVE_BUILD]/infra_internal/go/env.py",
86 "go", 88 "go",
87 "version" 89 "version"
88 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
89 "name": "go third parties" 92 "name": "go third parties"
90 }, 93 },
91 { 94 {
92 "cmd": [ 95 "cmd": [
93 "python", 96 "python",
94 "-u", 97 "-u",
95 "[CWD]/infra_internal/go/env.py", 98 "[SLAVE_BUILD]/infra_internal/go/env.py",
96 "python", 99 "python",
97 "[CWD]/infra_internal/go/test.py" 100 "[SLAVE_BUILD]/infra_internal/go/test.py"
98 ], 101 ],
102 "cwd": "[SLAVE_BUILD]",
99 "name": "infra go tests" 103 "name": "infra go tests"
100 }, 104 },
101 { 105 {
102 "cmd": [ 106 "cmd": [
103 "python", 107 "python",
104 "-u", 108 "-u",
105 "[CWD]/infra_internal/build/build.py", 109 "[SLAVE_BUILD]/infra_internal/build/build.py",
106 "--builder", 110 "--builder",
107 "infra-internal-continuous" 111 "infra-internal-continuous"
108 ], 112 ],
113 "cwd": "[SLAVE_BUILD]",
109 "name": "cipd - build packages" 114 "name": "cipd - build packages"
110 }, 115 },
111 { 116 {
112 "cmd": [ 117 "cmd": [
113 "python", 118 "python",
114 "-u", 119 "-u",
115 "[CWD]/infra_internal/build/test_packages.py" 120 "[SLAVE_BUILD]/infra_internal/build/test_packages.py"
116 ], 121 ],
122 "cwd": "[SLAVE_BUILD]",
117 "name": "cipd - test packages integrity" 123 "name": "cipd - test packages integrity"
118 }, 124 },
119 { 125 {
120 "cmd": [ 126 "cmd": [
121 "python", 127 "python",
122 "-u", 128 "-u",
123 "[CWD]/infra_internal/build/build.py", 129 "[SLAVE_BUILD]/infra_internal/build/build.py",
124 "--no-rebuild", 130 "--no-rebuild",
125 "--upload", 131 "--upload",
126 "--service-account-json", 132 "--service-account-json",
127 "/creds/service_accounts/service-account-cipd-builder.json", 133 "/creds/service_accounts/service-account-cipd-builder.json",
128 "--json-output", 134 "--json-output",
129 "/path/to/tmp/json", 135 "/path/to/tmp/json",
130 "--builder", 136 "--builder",
131 "infra-internal-continuous", 137 "infra-internal-continuous",
132 "--tags", 138 "--tags",
133 "buildbot_build:internal.infra/infra-internal-continuous/123", 139 "buildbot_build:internal.infra/infra-internal-continuous/123",
134 "git_repository:https://chrome-internal.googlesource.com/infra/infra_inter nal", 140 "git_repository:https://chrome-internal.googlesource.com/infra/infra_inter nal",
135 "git_revision:0a18b32e3a93913e1090d1ee6b8965c6dc3116d6" 141 "git_revision:0a18b32e3a93913e1090d1ee6b8965c6dc3116d6"
136 ], 142 ],
143 "cwd": "[SLAVE_BUILD]",
137 "name": "cipd - upload packages", 144 "name": "cipd - upload packages",
138 "~followup_annotations": [ 145 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output@{@@@", 146 "@@@STEP_LOG_LINE@json.output@{@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@", 147 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@", 148 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
142 "@@@STEP_LOG_LINE@json.output@ {@@@", 149 "@@@STEP_LOG_LINE@json.output@ {@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@", 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@",
146 "@@@STEP_LOG_LINE@json.output@ }, @@@", 153 "@@@STEP_LOG_LINE@json.output@ }, @@@",
147 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
148 "@@@STEP_LOG_LINE@json.output@ }@@@", 155 "@@@STEP_LOG_LINE@json.output@ }@@@",
149 "@@@STEP_LOG_LINE@json.output@ ]@@@", 156 "@@@STEP_LOG_LINE@json.output@ ]@@@",
150 "@@@STEP_LOG_LINE@json.output@}@@@", 157 "@@@STEP_LOG_LINE@json.output@}@@@",
151 "@@@STEP_LOG_END@json.output@@@", 158 "@@@STEP_LOG_END@json.output@@@",
152 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@" 159 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
153 ] 160 ]
154 }, 161 },
155 { 162 {
156 "name": "$result", 163 "name": "$result",
157 "recipe_result": null, 164 "recipe_result": null,
158 "status_code": 0 165 "status_code": 0
159 } 166 }
160 ] 167 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698