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

Unified Diff: scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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/art.expected/host-x86-debug__ON__client.art__clobber.json
diff --git a/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json b/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json
index 3816d3fc9acd99856906da30fd32b8b979b56fb6..ac2a4169d34761be835b249010eb3226ec5d9378 100644
--- a/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json
+++ b/scripts/slave/recipes/art.expected/host-x86-debug__ON__client.art__clobber.json
@@ -1,22 +1,20 @@
[
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"init",
"-u",
"https://android.googlesource.com/platform/manifest",
"-b",
"master-art"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"sync"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
@@ -24,9 +22,8 @@
"python",
"-u",
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
- "[SLAVE_BUILD]/out"
+ "[CWD]/out"
],
- "cwd": "[SLAVE_BUILD]",
"name": "rmtree clobber",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -41,13 +38,12 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/art/tools/buildbot-build.sh",
+ "[CWD]/art/tools/buildbot-build.sh",
"-j8",
"--host"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -56,10 +52,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -72,9 +68,8 @@
"-j8",
"test-art-host-gtest32"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -83,10 +78,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -100,9 +95,8 @@
"test-art-host-run-test-optimizing",
"dist"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -112,10 +106,10 @@
"ART_TEST_RUN_TEST_DEBUGGABLE": "true",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -129,9 +123,8 @@
"test-art-host-run-test-interpreter",
"dist"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -140,10 +133,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -157,9 +150,8 @@
"test-art-host-run-test-jit",
"dist"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -168,10 +160,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -180,14 +172,13 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/art/tools/run-libcore-tests.sh",
+ "[CWD]/art/tools/run-libcore-tests.sh",
"--mode=host",
"--variant=X32",
"--debug"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -196,10 +187,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"
@@ -208,14 +199,13 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/art/tools/run-jdwp-tests.sh",
+ "[CWD]/art/tools/run-jdwp-tests.sh",
"--mode=host",
"--variant=X32",
"--debug"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
- "ANDROID_BUILD_TOP": "[SLAVE_BUILD]",
+ "ANDROID_BUILD_TOP": "[CWD]",
"ART_TEST_FULL": "false",
"ART_TEST_INTERPRETER": "true",
"ART_TEST_JIT": "true",
@@ -224,10 +214,10 @@
"ART_TEST_RUN_TEST_2ND_ARCH": "false",
"ART_USE_OPTIMIZING_COMPILER": "true",
"HOST_PREFER_32_BIT": "true",
- "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks",
+ "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
"JACK_SERVER": "false",
"LEGACY_USE_JAVA7": "true",
- "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s",
+ "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
"TARGET_BUILD_TYPE": "release",
"TARGET_BUILD_VARIANT": "eng",
"TARGET_PRODUCT": "sdk"

Powered by Google App Engine
This is Rietveld 408576698