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

Unified Diff: recipes/recipes/isolate_go_perf.expected/infra_linux.json

Issue 2507373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 1 month 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: recipes/recipes/isolate_go_perf.expected/infra_linux.json
diff --git a/recipes/recipes/isolate_go_perf.expected/infra_linux.json b/recipes/recipes/isolate_go_perf.expected/infra_linux.json
index f693abd499f13d9bff77ed71d48fe32baff3a58f..d9b01941dbcba95f51b1c7f7a372229a9aee3400 100644
--- a/recipes/recipes/isolate_go_perf.expected/infra_linux.json
+++ b/recipes/recipes/isolate_go_perf.expected/infra_linux.json
@@ -56,7 +56,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -67,7 +67,7 @@
"python",
"-u",
"RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
- "[SLAVE_BUILD]/infra/go/bin"
+ "[START_DIR]/infra/go/bin"
],
"name": "clean go bin"
},
@@ -75,7 +75,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"version"
],
@@ -85,7 +85,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"install",
"github.com/luci/luci-go/client/cmd/..."
@@ -99,7 +99,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/upload_to_google_storage.py",
"-b",
"chromium-luci",
- "[SLAVE_BUILD]/infra/go/bin/isolate"
+ "[START_DIR]/infra/go/bin/isolate"
],
"env": {
"DEPOT_TOOLS_GSUTIL_BIN_DIR": "[CACHE]/gsutil"
@@ -111,7 +111,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/infra/go/bin/isolate.sha1",
+ "[START_DIR]/infra/go/bin/isolate.sha1",
"/path/to/tmp/"
],
"name": "isolate sha1",
@@ -129,7 +129,7 @@
"----",
"cp",
"gs://chrome-dumpfiles/ykffaza5vm",
- "[SLAVE_BUILD]/infra/go/perf_data/test.isolate"
+ "[START_DIR]/infra/go/perf_data/test.isolate"
],
"name": "gsutil download test.isolate"
},
@@ -138,12 +138,12 @@
"python",
"-u",
"\nimport os, sys\nprint os.stat(sys.argv[1]).st_size if os.path.exists(sys.argv[1]) else -1\n",
- "[SLAVE_BUILD]/infra/go/perf_data/blink_heap_unittests"
+ "[START_DIR]/infra/go/perf_data/blink_heap_unittests"
],
"name": "get huge file size",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_TEXT@file [SLAVE_BUILD]/infra/go/perf_data/blink_heap_unittests has size of 1047258184 bytes@@@",
+ "@@@STEP_TEXT@file [START_DIR]/infra/go/perf_data/blink_heap_unittests has size of 1047258184 bytes@@@",
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
"@@@STEP_LOG_LINE@python.inline@print os.stat(sys.argv[1]).st_size if os.path.exists(sys.argv[1]) else -1@@@",
@@ -158,23 +158,23 @@
"--format=%ct %cI %H",
"-s"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "get commit info",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
- "[SLAVE_BUILD]/infra/go/bin/isolate",
+ "[START_DIR]/infra/go/bin/isolate",
"archive",
"--verbose",
"-isolate-server",
"fake",
"-isolate",
- "[SLAVE_BUILD]/infra/go/perf_data/test.isolate",
+ "[START_DIR]/infra/go/perf_data/test.isolate",
"-isolated",
- "[SLAVE_BUILD]/infra/go/perf_data/result.isolated"
+ "[START_DIR]/infra/go/perf_data/result.isolated"
],
- "cwd": "[SLAVE_BUILD]/infra/go/perf_data",
+ "cwd": "[START_DIR]/infra/go/perf_data",
"name": "isolate perf",
"~followup_annotations": [
"@@@STEP_TEXT@Took 1.5 seconds on rev 0123456789abcdeffedcba987654321012345678 committed at 2016-10-13T18:02:17+02:00@@@"

Powered by Google App Engine
This is Rietveld 408576698