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

Unified Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.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/missing_SKP_VERSION_host.json
diff --git a/scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.json b/scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.json
index 0702923e40b6184657c6421fdf870235a0ea8b18..802fafe97aa62c967fce80d367df4bbb2ab75ef6 100644
--- a/scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.json
+++ b/scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.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@@@@",
@@ -104,6 +107,7 @@
"[SLAVE_BUILD]/tmp",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs tmp_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -126,6 +130,7 @@
"[SLAVE_BUILD]/skia/SKP_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get expected SKP_VERSION"
},
{
@@ -136,6 +141,7 @@
"[SLAVE_BUILD]/tmp/SKP_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SKP_VERSION",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -149,6 +155,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]/playback/skps"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmtree skps",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -168,6 +175,7 @@
"[SLAVE_BUILD]/playback/skps",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs skps",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -197,6 +205,7 @@
"gs://chromium-skia-gm/playback_42/skps/*",
"[SLAVE_BUILD]/playback/skps"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil download skps"
},
{
@@ -207,6 +216,7 @@
"42",
"[SLAVE_BUILD]/tmp/SKP_VERSION"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "write SKP_VERSION"
},
{
@@ -222,6 +232,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/"
},
@@ -233,6 +244,7 @@
"[SLAVE_BUILD]/tmp/SKIMAGE_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SKIMAGE_VERSION"
},
{
@@ -242,6 +254,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@@@@",
@@ -261,6 +274,7 @@
"[SLAVE_BUILD]/dm",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs dm",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -373,6 +387,7 @@
"--nogpu",
"--dummy-flags"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "dm"
},
{

Powered by Google App Engine
This is Rietveld 408576698