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

Unified Diff: recipes/recipes/infra_continuous.expected/infra-64.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/infra_continuous.expected/infra-64.json
diff --git a/recipes/recipes/infra_continuous.expected/infra-64.json b/recipes/recipes/infra_continuous.expected/infra-64.json
index a33af083e1e093f5524fa65c67a59e0ba81f3f09..7e3082f580bf84be8fd6688816fbfa41e9b4c90d 100644
--- a/recipes/recipes/infra_continuous.expected/infra-64.json
+++ b/recipes/recipes/infra_continuous.expected/infra-64.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]"
},
@@ -71,23 +71,23 @@
"--jobs",
"1"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "infra python tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py"
+ "[START_DIR]/infra/glyco/tests/run_all_tests.py"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "Glyco tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"version"
],
@@ -97,9 +97,9 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"python",
- "[SLAVE_BUILD]/infra/go/test.py"
+ "[START_DIR]/infra/go/test.py"
],
"name": "infra go tests"
},
@@ -107,7 +107,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/build/build.py",
+ "[START_DIR]/infra/build/build.py",
"--builder",
"infra-continuous-64"
],
@@ -117,7 +117,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/build/test_packages.py"
+ "[START_DIR]/infra/build/test_packages.py"
],
"name": "cipd - test packages integrity"
},
@@ -125,7 +125,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/build/build.py",
+ "[START_DIR]/infra/build/build.py",
"--no-rebuild",
"--upload",
"--service-account-json",
@@ -150,7 +150,7 @@
"python",
"-u",
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
- "[SLAVE_BUILD]/infra/go/bin"
+ "[START_DIR]/infra/go/bin"
],
"name": "rmcontents clean go bin",
"~followup_annotations": [
@@ -172,7 +172,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/..."
@@ -184,7 +184,7 @@
"python",
"-u",
"\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n",
- "[SLAVE_BUILD]/infra/go/bin",
+ "[START_DIR]/infra/go/bin",
"/path/to/tmp/json"
],
"name": "listdir listing go bin",
@@ -209,8 +209,8 @@
"RECIPE_PACKAGE_REPO[depot_tools]/upload_to_google_storage.py",
"-b",
"chromium-luci",
- "[SLAVE_BUILD]/infra/go/bin/file 1",
- "[SLAVE_BUILD]/infra/go/bin/file 2"
+ "[START_DIR]/infra/go/bin/file 1",
+ "[START_DIR]/infra/go/bin/file 2"
],
"env": {
"DEPOT_TOOLS_GSUTIL_BIN_DIR": "[CACHE]/gsutil"
@@ -222,7 +222,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/infra/go/bin/file 1.sha1",
+ "[START_DIR]/infra/go/bin/file 1.sha1",
"/path/to/tmp/"
],
"name": "file 1 sha1",
@@ -235,7 +235,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/infra/go/bin/file 2.sha1",
+ "[START_DIR]/infra/go/bin/file 2.sha1",
"/path/to/tmp/"
],
"name": "file 2 sha1",

Powered by Google App Engine
This is Rietveld 408576698