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

Issue 2479943003: Creating named directory for bisect test runs. (Closed)

Created:
4 years, 1 month ago by RobertoCN
Modified:
4 years, 1 month ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Creating named directory for bisect test runs. Since the files output from the perf test runs are expected to live for the life of the bisect, we are creating them now under a directory called 'bisect_results' directly under 'slave_build'. R=vadimsh@chromium.org BUG=659908 Committed: https://chromium.googlesource.com/chromium/tools/build/+/9c0d9a92ba7ed98478e66f750778c789ddc12768

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29228 lines, -2787 lines) Patch
M scripts/slave/recipe_modules/auto_bisect_staging/api.py View 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.py View 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_bisect_other_direction.json View 194 chunks +1785 lines, -163 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json View 193 chunks +1789 lines, -167 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_mac_bisect.json View 193 chunks +1829 lines, -165 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json View 43 chunks +398 lines, -32 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json View 43 chunks +398 lines, -32 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json View 21 chunks +198 lines, -15 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json View 43 chunks +398 lines, -32 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json View 42 chunks +396 lines, -30 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_revision.json View 64 chunks +596 lines, -47 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json View 43 chunks +398 lines, -32 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json View 286 chunks +2594 lines, -267 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json View 214 chunks +2021 lines, -190 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json View 64 chunks +772 lines, -40 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect.json View 355 chunks +3340 lines, -358 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect_staging/example.expected/v8_roll_bisect_bis.json View 239 chunks +2193 lines, -205 lines 0 comments Download
M scripts/slave/recipe_modules/bisect_tester_staging/perf_test.py View 3 chunks +8 lines, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.py View 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_fyi_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_s5_perf_cq.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_webview_nexus6_aosp_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_staging_android_nexus5X_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_fyi_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5X_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus5_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus6_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus7_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_nexus9_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_s5_perf_cq.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_arm64_aosp_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json View 6 chunks +56 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/failure_in_ref_range.json View 42 chunks +406 lines, -30 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_basic_device.json View 132 chunks +1300 lines, -119 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_disconnected_device.json View 366 chunks +3665 lines, -417 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json View 132 chunks +1300 lines, -119 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_s5_perf_cq.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_webview_nexus6_aosp_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json View 6 chunks +50 lines, -4 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.py View 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob.json View 4 chunks +48 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json View 8 chunks +52 lines, -6 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric_valueset.json View 12 chunks +56 lines, -10 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_revisions.json View 12 chunks +56 lines, -10 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/deps_perf_tryjob.json View 4 chunks +48 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect_staging.expected/perf_tryjob_failed_test.json View 10 chunks +54 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
RobertoCN
4 years, 1 month ago (2016-11-05 00:43:34 UTC) #1
Vadim Sh.
lgtm
4 years, 1 month ago (2016-11-05 00:49:34 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2479943003/1
4 years, 1 month ago (2016-11-05 01:55:55 UTC) #4
commit-bot: I haz the power
4 years, 1 month ago (2016-11-05 02:07:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/tools/build/+/9c0d9a92ba7ed98478e6...

Powered by Google App Engine
This is Rietveld 408576698