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

Side by Side Diff: scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/win.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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_PACKAGE[build]\\bot_update.py", 6 "RECIPE_PACKAGE[build]\\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",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "--profile-type-to-generate=large_profile", 119 "--profile-type-to-generate=large_profile",
120 "--output-dir=[TMP_BASE]\\large-profile_tmp_1" 120 "--output-dir=[TMP_BASE]\\large-profile_tmp_1"
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
123 "name": "Generate Large Profile" 123 "name": "Generate Large Profile"
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
128 "-u", 128 "-u",
129 "RECIPE_MODULE[zip]\\resources\\zip.py" 129 "RECIPE_MODULE[build.zip]\\resources\\zip.py"
130 ], 130 ],
131 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
132 "name": "Zip Large Profile", 132 "name": "Zip Large Profile",
133 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\large-profile_tmp_1\", \ "type\": \"dir\"}], \"output\": \"[TMP_BASE]\\\\zipped-profile_tmp_2\\\\large_pr ofile.zip\", \"root\": \"[TMP_BASE]\\\\large-profile_tmp_1\", \"use_python_zip\" : true}" 133 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\large-profile_tmp_1\", \ "type\": \"dir\"}], \"output\": \"[TMP_BASE]\\\\zipped-profile_tmp_2\\\\large_pr ofile.zip\", \"root\": \"[TMP_BASE]\\\\large-profile_tmp_1\", \"use_python_zip\" : true}"
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "python", 137 "python",
138 "-u", 138 "-u",
139 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 139 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
140 "--", 140 "--",
141 "[DEPOT_TOOLS]\\gsutil.py", 141 "[DEPOT_TOOLS]\\gsutil.py",
142 "----", 142 "----",
143 "cp", 143 "cp",
144 "[TMP_BASE]\\zipped-profile_tmp_2\\large_profile.zip", 144 "[TMP_BASE]\\zipped-profile_tmp_2\\large_profile.zip",
145 "gs://chrome-partner-telemetry/large_profile/win" 145 "gs://chrome-partner-telemetry/large_profile/win"
146 ], 146 ],
147 "cwd": "[SLAVE_BUILD]", 147 "cwd": "[SLAVE_BUILD]",
148 "name": "gsutil upload", 148 "name": "gsutil upload",
149 "~followup_annotations": [ 149 "~followup_annotations": [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 187 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
188 "@@@STEP_LOG_END@python.inline@@@" 188 "@@@STEP_LOG_END@python.inline@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "name": "$result", 192 "name": "$result",
193 "recipe_result": null, 193 "recipe_result": null,
194 "status_code": 0 194 "status_code": 0
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698