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

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

Issue 2479943003: Creating named directory for bisect test runs. (Closed)
Patch Set: Created 4 years, 1 month 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_with_revisions_android_s5_perf_cq.json
diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
index f6ad487981842f4645b792a45e622562430b2f94..651315a5a54412639d920ac442ed4934a5e3b317 100644
--- a/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
+++ b/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json
@@ -861,6 +861,29 @@
"cmd": [
"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",
+ "[SLAVE_BUILD]/bisect_results/dummy",
+ "511"
+ ],
+ "cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
+ "name": "makedirs results directory",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
+ "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
+ "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
+ "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
+ "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
+ "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
"--target",
"Release",
@@ -884,7 +907,7 @@
"--reset-results",
"--upload-results",
"--results-label=bad49c331def2a3bbf3ddd0096eb51551155",
- "--output-dir=[TMP_BASE]/perf-test-output_tmp_1"
+ "--output-dir=[SLAVE_BUILD]/bisect_results/dummy"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
"env": {
@@ -910,7 +933,7 @@
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\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",
- "[TMP_BASE]/perf-test-output_tmp_1/results.txt"
+ "[SLAVE_BUILD]/bisect_results/dummy/results.txt"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
"name": "write buildbot output to disk"
@@ -920,7 +943,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_1/results-chart.json",
+ "[SLAVE_BUILD]/bisect_results/dummy/results-chart.json",
"/path/to/tmp/json"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
@@ -1127,6 +1150,29 @@
"cmd": [
"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",
+ "[SLAVE_BUILD]/bisect_results/dummy",
+ "511"
+ ],
+ "cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
+ "name": "makedirs results directory (2)",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
+ "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
+ "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
+ "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
+ "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
+ "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
"--target",
"Release",
@@ -1149,7 +1195,7 @@
"sunspider",
"--upload-results",
"--results-label=d49c331def2a3bbf3ddd0096eb51551155",
- "--output-dir=[TMP_BASE]/perf-test-output_tmp_2"
+ "--output-dir=[SLAVE_BUILD]/bisect_results/dummy"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
"env": {
@@ -1175,7 +1221,7 @@
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\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",
- "[TMP_BASE]/perf-test-output_tmp_2/results.txt"
+ "[SLAVE_BUILD]/bisect_results/dummy/results.txt"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
"name": "write buildbot output to disk (2)"
@@ -1185,7 +1231,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_2/results-chart.json",
+ "[SLAVE_BUILD]/bisect_results/dummy/results-chart.json",
"/path/to/tmp/json"
],
"cwd": "[BUILDER_CACHE]/android_s5_perf_cq",

Powered by Google App Engine
This is Rietveld 408576698