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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "--gsutil-py-path", 283 "--gsutil-py-path",
284 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 284 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
285 "--ninja-path", 285 "--ninja-path",
286 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 286 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
287 "--target", 287 "--target",
288 "Release", 288 "Release",
289 "--src-dir", 289 "--src-dir",
290 "[BUILDER_CACHE]/linux/src", 290 "[BUILDER_CACHE]/linux/src",
291 "--goma-cache-dir", 291 "--goma-cache-dir",
292 "[GOMA_CACHE]", 292 "[GOMA_CACHE]",
293 "--buildbot-buildername",
294 "Site Isolation Linux",
295 "--buildbot-mastername",
296 "chromium.fyi",
297 "--buildbot-slavename",
298 "TestSlavename",
293 "--goma-deps-cache-dir", 299 "--goma-deps-cache-dir",
294 "[GOMA_DEPS_CACHE]", 300 "[GOMA_DEPS_CACHE]",
295 "--build-data-dir", 301 "--build-data-dir",
296 "[ROOT]/build_data_dir", 302 "[ROOT]/build_data_dir",
297 "--compiler", 303 "--compiler",
298 "goma", 304 "goma",
299 "--goma-jsonstatus", 305 "--goma-jsonstatus",
300 "/path/to/tmp/json", 306 "/path/to/tmp/json",
301 "--goma-service-account-json-file", 307 "--goma-service-account-json-file",
302 "/creds/service_accounts/service-account-goma-client.json", 308 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 400 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
395 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 401 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
396 ] 402 ]
397 }, 403 },
398 { 404 {
399 "name": "$result", 405 "name": "$result",
400 "recipe_result": null, 406 "recipe_result": null,
401 "status_code": 0 407 "status_code": 0
402 } 408 }
403 ] 409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698