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

Unified Diff: scripts/slave/recipes/nacl.expected/linux_triggered.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.py ('k') | scripts/slave/recipes/nacl.expected/linux_triggering.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl.expected/linux_triggered.json
diff --git a/scripts/slave/recipes/nacl.expected/linux_triggered.json b/scripts/slave/recipes/nacl.expected/linux_triggered.json
index 5340a9a4a6277335730acaf186bfcda7e44d65e7..69712c9fe26f7840f591a9c63e89fec8bc12fd0a 100644
--- a/scripts/slave/recipes/nacl.expected/linux_triggered.json
+++ b/scripts/slave/recipes/nacl.expected/linux_triggered.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,9 +75,9 @@
"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": "oneiric_32-newlib-arm_hw-pnacl-panda-dbg",
"BUILDBOT_GOT_REVISION": "a95eb4c044a154d692a53fdfa564ee8de7aeea5b",
@@ -85,7 +87,7 @@
"BUILDBOT_TRIGGERED_BY_BUILDERNAME": "precise_64-newlib-arm_qemu-pnacl-dbg",
"BUILDBOT_TRIGGERED_BY_BUILDNUMBER": "1",
"BUILDBOT_TRIGGERED_BY_SLAVENAME": "TestSlave",
- "RUNTEST": "[ROOT]/b/build/scripts/slave/runtest.py"
+ "RUNTEST": "[BUILD]/scripts/slave/runtest.py"
},
"name": "annotated steps"
},
« no previous file with comments | « scripts/slave/recipes/nacl.py ('k') | scripts/slave/recipes/nacl.expected/linux_triggering.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698