aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2016-11-21 16:06:19 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-22 12:36:17 +0000
commit9bcca6a2124b60ce9fab18ba697b28fc6a1354db (patch)
treebaca6579b9b011c6930b9324d55d7b8ed2e52255 /infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
parent759ae5639b0dfe5a0d5491aa0e0b9855aa42ab73 (diff)
Roll recipe DEPS
Looks like slave_build and cwd changed to start_dir in https://bugs.chromium.org/p/chromium/issues/detail?id=662586 BUG=skia:5979 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5104 Change-Id: I46d080b9089ea9b4adc2ed45fc81fdc192bdb2b2 Reviewed-on: https://skia-review.googlesource.com/5104 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json')
-rw-r--r--infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index e520e21b3f..ab5b8ffd1b 100644
--- a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -4,7 +4,7 @@
"python",
"-u",
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
- "[SLAVE_BUILD]/tmp",
+ "[START_DIR]/tmp",
"511"
],
"name": "makedirs tmp_dir",
@@ -24,13 +24,13 @@
{
"cmd": [
"python",
- "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
+ "[START_DIR]/skia/platform_tools/android/tests/run_all.py"
],
- "cwd": "[SLAVE_BUILD]/skia",
+ "cwd": "[START_DIR]/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
- "SKIA_OUT": "[SLAVE_BUILD]/out"
+ "SKIA_OUT": "[START_DIR]/out"
},
"name": "android platform self-tests"
},
@@ -39,7 +39,7 @@
"python",
"RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
"--library",
- "[SLAVE_BUILD]/out/Release/lib/libskia.so",
+ "[START_DIR]/out/Release/lib/libskia.so",
"--githash",
"abc123",
"--gsutil_path",
@@ -47,43 +47,43 @@
"--issue_number",
"500"
],
- "cwd": "[SLAVE_BUILD]/skia",
+ "cwd": "[START_DIR]/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
- "SKIA_OUT": "[SLAVE_BUILD]/out"
+ "SKIA_OUT": "[START_DIR]/out"
},
"name": "generate and upload binary size data"
},
{
"cmd": [
- "[SLAVE_BUILD]/go/go/bin/go",
+ "[START_DIR]/go/go/bin/go",
"get",
"go.skia.org/infra/comments/go/extract_comments"
],
- "cwd": "[SLAVE_BUILD]/skia",
+ "cwd": "[START_DIR]/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
- "GOPATH": "[SLAVE_BUILD]/tmp/golib",
- "SKIA_OUT": "[SLAVE_BUILD]/out"
+ "GOPATH": "[START_DIR]/tmp/golib",
+ "SKIA_OUT": "[START_DIR]/out"
},
"name": "compile extract_comments"
},
{
"cmd": [
- "[SLAVE_BUILD]/tmp/golib/bin/extract_comments",
+ "[START_DIR]/tmp/golib/bin/extract_comments",
"--dir",
"gm",
"--dest",
"gs://skia-doc/gm/comments.json"
],
- "cwd": "[SLAVE_BUILD]/skia",
+ "cwd": "[START_DIR]/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
- "GOPATH": "[SLAVE_BUILD]/tmp/golib",
- "SKIA_OUT": "[SLAVE_BUILD]/out"
+ "GOPATH": "[START_DIR]/tmp/golib",
+ "SKIA_OUT": "[START_DIR]/out"
},
"name": "run extract_comments"
},