| Index: scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json
|
| similarity index 83%
|
| copy from scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json
|
| copy to scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json
|
| index 6a6253292b14836821cc37557e8aa0c09804fc15..a4a76fa6102fe575d3063b648de545aa9b012a82 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_changes_android_nexus9_perf_bisect.json
|
| +++ b/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_no_changes_staging_android_nexus5X_perf_bisect.json
|
| @@ -62,7 +62,7 @@
|
| "python",
|
| "-u",
|
| "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "511"
|
| ],
|
| "name": "makedirs checkout path",
|
| @@ -104,7 +104,7 @@
|
| "src@HEAD",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -189,10 +189,10 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/debug_info_dumps",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/test_logs",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/build_product.zip",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/debug_info_dumps",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/test_logs",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src"
|
| ],
|
| "name": "clean local files",
|
| "~followup_annotations": [
|
| @@ -218,7 +218,7 @@
|
| "--cached",
|
| "--name-only"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src",
|
| "name": "git diff to analyze patch",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -230,26 +230,26 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/symlink.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/symlink.py",
|
| "-f",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| "~/adb"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "create adb symlink"
|
| },
|
| {
|
| "cmd": [
|
| "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
|
| "--",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/adb_logcat_monitor.py",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/logcat",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android/adb_logcat_monitor.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/logcat",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "spawn_logcat_monitor"
|
| },
|
| @@ -263,13 +263,13 @@
|
| "--pid-file-path",
|
| "/tmp/device_monitor.pid",
|
| "--",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_monitor.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_monitor.py",
|
| "--adb-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| "--blacklist-file",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "spawn_device_monitor"
|
| },
|
| {
|
| @@ -279,31 +279,31 @@
|
| "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py",
|
| "--verbose",
|
| "--adb-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "authorize_adb_devices"
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_recovery.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_recovery.py",
|
| "--blacklist-file",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json",
|
| "--known-devices-file",
|
| "[HOME]/.android/known_devices.json",
|
| "--adb-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| "-v",
|
| "--enable-usb-reset"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "device_recovery"
|
| },
|
| @@ -311,11 +311,11 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/provision_devices.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android/provision_devices.py",
|
| "--adb-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| "--blacklist-file",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json",
|
| "--output-device-blacklist",
|
| "/path/to/tmp/json",
|
| "-t",
|
| @@ -328,33 +328,33 @@
|
| "350",
|
| "--remove-system-webview"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "provision_devices"
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_status.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_status.py",
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--blacklist-file",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json",
|
| "--known-devices-file",
|
| "[HOME]/.android/known_devices.json",
|
| "--buildbot-path",
|
| "/home/chrome-bot/.adb_device_info",
|
| "--adb-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
|
| "-v",
|
| "--overwrite-known-devices-files"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "device_status",
|
| "~followup_annotations": [
|
| @@ -459,24 +459,24 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=1",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| "name": "gclient runhooks"
|
| },
|
| {
|
| "cmd": [],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "***PERF TRYJOB***"
|
| },
|
| {
|
| "cmd": [],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "Results",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@There are no modifications to Telemetry benchmarks, aborting the try job.@@@"
|
| @@ -507,7 +507,7 @@
|
| "src@HEAD",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -597,19 +597,19 @@
|
| "--pid-file-path",
|
| "/tmp/device_monitor.pid"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "shutdown_device_monitor"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/adb_logcat_printer.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android/adb_logcat_printer.py",
|
| "--output-path",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/full_log",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/logcat"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/full_log",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/logcat"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "logcat_dump"
|
| },
|
| {
|
| @@ -627,28 +627,28 @@
|
| "cp",
|
| "-a",
|
| "public-read",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/full_log",
|
| - "gs://chromium-android/logcat_dumps/android_nexus9_perf_bisect/571"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/full_log",
|
| + "gs://chromium-android/logcat_dumps/staging_android_nexus5X_perf_bisect/571"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "gsutil upload",
|
| "~followup_annotations": [
|
| - "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-android/logcat_dumps/android_nexus9_perf_bisect/571@@@"
|
| + "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-android/logcat_dumps/staging_android_nexus5X_perf_bisect/571@@@"
|
| ]
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_platform/development/scripts/stack",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_platform/development/scripts/stack",
|
| "--arch",
|
| "arm64",
|
| "--more-info",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/full_log"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/full_log"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| - "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release",
|
| + "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release",
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "stack_tool_with_logcat_dump"
|
| },
|
| @@ -657,24 +657,24 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/chrome/VERSION",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "get version"
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/tombstones.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android/tombstones.py",
|
| "-a",
|
| "-s",
|
| "-w"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "env": {
|
| - "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release",
|
| + "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release",
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android:%(PATH)s"
|
| + "PATH": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android:%(PATH)s"
|
| },
|
| "name": "stack_tool_for_tombstones"
|
| },
|
| @@ -683,9 +683,9 @@
|
| "python",
|
| "-u",
|
| "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with open(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(report)\n",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release/test_logs/*.log"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/test_logs/*.log"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "test_report",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
|
|