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

Unified Diff: scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.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/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
diff --git a/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json b/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
index 33fd88f00ba3d1aa37e08f4151a23425f0c4b383..3dd3394ac267813261244a7eea62916a601482d2 100644
--- a/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
+++ b/scripts/slave/recipe_modules/emulator/example.expected/Disable_settings_after_launch_emulator_test_basic.json
@@ -11,19 +11,20 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
"src@HEAD",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -102,10 +103,11 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use_goma=1",
- "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1",
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
},
@@ -113,17 +115,18 @@
"cmd": [
"python",
"-u",
- "[CWD]/src/build/android/install_emulator_deps.py",
+ "[SLAVE_BUILD]/src/build/android/install_emulator_deps.py",
"--api-level",
"23"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "[emulator] installing emulator deps"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
"--",
- "[CWD]/src/build/android/avd.py",
+ "[SLAVE_BUILD]/src/build/android/avd.py",
"run",
"--abi",
"x86",
@@ -138,35 +141,38 @@
"--sdcard-size",
"512M"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "[emulator] spawn 1 emulator (abi x86, api_level 23)"
},
{
"cmd": [
"python",
"-u",
- "[CWD]/src/build/android/avd.py",
+ "[SLAVE_BUILD]/src/build/android/avd.py",
"wait",
"-n",
"1"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "[emulator] wait for 1 emulators to complete booting"
},
{
"cmd": [
"python",
"-u",
- "[CWD]/src/build/android/provision_devices.py",
+ "[SLAVE_BUILD]/src/build/android/provision_devices.py",
"-t",
"Debug",
"--blacklist-file",
- "[CWD]/src/out/bad_devices.json",
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
"--output-device-blacklist",
"/path/to/tmp/json",
"--emulators"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
- "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/build/android:%(PATH)s"
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
"name": "provision_devices"
},
@@ -174,15 +180,16 @@
"cmd": [
"python",
"-u",
- "[CWD]/src/out/Debug/bin/run_sample_test",
+ "[SLAVE_BUILD]/src/out/Debug/bin/run_sample_test",
"--blacklist-file",
- "[CWD]/src/out/bad_devices.json",
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
"--verbose",
"--isolate_file_path=sample_isolate_file"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
- "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/build/android:%(PATH)s"
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
"name": "sample_test"
},
@@ -190,18 +197,20 @@
"cmd": [
"python",
"-u",
- "[CWD]/src/build/android/avd.py",
+ "[SLAVE_BUILD]/src/build/android/avd.py",
"kill"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "[emulator] killing all emulators"
},
{
"cmd": [
"python",
"-u",
- "[CWD]/src/build/android/avd.py",
+ "[SLAVE_BUILD]/src/build/android/avd.py",
"delete"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "[emulator] deleting all temp avds after running"
},
{

Powered by Google App Engine
This is Rietveld 408576698