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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
index 71b2a72b78b8ba32bcce13fc790227d558fcc3c3..3e6e6bb0ba25ec2e7713e7549150533c55ae5e06 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN_no_inline___release_builder.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
"--root",
"v8",
"--revision_mapping_file",
"{\"v8\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -25,6 +25,7 @@
"--no_shallow",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -63,9 +64,10 @@
"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": "asan=1 clang=1 gomadir='[ROOT]/b/build/goma' lsan=1 release_extra_cflags='-fno-inline-functions -fno-inline' sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_enable_verify_heap=1 v8_target_arch=x64",
+ "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 release_extra_cflags='-fno-inline-functions -fno-inline' sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_enable_verify_heap=1 v8_target_arch=x64",
"GYP_GENERATORS": "ninja",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -80,6 +82,7 @@
"python",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -89,10 +92,11 @@
"-u",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
"--src-dir",
- "[CWD]/v8",
+ "[SLAVE_BUILD]/v8",
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -119,9 +123,9 @@
"--target",
"Release",
"--src-dir",
- "[CWD]/v8",
+ "[SLAVE_BUILD]/v8",
"--goma-cache-dir",
- "[ROOT]/b/build/slave/goma_cache",
+ "[GOMA_CACHE]",
"--build-tool",
"ninja",
"--compiler",
@@ -131,11 +135,12 @@
"--goma-service-account-json-file",
"/creds/service_accounts/service-account-goma-client.json",
"--goma-dir",
- "[ROOT]/b/build/goma",
+ "[BUILD]/goma",
"--clobber",
"--",
"d8"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
@@ -150,9 +155,10 @@
"python",
"-u",
"\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n",
- "[CWD]/v8/out/Release",
+ "[SLAVE_BUILD]/v8/out/Release",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "listdir build_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
@@ -173,18 +179,19 @@
"python",
"-u",
"RECIPE_MODULE[build::archive]/resources/zip_archive.py",
- "[TMP]/chrome_staging_tmp_1",
+ "[TMP_BASE]/chrome_staging_tmp_1",
"d8-asan-no-inline-linux-release-v8-component-50110",
"[\"file 1\", \"file 2\"]",
- "[CWD]/v8/out/Release"
+ "[SLAVE_BUILD]/v8/out/Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "zipping"
},
{
"cmd": [
"python",
"-u",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"--",
"-h",
"x-goog-meta-Cr-Commit-Position:refs/heads/master@{#50110}",
@@ -195,9 +202,10 @@
"cp",
"-a",
"public-read",
- "[TMP]/chrome_staging_tmp_1/d8-asan-no-inline-linux-release-v8-component-50110.zip",
+ "[TMP_BASE]/chrome_staging_tmp_1/d8-asan-no-inline-linux-release-v8-component-50110.zip",
"gs://v8-asan/linux-release/d8-asan-no-inline-linux-release-v8-component-50110.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux-release/d8-asan-no-inline-linux-release-v8-component-50110.zip@@@"
@@ -208,8 +216,9 @@
"python",
"-u",
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
- "[TMP]/chrome_staging_tmp_1/d8-asan-no-inline-linux-release-v8-component-50110.zip"
+ "[TMP_BASE]/chrome_staging_tmp_1/d8-asan-no-inline-linux-release-v8-component-50110.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "d8-asan-no-inline-linux-release-v8-component-50110.zip",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698