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

Unified Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.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_ChromiumOS_Codesearch_fail.json
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
index 3bb82d1f0f1b69a97506d7db107a5393defd35f9..93e76754602f95870274029600c9963f9dfb8bdf 100644
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.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 chromeos",
"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"
},
{
@@ -256,7 +249,6 @@
"objc",
"objcxx"
],
- "cwd": "[SLAVE_BUILD]",
"name": "generate compilation database for linux",
"stdout": "/path/to/tmp/"
},
@@ -272,7 +264,6 @@
"--compdb-output",
"[SLAVE_BUILD]/src/out/Debug/compile_commands.json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Filter out duplicate compilation units"
},
{
@@ -295,7 +286,6 @@
"[SLAVE_BUILD]/src/out/Debug",
"--all"
],
- "cwd": "[SLAVE_BUILD]",
"name": "run translation_unit clang tool",
"~followup_annotations": [
"step returned non-zero exit code: 2",
@@ -313,7 +303,6 @@
"--path-to-archive-output",
"[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip"
],
- "cwd": "[SLAVE_BUILD]",
"name": "create index pack"
},
{
@@ -328,7 +317,6 @@
"[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip",
"gs://chrome-codesearch/prod/index_pack_chromeos_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_chromeos_170242.zip@@@"
@@ -346,7 +334,6 @@
"-f",
"chromium_src_chromeos.tar.bz2"
],
- "cwd": "[SLAVE_BUILD]",
"name": "archive source"
},
{
@@ -361,7 +348,6 @@
"[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2",
"gs://chrome-codesearch/prod/chromium_src_chromeos_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_chromeos_170242.tar.bz2@@@"

Powered by Google App Engine
This is Rietveld 408576698