| Index: scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
|
| similarity index 78%
|
| copy from scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json
|
| copy to scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
|
| index 977b1bd4340a09faa8a32bf564f8a17283a8aaf0..54efdcd816f60a45e9e3c909a812d076a6cb4ea2 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json
|
| +++ b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_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@1111111",
|
| "--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,19 +459,19 @@
|
| "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": "***SINGLE TEST (deprecated)***"
|
| },
|
| {
|
| @@ -479,9 +479,9 @@
|
| "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",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/Release"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "rmtree build directory",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| @@ -506,18 +506,18 @@
|
| "----",
|
| "cp",
|
| "gs://chrome-perf/test-archive.zip",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/build_product.zip"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
|
| "name": "gsutil download_build_product"
|
| },
|
| {
|
| "cmd": [
|
| "unzip",
|
| "-o",
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/build_product.zip"
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect/src",
|
| + "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src",
|
| "name": "unzip_build_product"
|
| },
|
| {
|
| @@ -525,29 +525,29 @@
|
| "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/"
|
| ],
|
| "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": "get version"
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/build/android/adb_install_apk.py",
|
| + "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/android/adb_install_apk.py",
|
| "ChromePublic.apk",
|
| "-v",
|
| "--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",
|
| "--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",
|
| "--release"
|
| ],
|
| "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": "install ChromePublic.apk"
|
| },
|
| @@ -562,11 +562,11 @@
|
| "android",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus9_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| + "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| "--build-properties",
|
| - "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus9_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| + "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| "--step-name=Performance Test 1 of 2",
|
| - "--builder-name=android_nexus9_perf_bisect",
|
| + "--builder-name=staging_android_nexus5X_perf_bisect",
|
| "--slave-name=TestSlavename",
|
| "--build-number=571",
|
| "--run-python-script",
|
| @@ -579,7 +579,7 @@
|
| ],
|
| "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": "Performance Test 1 of 2",
|
| "stderr": "/path/to/tmp/",
|
| @@ -598,7 +598,7 @@
|
| ],
|
| "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": "Reading valueset results",
|
| "~followup_annotations": [
|
| @@ -619,11 +619,11 @@
|
| "android",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus9_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| + "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| "--build-properties",
|
| - "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus9_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| + "{\"bisect_config\": {\"bug_id\": \"425582\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"command\": \"./tools/perf/run_benchmark -v --browser=android-chromium --output-format=valueset page_cycler_v2.intl_ar_fa_he\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\": \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryserver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_got_revision\": \"1111111\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect_staging\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| "--step-name=Performance Test 2 of 2",
|
| - "--builder-name=android_nexus9_perf_bisect",
|
| + "--builder-name=staging_android_nexus5X_perf_bisect",
|
| "--slave-name=TestSlavename",
|
| "--build-number=571",
|
| "--run-python-script",
|
| @@ -636,7 +636,7 @@
|
| ],
|
| "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": "Performance Test 2 of 2",
|
| "stderr": "/path/to/tmp/",
|
| @@ -655,7 +655,7 @@
|
| ],
|
| "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": "Reading valueset results (2)",
|
| "~followup_annotations": [
|
| @@ -670,11 +670,11 @@
|
| "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"
|
| ],
|
| "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": "test_report",
|
| "~followup_annotations": [
|
| @@ -713,7 +713,7 @@
|
| "src@1111111",
|
| "--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]"
|
| },
|
| @@ -803,19 +803,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"
|
| },
|
| {
|
| @@ -833,28 +833,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"
|
| },
|
| @@ -863,24 +863,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 (2)"
|
| },
|
| {
|
| "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"
|
| },
|
| @@ -889,9 +889,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 (2)",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
|
|