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

Side by Side Diff: scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/mac.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 "master.chromium.perf.fyi", 8 "master.chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn ://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn:// svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_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 "src@5d6dd8eaee742daf7f298f533fb0827dc4a693fd", 24 "src@5d6dd8eaee742daf7f298f533fb0827dc4a693fd",
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@ \"src\": \"5d6dd8eaee742daf7f298f533fb08 27dc4a693fd\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"5d6dd8eaee742daf7f298f533fb08 27dc4a693fd\"@@@",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 107 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
107 "--target", 108 "--target",
108 "Release", 109 "Release",
109 "--build-archive-url", 110 "--build-archive-url",
110 "gs://chrome-perf/Mac Builder/testbuildurl", 111 "gs://chrome-perf/Mac Builder/testbuildurl",
111 "--master-name", 112 "--master-name",
112 "master.chromium.perf.fyi", 113 "master.chromium.perf.fyi",
113 "--build-number", 114 "--build-number",
114 "571" 115 "571"
115 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
116 "name": "Download and Extract Binary" 118 "name": "Download and Extract Binary"
117 }, 119 },
118 { 120 {
119 "cmd": [ 121 "cmd": [
120 "python", 122 "python",
121 "-u", 123 "-u",
122 "[CWD]/src/tools/perf/generate_profile", 124 "[SLAVE_BUILD]/src/tools/perf/generate_profile",
123 "--browser=exact", 125 "--browser=exact",
124 "--browser-executable=[CWD]/src/out/Release/Google Chrome.app/Contents/Mac OS/Google Chrome", 126 "--browser-executable=[SLAVE_BUILD]/src/out/Release/Google Chrome.app/Cont ents/MacOS/Google Chrome",
125 "--profile-type-to-generate=large_profile", 127 "--profile-type-to-generate=large_profile",
126 "--output-dir=[TMP]/large-profile_tmp_1" 128 "--output-dir=[TMP_BASE]/large-profile_tmp_1"
127 ], 129 ],
130 "cwd": "[SLAVE_BUILD]",
128 "name": "Generate Large Profile" 131 "name": "Generate Large Profile"
129 }, 132 },
130 { 133 {
131 "cmd": [ 134 "cmd": [
132 "python", 135 "python",
133 "-u", 136 "-u",
134 "RECIPE_MODULE[build::zip]/resources/zip.py" 137 "RECIPE_MODULE[build::zip]/resources/zip.py"
135 ], 138 ],
139 "cwd": "[SLAVE_BUILD]",
136 "name": "Zip Large Profile", 140 "name": "Zip Large Profile",
137 "stdin": "{\"entries\": [{\"path\": \"[TMP]/large-profile_tmp_1\", \"type\": \"dir\"}], \"output\": \"[TMP]/zipped-profile_tmp_2/large_profile.zip\", \"root \": \"[TMP]/large-profile_tmp_1\"}" 141 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/large-profile_tmp_1\", \"ty pe\": \"dir\"}], \"output\": \"[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip \", \"root\": \"[TMP_BASE]/large-profile_tmp_1\"}"
138 }, 142 },
139 { 143 {
140 "cmd": [ 144 "cmd": [
141 "python", 145 "python",
142 "-u", 146 "-u",
143 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 147 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
144 "--", 148 "--",
145 "[ROOT]/b/depot_tools/gsutil.py", 149 "[DEPOT_TOOLS]/gsutil.py",
146 "----", 150 "----",
147 "cp", 151 "cp",
148 "[TMP]/zipped-profile_tmp_2/large_profile.zip", 152 "[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip",
149 "gs://chrome-partner-telemetry/large_profile/mac" 153 "gs://chrome-partner-telemetry/large_profile/mac"
150 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
151 "name": "gsutil upload", 156 "name": "gsutil upload",
152 "~followup_annotations": [ 157 "~followup_annotations": [
153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne r-telemetry/large_profile/mac@@@" 158 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne r-telemetry/large_profile/mac@@@"
154 ] 159 ]
155 }, 160 },
156 { 161 {
157 "cmd": [ 162 "cmd": [
158 "python", 163 "python",
159 "-u", 164 "-u",
160 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 165 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
161 "[TMP]/large-profile_tmp_1" 166 "[TMP_BASE]/large-profile_tmp_1"
162 ], 167 ],
168 "cwd": "[SLAVE_BUILD]",
163 "name": "rmtree Remove profile directory.", 169 "name": "rmtree Remove profile directory.",
164 "~followup_annotations": [ 170 "~followup_annotations": [
165 "@@@STEP_LOG_LINE@python.inline@@@@", 171 "@@@STEP_LOG_LINE@python.inline@@@@",
166 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 172 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
167 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 173 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
168 "@@@STEP_LOG_LINE@python.inline@@@@", 174 "@@@STEP_LOG_LINE@python.inline@@@@",
169 "@@@STEP_LOG_LINE@python.inline@@@@", 175 "@@@STEP_LOG_LINE@python.inline@@@@",
170 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 176 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
171 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 177 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
172 "@@@STEP_LOG_END@python.inline@@@" 178 "@@@STEP_LOG_END@python.inline@@@"
173 ] 179 ]
174 }, 180 },
175 { 181 {
176 "cmd": [ 182 "cmd": [
177 "python", 183 "python",
178 "-u", 184 "-u",
179 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 185 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
180 "[TMP]/zipped-profile_tmp_2" 186 "[TMP_BASE]/zipped-profile_tmp_2"
181 ], 187 ],
188 "cwd": "[SLAVE_BUILD]",
182 "name": "rmtree Remove zipped profile directory.", 189 "name": "rmtree Remove zipped profile directory.",
183 "~followup_annotations": [ 190 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@python.inline@@@@", 191 "@@@STEP_LOG_LINE@python.inline@@@@",
185 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 192 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
186 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 193 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
187 "@@@STEP_LOG_LINE@python.inline@@@@", 194 "@@@STEP_LOG_LINE@python.inline@@@@",
188 "@@@STEP_LOG_LINE@python.inline@@@@", 195 "@@@STEP_LOG_LINE@python.inline@@@@",
189 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 196 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
190 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 197 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
191 "@@@STEP_LOG_END@python.inline@@@" 198 "@@@STEP_LOG_END@python.inline@@@"
192 ] 199 ]
193 }, 200 },
194 { 201 {
195 "name": "$result", 202 "name": "$result",
196 "recipe_result": null, 203 "recipe_result": null,
197 "status_code": 0 204 "status_code": 0
198 } 205 }
199 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698