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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.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/Build-Ubuntu-GCC-x86_64-Release-CMake.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json
index 891a227c8804d61a57636b1c982d174c3eee39be..f511710a8c697692d0eaa935daee21eed8f4ce07 100644
--- a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json
+++ b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json
@@ -7,7 +7,7 @@
"origin",
"https://skia.googlesource.com/skia.git"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "git remote set-url"
},
{
@@ -15,7 +15,7 @@
"git",
"fetch"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "git fetch"
},
{
@@ -25,7 +25,7 @@
"--hard",
"abc123"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "git reset"
},
{
@@ -35,7 +35,7 @@
"-d",
"-f"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "git clean"
},
{
@@ -45,8 +45,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]"
},
@@ -67,6 +68,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -87,11 +89,11 @@
"cmd": [
"python",
"-u",
- "[CWD]/skia/tools/buildbot_spec.py",
+ "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
"/path/to/tmp/json",
"Build-Ubuntu-GCC-x86_64-Release-CMake"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "exec buildbot_spec.py",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -127,13 +129,13 @@
},
{
"cmd": [
- "[CWD]/skia/cmake/cmake_build"
+ "[SLAVE_BUILD]/skia/cmake/cmake_build"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"env": {
"BUILDTYPE": "Release",
"GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
- "SKIA_OUT": "[CWD]/skia/out/Build-Ubuntu-GCC-x86_64-Release-CMake"
+ "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-x86_64-Release-CMake"
},
"name": "cmake_build"
},

Powered by Google App Engine
This is Rietveld 408576698