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

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed)

Created:
4 years, 4 months ago by dtu
Modified:
4 years, 3 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, eyaich1
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Clean up some discrepancies in the perf recipe configs Remove "disable_tests" from all configs. Instead rely on "test_generators" and "test_spec_file" to determine whether generated tests should run. Remove optional field "test_spec_file." The default is the name of the master. This means that tryserver.chromium.perf and chromium.perf.fyi will use their respective files instead of chromium.perf. This is a noop as those files either are empty or don't exist. Change bisect testers to use the "tester" config instead of "builder." This is mostly a no-op since those configs were unified in previous CLs. Remove the "perf-id" and "results-url" properties. I don't know if they were used for anything. BUG=640287 Committed: https://chromium.googlesource.com/chromium/tools/build/+/05fb8c52d06b8c3892175979f3760f8116a4cfea

Patch Set 1 #

Patch Set 2 : You know, expectations and stuff. #

Total comments: 8

Patch Set 3 : lint #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3536 lines, -1742 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/example.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_bisector.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/mac_bisector.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json View 1 2 3 3 chunks +40 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf.py View 1 2 3 5 chunks +11 lines, -21 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py View 1 2 3 2 chunks +18 lines, -31 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/steps.py View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/tryserver_chromium_perf.py View 1 2 1 chunk +3 lines, -6 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus9_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus9_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus9_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_One_Perf__1_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_One_Perf__2_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_One_Perf__3_.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/host_info_failure.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/missing_device.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/provision_devices.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/android/perf.expected/src_side_script_fails.json View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M scripts/slave/recipes/android/perf.expected/test_failure.json View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic_return_code_test.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_good_revision_test.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe_ret_code.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_no_benchmark_to_run.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_no_changes.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_config_error.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Galaxy_S5_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Galaxy_S5_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus9_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus9_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus9_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__3_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_11_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_11_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_11_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_11_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_11_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_HDD_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_HDD_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_HDD_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_HDD_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_HDD_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Retina_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Retina_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Retina_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Retina_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Retina_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_High_DPI_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_10_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_ATI_GPU_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_ATI_GPU_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_ATI_GPU_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_ATI_GPU_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_ATI_GPU_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Intel_GPU_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Nvidia_GPU_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Nvidia_GPU_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Nvidia_GPU_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Nvidia_GPU_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Nvidia_GPU_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_x64_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_x64_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_x64_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_x64_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_7_x64_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_8_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_8_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_8_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_8_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_8_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Zenbook_Perf__1_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Zenbook_Perf__2_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Zenbook_Perf__3_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Zenbook_Perf__4_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_Zenbook_Perf__5_.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Android_Galaxy_S5_Perf__1_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Mac_Power_Dual_GPU_Perf.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Mac_Power_Low_End_Perf.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Mac_Test_Retina_Perf.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Perf.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Power_High_DPI_Perf.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_fyi_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisect_builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_cq.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_10_10_perf_bisect.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_10_11_perf_bisect.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_fyi_perf_bisect.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_hdd_perf_bisect.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_perf_bisect_builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_retina_perf_bisect.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_mac_retina_perf_cq.json View 1 2 3 4 chunks +51 lines, -89 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_fyi_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect_builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_x64_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_10_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_10_perf_cq.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.json View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_high_dpi_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_zen_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64ati_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64intel_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64nvidia_perf_bisect.json View 1 2 3 4 chunks +55 lines, -71 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/perf_test_profile_failure.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (19 generated)
dtu
https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json File scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json (right): https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json#newcode878 scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json:878: "[TMP_BASE]/fake_checkout_tmp_1/testing/scripts/get_compile_targets.py", All of the bots now query tryserver.chromium.perf.json for ...
4 years, 4 months ago (2016-08-24 06:56:10 UTC) #8
dtu
Suuup
4 years, 3 months ago (2016-08-30 18:14:02 UTC) #14
RobertoCN
lGtm, I guess. https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py File scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py (right): https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py#newcode35 scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py:35: def _AddTestSpec(name, perf_id, platform, parent_buildername=None, target_bits=64): ...
4 years, 3 months ago (2016-08-30 21:08:02 UTC) #15
dtu
https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py File scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py (right): https://codereview.chromium.org/2270563005/diff/20001/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py#newcode35 scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py:35: def _AddTestSpec(name, perf_id, platform, parent_buildername=None, target_bits=64): On 2016/08/30 21:08:01, ...
4 years, 3 months ago (2016-08-31 08:36:34 UTC) #16
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/2270563005/40001
4 years, 3 months ago (2016-08-31 08:36:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/30f890096ca1e410)
4 years, 3 months ago (2016-08-31 08:44:56 UTC) #21
dtu
+stip, OWNERS
4 years, 3 months ago (2016-08-31 16:50:26 UTC) #23
ghost stip (do not use)
whoosh. I would have like this CL broken down into a few smaller CLs. rs-lgtm
4 years, 3 months ago (2016-09-02 00:57:45 UTC) #24
dtu
On 2016/09/02 00:57:45, stip wrote: > whoosh. I would have like this CL broken down ...
4 years, 3 months ago (2016-09-02 18:46:27 UTC) #25
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/2270563005/60001
4 years, 3 months ago (2016-09-02 18:47:00 UTC) #28
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 18:52:07 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/tools/build/+/05fb8c52d06b8c389217...

Powered by Google App Engine
This is Rietveld 408576698