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

Unified Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.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/mac_release_skip_compile.json
diff --git a/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.json b/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.json
index 1a74ff07da58325b17995369e27f718b1d821d61..0599bcda88ff3e5562f9402ba19da155d6e660d0 100644
--- a/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.json
+++ b/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_compile.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup temp"
},
{
@@ -30,6 +31,7 @@
"src@c14d891d44f0afff64e56ed7c9702df1d807b1ee",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -101,6 +103,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "content_gl_tests"
},
{
@@ -135,6 +138,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gl_tests"
},
{
@@ -169,6 +173,7 @@
"--",
"--use-gpu-in-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "angle_unittests"
},
{
@@ -215,6 +220,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "maps_pixel_test",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -269,6 +275,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "pixel_test",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -314,6 +321,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "webgl_conformance_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -359,6 +367,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "context_lost_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -404,6 +413,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "memory_test",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -449,6 +459,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "trace_test",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -494,6 +505,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "screenshot_sync_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -539,6 +551,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hardware_accelerated_feature_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -584,6 +597,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gpu_process_launch_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -633,6 +647,7 @@
"--output-dir",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gpu_rasterization_tests",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
@@ -669,6 +684,7 @@
"https://isolateserver.appspot.com",
"--"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "tab_capture_end2end_tests"
}
]

Powered by Google App Engine
This is Rietveld 408576698