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

Unified Diff: scripts/slave/recipes/skia/skia.expected/has_ccache_android.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/skia/skia.expected/has_ccache_android.json
diff --git a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
index efa5905d6b4afc8319ef757fdee45d82a0ab705b..53d92beb1a4de017e42839bc8fd5572a544c95f4 100644
--- a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
+++ b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
@@ -6,8 +6,9 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"config",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']"
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -28,6 +29,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -48,11 +50,11 @@
"cmd": [
"python",
"-u",
- "[CWD]/skia/tools/buildbot_spec.py",
+ "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
"/path/to/tmp/json",
"Build-Ubuntu-GCC-Arm7-Debug-Android"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "exec buildbot_spec.py",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -93,10 +95,11 @@
"-u",
"import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccache = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\nprint json.dumps({'ccache': ccache})\n"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"BUILDTYPE": "Debug",
"GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
- "SKIA_OUT": "[CWD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android"
+ "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android"
},
"name": "has ccache?",
"stdout": "/path/to/tmp/json",
@@ -120,13 +123,13 @@
},
{
"cmd": [
- "[CWD]/skia/platform_tools/android/bin/android_ninja",
+ "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
"most",
"-d",
"arm_v7_neon",
"--gcc"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"env": {
"ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
"ANDROID_MAKE_CCACHE": "/usr/bin/ccache",
@@ -134,7 +137,7 @@
"BUILDTYPE": "Debug",
"GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
"SKIA_ANDROID_VERBOSE_SETUP": "1",
- "SKIA_OUT": "[CWD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android"
+ "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android"
},
"name": "build most"
},

Powered by Google App Engine
This is Rietveld 408576698