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

Unified Diff: scripts/slave/recipes/nacl.expected/linux_triggering.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
« no previous file with comments | « scripts/slave/recipes/nacl.expected/linux_triggered.json ('k') | scripts/slave/recipes/nacl/sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl.expected/linux_triggering.json
diff --git a/scripts/slave/recipes/nacl.expected/linux_triggering.json b/scripts/slave/recipes/nacl.expected/linux_triggering.json
index 1b4a1414f2c23678330ab1db70917d6d12ad734f..4327342d4ae2db885211a8e62d11744feb015169 100644
--- a/scripts/slave/recipes/nacl.expected/linux_triggering.json
+++ b/scripts/slave/recipes/nacl.expected/linux_triggering.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlave",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/native_client/src/native_client.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/native_client/src/native_client.git'}]",
"--root",
"native_client",
"--revision_mapping_file",
"{\"native_client\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -25,6 +25,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -63,6 +64,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -73,21 +75,22 @@
"cmd": [
"python",
"-u",
- "[CWD]/native_client/buildbot/buildbot_selector.py"
+ "[SLAVE_BUILD]/native_client/buildbot/buildbot_selector.py"
],
- "cwd": "[CWD]/native_client",
+ "cwd": "[SLAVE_BUILD]/native_client",
"env": {
"BUILDBOT_BUILDERNAME": "precise_64-newlib-arm_qemu-pnacl-dbg",
"BUILDBOT_GOT_REVISION": "a95eb4c044a154d692a53fdfa564ee8de7aeea5b",
"BUILDBOT_MASTERNAME": "client.nacl",
"BUILDBOT_REVISION": "abcd",
"BUILDBOT_SLAVE_TYPE": "BuilderTester",
- "RUNTEST": "[ROOT]/b/build/scripts/slave/runtest.py"
+ "RUNTEST": "[BUILD]/scripts/slave/runtest.py"
},
"name": "annotated steps"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "trigger",
"trigger_specs": [
{
« no previous file with comments | « scripts/slave/recipes/nacl.expected/linux_triggered.json ('k') | scripts/slave/recipes/nacl/sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698