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

Unified Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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/gpu/build_and_test.expected/linux_debug_blink.json
diff --git a/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json b/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json
index e625a2808e3ed35b6cec9fc73b70a722fcf892a6..732f9dc30a36c415bc10cf03ca43f77bc9e906b0 100644
--- a/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json
+++ b/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup temp"
},
{
@@ -32,6 +33,7 @@
"src/third_party/WebKit@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -78,6 +80,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
@@ -92,6 +95,7 @@
"[SLAVE_BUILD]/src/out/Debug",
"--clean-isolated-files"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean isolated files"
},
{
@@ -120,6 +124,7 @@
"tab_capture_end2end_tests_run",
"telemetry_gpu_test_run"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -142,6 +147,7 @@
"[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json",
"[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "isolate tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -165,6 +171,7 @@
"-9",
"gnome-keyring-daemon"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "killall gnome-keyring-daemon"
},
{
@@ -200,6 +207,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "content_gl_tests"
},
{
@@ -235,6 +243,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gl_tests"
},
{
@@ -270,6 +279,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "angle_unittests"
},
{
@@ -317,6 +327,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -375,6 +386,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -424,6 +436,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -473,6 +486,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -522,6 +536,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -571,6 +586,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -620,6 +636,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -669,6 +686,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -718,6 +736,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
@@ -771,6 +790,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},

Powered by Google App Engine
This is Rietveld 408576698