net_perftests fail on Linux Perf |
||||
Issue descriptionI added net_perftests to Linux Perf bot in Issue 701387 . The test target fails with the following error. I am not sure what is needed to fix this. Additional test environment: CHROME_DEVEL_SANDBOX=/opt/chromium/chrome_sandbox LANG=en_US.UTF-8 Command: /usr/bin/python ../../testing/scripts/run_gtest_perf_test.py net_perftests --isolated-script-test-output=/b/s/w/iobYixpt/output.json --isolated-script-test-chartjson-output=/b/s/w/iobYixpt/chartjson-output.json /usr/bin/python: can't open file '../../testing/scripts/run_gtest_perf_test.py': [Errno 2] No such file or directory
,
Jun 9 2017
,
Jun 9 2017
The perf_test_target gonna need to include these data: https://cs.chromium.org/chromium/src/components/tracing/BUILD.gn?rcl=85888e0c9acd6cf6b04a21f78436b5e9b85f7251&l=140
,
Jun 9 2017
Thanks! I will upload a CL to add the data dependency.
,
Jun 9 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5a866840ec589cd768ced41418bc2d89554e05ff commit 5a866840ec589cd768ced41418bc2d89554e05ff Author: xunjieli <xunjieli@chromium.org> Date: Fri Jun 09 18:16:20 2017 Add scripts dependency to net_perftests target The scripts dependency is needed for net_perftests to run on the bot. See linked bug for more details. BUG= 731694 Review-Url: https://codereview.chromium.org/2931943003 Cr-Commit-Position: refs/heads/master@{#478335} [modify] https://crrev.com/5a866840ec589cd768ced41418bc2d89554e05ff/net/BUILD.gn
,
Jun 12 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by xunji...@chromium.org
, Jun 9 2017