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

Unified Diff: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.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/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
index 56ec237056bf84dc84cd22aa6d9110cc6f0694ce..ee9211e953b6f56004faff801de4d3cc13ebee97 100644
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch.json
@@ -24,7 +24,6 @@
"src@HEAD",
"--output_manifest"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -103,7 +102,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",
"[SLAVE_BUILD]/src/third_party/llvm-build"
],
- "cwd": "[SLAVE_BUILD]",
"name": "rmtree llvm-build",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -123,7 +121,6 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1",
@@ -154,7 +151,6 @@
"objc",
"objcxx"
],
- "cwd": "[SLAVE_BUILD]",
"name": "generate compilation database for linux",
"stdout": "/path/to/tmp/"
},
@@ -169,7 +165,6 @@
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -214,7 +209,6 @@
"--",
"All"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -230,7 +224,6 @@
"some compilation data",
"[SLAVE_BUILD]/src/out/Debug/compile_commands.json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "copy compilation database"
},
{
@@ -253,7 +246,6 @@
"[SLAVE_BUILD]/src/out/Debug",
"--all"
],
- "cwd": "[SLAVE_BUILD]",
"name": "run translation_unit clang tool"
},
{
@@ -266,7 +258,6 @@
"--path-to-archive-output",
"[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip"
],
- "cwd": "[SLAVE_BUILD]",
"name": "create index pack"
},
{
@@ -281,7 +272,6 @@
"[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip",
"gs://chrome-codesearch/prod/index_pack_linux_170242.zip"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload index pack",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codesearch/prod/index_pack_linux_170242.zip@@@"
@@ -299,7 +289,6 @@
"-f",
"chromium_src_linux.tar.bz2"
],
- "cwd": "[SLAVE_BUILD]",
"name": "archive source"
},
{
@@ -314,7 +303,6 @@
"[SLAVE_BUILD]/chromium_src_linux.tar.bz2",
"gs://chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload source tarball",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2@@@"

Powered by Google App Engine
This is Rietveld 408576698