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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.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/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json b/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
index 9b6dcd227001d0e369aeb9b805c5a3253bbdf579..ab8f379862fef932cd88427536b05c2a83131b7d 100644
--- a/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
+++ b/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json
@@ -36,6 +36,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -53,6 +54,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -73,6 +75,7 @@
"\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.path.join(os.path.expanduser('~'), 'src'))\n",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "get CHROME_PATH",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -117,6 +120,7 @@
"[SLAVE_BUILD]/tmp",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs tmp_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -139,6 +143,7 @@
"[SLAVE_BUILD]/skia/SKP_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get expected SKP_VERSION"
},
{
@@ -149,6 +154,7 @@
"[SLAVE_BUILD]/tmp/SKP_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SKP_VERSION"
},
{
@@ -164,6 +170,7 @@
"cat",
"gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED",
"stdout": "/path/to/tmp/"
},
@@ -175,6 +182,7 @@
"[SLAVE_BUILD]/tmp/SKIMAGE_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SKIMAGE_VERSION"
},
{
@@ -184,6 +192,7 @@
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SLAVE_BUILD]/dm"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmtree dm",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -203,6 +212,7 @@
"[SLAVE_BUILD]/dm",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs dm",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -323,6 +333,7 @@
"--nocpu",
"--dummy-flags"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "dm"
},
{
@@ -389,6 +400,7 @@
"--dummy-flags",
"--abandonGpuContext"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "dm --abandonGpuContext"
},
{
@@ -438,6 +450,7 @@
"--dummy-flags",
"--preAbandonGpuContext"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "dm --preAbandonGpuContext"
},
{
@@ -475,6 +488,7 @@
"--nocpu",
"--dummy-flags"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "nanobench"
},
{
@@ -497,6 +511,7 @@
"--abandonGpuContext",
"--nocpu"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "nanobench --abandonGpuContext"
}
]

Powered by Google App Engine
This is Rietveld 408576698