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

Unified Diff: scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json
diff --git a/scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json b/scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json
index 19645f655a2cf0bb76c0740e425e1c359b22c083..35e58dad234ad132fde3e7503a9a3a83bf4e0305 100644
--- a/scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json
+++ b/scripts/slave/recipes/perf/telemetry_generate_large_profile.expected/linux.json
@@ -25,7 +25,6 @@
"--force",
"--output_manifest"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -114,7 +113,6 @@
"--build-number",
"571"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Download and Extract Binary"
},
{
@@ -127,7 +125,6 @@
"--profile-type-to-generate=large_profile",
"--output-dir=[TMP_BASE]/large-profile_tmp_1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Generate Large Profile"
},
{
@@ -136,7 +133,6 @@
"-u",
"RECIPE_MODULE[build::zip]/resources/zip.py"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Zip Large Profile",
"stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/large-profile_tmp_1\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip\", \"root\": \"[TMP_BASE]/large-profile_tmp_1\"}"
},
@@ -152,7 +148,6 @@
"[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip",
"gs://chrome-partner-telemetry/large_profile/linux"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partner-telemetry/large_profile/linux@@@"
@@ -165,7 +160,6 @@
"\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.RemoveDirectory(sys.argv[1])\n",
"[TMP_BASE]/large-profile_tmp_1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "rmtree Remove profile directory.",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -185,7 +179,6 @@
"\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.RemoveDirectory(sys.argv[1])\n",
"[TMP_BASE]/zipped-profile_tmp_2"
],
- "cwd": "[SLAVE_BUILD]",
"name": "rmtree Remove zipped profile directory.",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698