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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Site Isolation Linux", 10 "Site Isolation Linux",
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "name": "generate_build_files" 255 "name": "generate_build_files"
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "python", 259 "python",
260 "-u", 260 "-u",
261 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 261 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
262 "--show-path", 262 "--show-path",
263 "python", 263 "python",
264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
265 "--gsutil-py-path",
266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
265 "--ninja-path", 267 "--ninja-path",
266 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
267 "--target", 269 "--target",
268 "Release", 270 "Release",
269 "--src-dir", 271 "--src-dir",
270 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
271 "--goma-cache-dir", 273 "--goma-cache-dir",
272 "[GOMA_CACHE]", 274 "[GOMA_CACHE]",
273 "--build-tool", 275 "--build-tool",
274 "ninja", 276 "ninja",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 362 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
361 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 363 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
362 ] 364 ]
363 }, 365 },
364 { 366 {
365 "name": "$result", 367 "name": "$result",
366 "recipe_result": null, 368 "recipe_result": null,
367 "status_code": 0 369 "status_code": 0
368 } 370 }
369 ] 371 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698