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

Unified Diff: scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json

Issue 2440603003: Adding configuration for staging builder for android bisect recipe. (Closed)
Patch Set: Created 4 years, 2 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/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
similarity index 80%
copy from scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
copy to scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
index 54467804d5375818633d1462e273c76dad73772c..c6cb878c2e96ba9e0907ea2f65cc582560817b08 100644
--- a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
+++ b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/out/Release/debug_info_dumps",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/test_logs",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip",
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/build/symlink.py",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/build/symlink.py",
"-f",
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/build/android/adb_logcat_monitor.py",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/logcat",
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/out/bad_devices.json"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "***PERF TRYJOB***"
},
{
@@ -480,11 +480,11 @@
"-u",
"RECIPE_MODULE[build::perf_try_staging]/resources/load_config_to_json.py",
"--source",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/tools/run-perf-test.cfg",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/tools/run-perf-test.cfg",
"--output_json",
"/path/to/tmp/json"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "load config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -503,12 +503,12 @@
"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_nexus5X_perf_bisect/src/out/Release/debug_info_dumps",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/test_logs",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip",
- "[BUILDER_CACHE]/android_nexus5X_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"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "clean local files (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -536,7 +536,7 @@
"/creds/service_accounts/service-account-chromium-bisect.json",
"{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"android_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf-tryjob/Android Builder/full-build-linux_f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9_123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_storage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:android_perf_bisect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.put",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -571,7 +571,7 @@
"cr-buildbucket.appspot.com",
"9016911228971028736"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.get",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -598,7 +598,7 @@
"cr-buildbucket.appspot.com",
"9016911228971028736"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.get (2)",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -622,9 +622,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_nexus5X_perf_bisect/src/out/Release"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "rmtree build directory",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -649,18 +649,18 @@
"----",
"cp",
"gs://chrome-perf-tryjob/Android Builder/full-build-linux_f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9_123456.zip",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "gsutil download_build_product"
},
{
"cmd": [
"unzip",
"-o",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src",
"name": "unzip_build_product"
},
{
@@ -668,27 +668,27 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/chrome/VERSION",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/chrome/VERSION",
"/path/to/tmp/"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "get version"
},
{
"cmd": [
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/out/bad_devices.json",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json",
"--adb-path",
- "[BUILDER_CACHE]/android_nexus5X_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"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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"
},
@@ -703,15 +703,15 @@
"android",
"--xvfb",
"--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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 (With Patch) 1 of 1",
- "--builder-name=android_nexus5X_perf_bisect",
+ "--builder-name=staging_android_nexus5X_perf_bisect",
"--slave-name=TestSlavename",
"--build-number=571",
"--run-python-script",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/tools/perf/run_benchmark",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/tools/perf/run_benchmark",
"-v",
"--browser=android-chrome",
"--output-format=chartjson",
@@ -721,9 +721,9 @@
"--results-label=Patch",
"--output-dir=[TMP_BASE]/perf-test-output_tmp_1"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
- "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release"
+ "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release"
},
"name": "Performance Test (With Patch) 1 of 1",
"stderr": "/path/to/tmp/",
@@ -747,7 +747,7 @@
"*RESULT dummy: dummy= [5.83,6.013,5.573]ms\nAvg dummy: 5.907711ms\nSd dummy: 0.255921ms\nRESULT telemetry_page_measurement_results: num_failed= 0 count\nRESULT telemetry_page_measurement_results: num_errored= 0 count\n\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-with_patch\n",
"[TMP_BASE]/perf-test-output_tmp_1/results.txt"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "write buildbot output to disk"
},
{
@@ -771,7 +771,7 @@
"src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"--output_manifest"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -844,13 +844,13 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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 (without patch)"
},
@@ -865,7 +865,7 @@
"ls",
"gs://chrome-perf/Android Builder/full-build-linux_f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "gsutil exists",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -877,12 +877,12 @@
"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_nexus5X_perf_bisect/src/out/Release/debug_info_dumps",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/test_logs",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip",
- "[BUILDER_CACHE]/android_nexus5X_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"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "clean local files (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -910,7 +910,7 @@
"/creds/service_accounts/service-account-chromium-bisect.json",
"{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"android_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf/Android Builder/full-build-linux_f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:android_perf_bisect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.put (2)",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -945,7 +945,7 @@
"cr-buildbucket.appspot.com",
"9016911228971028736"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.get (3)",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -965,7 +965,7 @@
"cr-buildbucket.appspot.com",
"9016911228971028736"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "buildbucket.get (4)",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -983,9 +983,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_nexus5X_perf_bisect/src/out/Release"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "rmtree build directory (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -1010,18 +1010,18 @@
"----",
"cp",
"gs://chrome-perf/Android Builder/full-build-linux_f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "gsutil download_build_product (2)"
},
{
"cmd": [
"unzip",
"-o",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/build_product.zip"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/build_product.zip"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src",
"name": "unzip_build_product (2)"
},
{
@@ -1029,27 +1029,27 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/chrome/VERSION",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/chrome/VERSION",
"/path/to/tmp/"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "get version (2)"
},
{
"cmd": [
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/out/bad_devices.json",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/bad_devices.json",
"--adb-path",
- "[BUILDER_CACHE]/android_nexus5X_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"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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 (2)"
},
@@ -1064,15 +1064,15 @@
"android",
"--xvfb",
"--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"staging_android_nexus5X_perf_bisect\", \"buildnumber\": 571, \"is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"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 (Without Patch) 1 of 1",
- "--builder-name=android_nexus5X_perf_bisect",
+ "--builder-name=staging_android_nexus5X_perf_bisect",
"--slave-name=TestSlavename",
"--build-number=571",
"--run-python-script",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/tools/perf/run_benchmark",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/tools/perf/run_benchmark",
"-v",
"--browser=android-chrome",
"--output-format=chartjson",
@@ -1081,9 +1081,9 @@
"--results-label=TOT",
"--output-dir=[TMP_BASE]/perf-test-output_tmp_2"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
- "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release"
+ "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release"
},
"name": "Performance Test (Without Patch) 1 of 1",
"stderr": "/path/to/tmp/",
@@ -1107,12 +1107,12 @@
"*RESULT dummy: dummy= [5.83,6.013,5.573]ms\nAvg dummy: 5.907711ms\nSd dummy: 0.255921ms\nRESULT telemetry_page_measurement_results: num_failed= 0 count\nRESULT telemetry_page_measurement_results: num_errored= 0 count\n\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\n",
"[TMP_BASE]/perf-test-output_tmp_2/results.txt"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "write buildbot output to disk (2)"
},
{
"cmd": [],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "Results",
"~followup_annotations": [
"@@@STEP_TEXT@No values from test with patch, or none from test without patch.",
@@ -1144,9 +1144,9 @@
"-u",
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "Post bisect results",
- "stdin": "{\"data\": {\"bisect_bot\": \"android_nexus5X_perf_bisect\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/android_nexus5X_perf_bisect/builds/571\", \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=android-chrome --output-format=chartjson sunspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"warnings\": [\"No values from test with patch, or none from test without patch.\\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
+ "stdin": "{\"data\": {\"bisect_bot\": \"staging_android_nexus5X_perf_bisect\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/staging_android_nexus5X_perf_bisect/builds/571\", \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=android-chrome --output-format=chartjson sunspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"warnings\": [\"No values from test with patch, or none from test without patch.\\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
"@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: None@@@",
@@ -1180,7 +1180,7 @@
"src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"--output_manifest"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -1270,19 +1270,19 @@
"--pid-file-path",
"/tmp/device_monitor.pid"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "shutdown_device_monitor"
},
{
"cmd": [
"python",
"-u",
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/out/Release/full_log",
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "logcat_dump"
},
{
@@ -1300,28 +1300,28 @@
"cp",
"-a",
"public-read",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/full_log",
- "gs://chromium-android/logcat_dumps/android_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_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_nexus5X_perf_bisect/src/out/Release/full_log"
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/out/Release/full_log"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
- "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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"
},
@@ -1330,24 +1330,24 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/chrome/VERSION",
+ "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/chrome/VERSION",
"/path/to/tmp/"
],
- "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "get version (3)"
},
{
"cmd": [
- "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"env": {
- "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_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_nexus5X_perf_bisect/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_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"
},
@@ -1356,9 +1356,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_nexus5X_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_nexus5X_perf_bisect",
+ "cwd": "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect",
"name": "test_report",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698