New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 591428 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit 27 days ago
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Perf tryjob test run times out on Winx64 Nvidia perf bisect bot (browser cache directory not cleared).

Project Member Reported by pras...@chromium.org, Mar 2 2016

Issue description

Components: Tests>Telemetry
I didn't any obvious reason about the tryjob configs or test command.
From the logs it looks like the job timed-out after without any output for 60 minutes.
Also I noticed that in the config the max_time_minutes is set to 120.

Do we expect this test to run more than 60 minutes?
I don't own this test, so I don't know. If the test is already on the borderline, maybe.
Cc: nednguyen@chromium.org
Update:
I tried couple of perf try jobs for the startup.cold.blank_page on the Winx64 Nvidia perf bisect bot. But I got the same failure

Then I remote logged into bot and ran the same benchmark. Still no luck, benchmark seems to do nothing, no browser is loaded.




Screenshot from 2016-03-03 11:04:52.png
52.2 KB View Download
Can you rerun it with "-v -v" so we have the log showing up. I will also edit the trybot script to always add that extra logging.
Attached is the screenshot on bot with -v -v option
Screenshot from 2016-03-03 11:26:47.png
84.2 KB View Download
Here is the stack trace I get on "Ctrl+C".
Sorry I couldn't copy the text from the bot, so attaching the images.

Screenshot from 2016-03-03 13:52:28.png
86.3 KB View Download
Project Member

Comment 7 by bugdroid1@chromium.org, Mar 3 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f4150344ccd0eb7e2a25457a819a8d15158be19d

commit f4150344ccd0eb7e2a25457a819a8d15158be19d
Author: nednguyen <nednguyen@google.com>
Date: Thu Mar 03 22:33:53 2016

Always add verbose logging for trybot command

This comes in handy when we need to debug benchmark failure
on trybot.

BUG= 591428 

Review URL: https://codereview.chromium.org/1764803002

Cr-Commit-Position: refs/heads/master@{#379118}

[modify] https://crrev.com/f4150344ccd0eb7e2a25457a819a8d15158be19d/tools/perf/core/trybot_command.py
[modify] https://crrev.com/f4150344ccd0eb7e2a25457a819a8d15158be19d/tools/perf/core/trybot_command_unittest.py

Cc: sullivan@chromium.org dtu@chromium.org
Debugged this locally with Prasadv, the root cause here is bisect recipe never try to clear the out/Release_x64/ directory which contains the browser.

For startup.cold benchmark, telemetry first try to flush the cache of browser directory. Because we never clear out/Release_x64/, the build artifacts & browser run's data keep accumulating in this directory (50Gb currently), making the flush command take forever to run.


@prasadv say we do clear out the build directory on perf bot recipe & bisect. So to me, this is the symptom of we do zero code sharing of recipes that run telemetry benchmark.
Cc: robert...@chromium.org
Agreed we have big code sharing problems with the perf recipes. Prasad, Dave, Roberto, let's chat about this at tomorrow's bisect sync.

Comment 10 by dtu@chromium.org, Mar 3 2016

Unclear if we can share this particular behavior. The perf and bisect bots use packaged builds, so clobbering the browser directory is safe. The CQ builds and tests on the same machine. Clobbering the Release directory will disable incremental builds, increasing the build latency.

But definitely, we have code sharing problems overall. There may be some things we can do to unify the behavior here, like using packaged builds on the CQ bots as well.
First we need to understand that the features of perf try jobs and bisect are different. Even though we share lot of codes between these two recipes the workflow of these two are separate. And most of the bisect recipes complies with recipes that runs telemetry benchmarks.

In this case of Perf try job we compile binaries and run the benchmarks, in contrast with Perf tests (chromium.perf) and Bisect job where builds are downloaded after removing build directory.

In case of Perf Try jobs we need to build and run tests with patch and without patch. If we delete the build directory per compile, one effect would be the build without patch might take longer time.
One possible solution is to delete the build directory before starting any perf try job.

Also I think the benchmarks should clear the data once the test execution is done, are we not doing this with benchmarks

Project Member

Comment 12 by bugdroid1@chromium.org, Mar 9 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db

commit 53e6bd6c64817ffe221cb0bcce9877d9a9ff94db
Author: prasadv@chromium.org <prasadv@chromium.org>
Date: Wed Mar 09 06:48:08 2016

Remove build directory before performing perf tryjob.

Also removed StepFailure exception on test failure with path, because
this was preventing processing revision without patch.

BUG= 591428 

Review URL: https://codereview.chromium.org/1773363002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/build@299173 0039d316-1c4b-4281-b951-d872f2087c98

[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipe_modules/perf_try/api.py
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_one_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_cq.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_no_benchmark_to_run.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json
[modify] https://crrev.com/53e6bd6c64817ffe221cb0bcce9877d9a9ff94db/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Labels: triaged
Summary: Perf tryjob test run times out on Winx64 Nvidia perf bisect bot (browser cache directory not cleared). (was: Perf tryjob test run times out on Winx64 Nvidia perf bisect bot.)
When should this be considered fixed? The last build was successful and green: https://build.chromium.org/p/tryserver.chromium.perf/builders/winx64nvidia_perf_bisect/builds/1570
I think the job referred in #13 ran dummy benchmarks.
Changes are already landed, I triggered perf try job with the failing benchmark, 
https://codereview.chromium.org/1776923004.
I would wait for them to complete to know the actual status.
Project Member

Comment 15 by bugdroid1@chromium.org, Mar 9 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/01da4b4d72a059c19909096732328beb4a8cbecc

commit 01da4b4d72a059c19909096732328beb4a8cbecc
Author: prasadv@chromium.org <prasadv@chromium.org>
Date: Wed Mar 09 18:21:20 2016

Revert of Remove build directory before performing perf tryjob. (patchset #1 id:1 of https://codereview.chromium.org/1773363002/ )

Reason for revert:
Breaking things on android jobs

Original issue's description:
> Remove build directory before performing perf tryjob.
> 
> Also removed StepFailure exception on test failure with path, because
> this was preventing processing revision without patch.
> 
> BUG= 591428 
> 
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299173

TBR=robertocn@chromium.org,dtu@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 591428 

Review URL: https://codereview.chromium.org/1776943003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/build@299180 0039d316-1c4b-4281-b951-d872f2087c98

[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipe_modules/perf_try/api.py
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_one_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_cq.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_no_benchmark_to_run.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json
[modify] https://crrev.com/01da4b4d72a059c19909096732328beb4a8cbecc/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Project Member

Comment 16 by bugdroid1@chromium.org, Mar 10 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/a5aad263d7af700212840828b1c695139df0b1ab

commit a5aad263d7af700212840828b1c695139df0b1ab
Author: prasadv@chromium.org <prasadv@chromium.org>
Date: Thu Mar 10 00:37:38 2016

Remove build directory before performing perf tryjob.

Also removed StepFailure exception on test failure with path, because
this was preventing processing revision without patch.

BUG= 591428 

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299173

Review URL: https://codereview.chromium.org/1773363002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/build@299203 0039d316-1c4b-4281-b951-d872f2087c98

[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipe_modules/perf_try/api.py
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_fyi_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus6_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus7_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus9_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_one_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_s5_perf_cq.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_fyi_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus6_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus7_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_nexus9_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_one_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_perf_cq.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_aosp_perf_bisect.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_no_benchmark_to_run.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json
[modify] https://crrev.com/a5aad263d7af700212840828b1c695139df0b1ab/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Status: Fixed (was: Started)
Components: Speed>Bisection

Sign in to add a comment