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

Unified Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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/infra/infra_repo_trybot.expected/infra_internal.json
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
index aae1165d591e977e63bb8ab1919438277a4b2ee2..c5fbee911a9fee84d6dc3f3bf8d0347c4f48a4e9 100644
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesource.com/infra/infra_internal.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesource.com/infra/infra_internal.git'}]",
"--root",
"infra_internal",
"--revision_mapping_file",
"{\"infra_internal\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--issue",
"12853011",
"--patchset",
@@ -25,9 +25,9 @@
"--rietveld_server",
"https://codereview.chromium.org",
"--apply_issue_email_file",
- "[ROOT]/b/build/site_config/.rietveld_client_email",
+ "[BUILD]/site_config/.rietveld_client_email",
"--apply_issue_key_file",
- "[ROOT]/b/build/site_config/.rietveld_secret_key",
+ "[BUILD]/site_config/.rietveld_secret_key",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -35,6 +35,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -78,7 +79,7 @@
"-m",
"Committed patch"
],
- "cwd": "[CWD]/infra_internal",
+ "cwd": "[SLAVE_BUILD]/infra_internal",
"name": "commit git patch"
},
{
@@ -88,6 +89,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -101,7 +103,7 @@
"HEAD",
"HEAD~"
],
- "cwd": "[CWD]/infra_internal",
+ "cwd": "[SLAVE_BUILD]/infra_internal",
"name": "get change list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -117,25 +119,27 @@
"test.py",
"test"
],
- "cwd": "[CWD]/infra_internal",
+ "cwd": "[SLAVE_BUILD]/infra_internal",
"name": "python tests"
},
{
"cmd": [
"python",
"-u",
- "[CWD]/infra_internal/go/env.py"
+ "[SLAVE_BUILD]/infra_internal/go/env.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "go bootstrap"
},
{
"cmd": [
"python",
"-u",
- "[CWD]/infra_internal/go/env.py",
+ "[SLAVE_BUILD]/infra_internal/go/env.py",
"python",
- "[CWD]/infra_internal/go/test.py"
+ "[SLAVE_BUILD]/infra_internal/go/test.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "go tests"
},
{

Powered by Google App Engine
This is Rietveld 408576698