Chromium Code Reviews

Unified Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.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.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.json
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.json
index c870ee2c4427c2ef00d84744c50af357c471a38c..138792a41f7204033e8826b1c29a1e1359a617c7 100644
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.json
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.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', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
"--root",
"infra",
"--revision_mapping_file",
"{\"infra\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]\\b\\build\\slave\\cache_dir",
+ "[GIT_CACHE]",
"--issue",
"12853011",
"--patchset",
@@ -31,6 +31,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -81,7 +82,7 @@
"-m",
"Committed patch"
],
- "cwd": "[CWD]\\infra",
+ "cwd": "[SLAVE_BUILD]\\infra",
"name": "commit git patch"
},
{
@@ -91,6 +92,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -104,7 +106,7 @@
"HEAD",
"HEAD~"
],
- "cwd": "[CWD]\\infra",
+ "cwd": "[SLAVE_BUILD]\\infra",
"name": "get change list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -119,25 +121,27 @@
"test.py",
"test"
],
- "cwd": "[CWD]\\infra",
+ "cwd": "[SLAVE_BUILD]\\infra",
"name": "python tests"
},
{
"cmd": [
"python",
"-u",
- "[CWD]\\infra\\go\\env.py"
+ "[SLAVE_BUILD]\\infra\\go\\env.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "go bootstrap"
},
{
"cmd": [
"python",
"-u",
- "[CWD]\\infra\\go\\env.py",
+ "[SLAVE_BUILD]\\infra\\go\\env.py",
"python",
- "[CWD]\\infra\\go\\test.py"
+ "[SLAVE_BUILD]\\infra\\go\\test.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "go tests"
},
{
« no previous file with comments | « scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json ('k') | scripts/slave/recipes/infra/luci_gae.py » ('j') | no next file with comments »

Powered by Google App Engine