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

Issue 715565 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug


Sign in to add a comment

Migrate all Android perf bots to swarming

Project Member Reported by nedngu...@google.com, Apr 26 2017

Issue description

This is part of the effort of migrating all the Android bots to swarming ( issue 670879 ).


 
Owner: martiniss@chromium.org
Status: Assigned (was: Untriaged)
Blockedon: 718196
Should bug 703692 be a blocker for this?
I think not. It's an important bug to work on but in parallel with this rather than blocker.
Project Member

Comment 5 by bugdroid1@chromium.org, May 5 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/master-manager/+/e83e082d4a72a7c12c6921c46439ede45913bd33

commit e83e082d4a72a7c12c6921c46439ede45913bd33
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 05 02:07:06 2017

Project Member

Comment 6 by bugdroid1@chromium.org, May 5 2017

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

commit bb9f32300c4ca57516ee1b7c35579fe75553b6c6
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri May 05 02:46:14 2017

Switch Android nexus 5x bot over to swarming

This CL switches the android nexus 5X bot on the chromium.perf waterfall over
to swarming.

Bug:  715565 
Change-Id: I0949ab2ff2e21708855ee30db5554387c95c4938
Reviewed-on: https://chromium-review.googlesource.com/495347
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: David Tu <dtu@chromium.org>

[delete] https://crrev.com/db4dfab8c7f51f5527ecb0ec8d71bb38a45540b1/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__2_.json
[modify] https://crrev.com/bb9f32300c4ca57516ee1b7c35579fe75553b6c6/masters/master.chromium.perf/slaves.cfg
[modify] https://crrev.com/bb9f32300c4ca57516ee1b7c35579fe75553b6c6/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Compile.json
[delete] https://crrev.com/db4dfab8c7f51f5527ecb0ec8d71bb38a45540b1/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json
[modify] https://crrev.com/bb9f32300c4ca57516ee1b7c35579fe75553b6c6/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
[delete] https://crrev.com/db4dfab8c7f51f5527ecb0ec8d71bb38a45540b1/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__3_.json
[add] https://crrev.com/bb9f32300c4ca57516ee1b7c35579fe75553b6c6/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf.json
[modify] https://crrev.com/bb9f32300c4ca57516ee1b7c35579fe75553b6c6/masters/master.chromium.perf/master.cfg

Project Member

Comment 7 by bugdroid1@chromium.org, May 5 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/7b0aef8040723f943a3038a6865e779f445b53c0

commit 7b0aef8040723f943a3038a6865e779f445b53c0
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 05 02:57:47 2017

Project Member

Comment 8 by bugdroid1@chromium.org, May 5 2017

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

commit a0999d137da9a33466efe47bc63f378000998ab1
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri May 05 03:38:35 2017

Add Android Nexus5X bot to swarming

NOTRY=1


Bug:  715565 
Change-Id: Id84bbe5c4f266a49dcc1a5ab5c321aaa8517dc99
Reviewed-on: https://chromium-review.googlesource.com/495370
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#469587}
[modify] https://crrev.com/a0999d137da9a33466efe47bc63f378000998ab1/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/a0999d137da9a33466efe47bc63f378000998ab1/tools/perf/core/perf_data_generator.py

gpu_perftests & tracing_perftests are passing on Nexus5X swarming: 

https://chromium-swarm.appspot.com/task?id=3606dd081a60fc10&refresh=10&show_raw=1

https://chromium-swarm.appspot.com/task?id=3606dbd5bd8ee110&refresh=10&show_raw=1

I think we can proceed with swarming other Android bots.
Though the chartjson-output.json of #10 are empty. I need to dig deeper to understand why.
Project Member

Comment 12 by bugdroid1@chromium.org, May 10 2017

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

commit 081c413ed0a7e406c27efe67d17f40705aa07ed1
Author: nednguyen <nednguyen@google.com>
Date: Wed May 10 11:17:58 2017

Show stdout of command run by run_gtest_perf_test.py script

Before this, we don't have stdout of C++ benchmarks run printed in the log,
which makes debugging hard. (See https://bugs.chromium.org/p/chromium/issues/detail?id=704211#c12)

TBR=eyaich@chromium.org
BUG= 715565 
NOTRY=true

Review-Url: https://codereview.chromium.org/2871823003
Cr-Commit-Position: refs/heads/master@{#470528}

[modify] https://crrev.com/081c413ed0a7e406c27efe67d17f40705aa07ed1/testing/scripts/run_gtest_perf_test.py

Hmhh, so the log shows that for tracing_perftests on Android Nexus5X, 7 tests run but there are no output.

Command ['./tracing_perftests', '--test-launcher-print-test-stdio=always', '--adb-path', 'src/third_party/android_tools/sdk/platform-tools/adb'] returned exit code 0
C   56.858s Main  ********************************************************************************
C   56.858s Main  Summary
C   56.858s Main  ********************************************************************************
C   56.858s Main  [==========] 7 tests ran.
C   56.858s Main  [  PASSED  ] 7 tests.
C   56.858s Main  ********************************************************************************
(https://chromium-swarm.appspot.com/task?id=360b3a5cb6077710&refresh=10&show_raw=1)

Whereas the logs in non-swarming Nexus6 shows 7 tests run along with the perf data:

I   13.260s run_tests_on_device(ZX1G22K86J)  Note: Google Test filter = TraceEventPerfTest.Create_10000_TracedValue
I   13.260s run_tests_on_device(ZX1G22K86J)  [==========] Running 1 test from 1 test case.
I   13.260s run_tests_on_device(ZX1G22K86J)  [----------] Global test environment set-up.
I   13.260s run_tests_on_device(ZX1G22K86J)  [----------] 1 test from TraceEventPerfTest
I   13.260s run_tests_on_device(ZX1G22K86J)  [ RUN      ] TraceEventPerfTest.Create_10000_TracedValue
I   13.260s run_tests_on_device(ZX1G22K86J)  *RESULT TraceEventPerfTest.Create_10000_TracedValue: create_traced_values= 75 ms
I   13.260s run_tests_on_device(ZX1G22K86J)  [       OK ] TraceEventPerfTest.Create_10000_TracedValue (76 ms)
I   13.261s run_tests_on_device(ZX1G22K86J)  [----------] 1 test from TraceEventPerfTest (76 ms total)
I   13.261s run_tests_on_device(ZX1G22K86J)  
I   13.261s run_tests_on_device(ZX1G22K86J)  [----------] Global test environment tear-down
I   13.261s run_tests_on_device(ZX1G22K86J)  [==========] 1 test from 1 test case ran. (78 ms total)
I   13.261s run_tests_on_device(ZX1G22K86J)  [  PASSED  ] 1 test.
I   13.261s run_tests_on_device(ZX1G22K86J)  <<ScopedMainEntryLogger
I   13.396s TimeoutThread-1-for-run_tests_on_device(ZX1G22KFD7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KFD7 shell '( cat /storage/emulated/legacy/temp_file-da8f2cbb27a2c.gtest_out );echo %$?'
I   13.480s run_tests_on_device(ZX1G22KG9L)  >>ScopedMainEntryLogger
I   13.480s run_tests_on_device(ZX1G22KG9L)  Note: Google Test filter = TraceEventPerfTest.Submit_10000_TRACE_EVENT0_with_tracing_disabled
I   13.480s run_tests_on_device(ZX1G22KG9L)  [==========] Running 1 test from 1 test case.
I   13.480s run_tests_on_device(ZX1G22KG9L)  [----------] Global test environment set-up.
I   13.480s run_tests_on_device(ZX1G22KG9L)  [----------] 1 test from TraceEventPerfTest
I   13.480s run_tests_on_device(ZX1G22KG9L)  [ RUN      ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_with_tracing_disabled
I   13.480s run_tests_on_device(ZX1G22KG9L)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0_with_tracing_disabled: events= 0 ms
I   13.480s run_tests_on_device(ZX1G22KG9L)  [       OK ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_with_tracing_disabled (1 ms)
I   13.480s run_tests_on_device(ZX1G22KG9L)  [----------] 1 test from TraceEventPerfTest (1 ms total)
I   13.480s run_tests_on_device(ZX1G22KG9L)  
I   13.480s run_tests_on_device(ZX1G22KG9L)  [----------] Global test environment tear-down
I   13.480s run_tests_on_device(ZX1G22KG9L)  [==========] 1 test from 1 test case ran. (1 ms total)
I   13.480s run_tests_on_device(ZX1G22KG9L)  [  PASSED  ] 1 test.
I   13.480s run_tests_on_device(ZX1G22KG9L)  <<ScopedMainEntryLogger
I   13.492s TimeoutThread-1-for-delete_temporary_file(ZX1G22KFD7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KFD7 shell 'rm -f /storage/emulated/legacy/temp_file-da8f2cbb27a2c.gtest_out'
I   13.492s TimeoutThread-1-for-run_tests_on_device(ZX1G22KFD7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KFD7 shell '( pm clear org.chromium.native_test );echo %$?'
I   13.493s TimeoutThread-1-for-delete_temporary_file(ZX1G22KFD7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KFD7 shell 'rm -f /data/data/org.chromium.native_test/temp_file-7fcb1c068567f.xml'
I   13.677s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 pull /data/local/tmp/temp_file-a9197439e4a8e /tmp/tmpX6DUKY/tmp_ReadFileWithPull
I   13.831s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell 'rm -f /data/local/tmp/temp_file-a9197439e4a8e'
I   13.841s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell '( TZ=utc ls -a -l /storage/emulated/legacy/ );echo %$?'
I   13.950s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell '( cat /storage/emulated/legacy/temp_file-187a52574fb0b.gtest_out );echo %$?'
I   13.974s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 pull /data/local/tmp/temp_file-c15eaae4a66f0 /tmp/tmptQHTNU/tmp_ReadFileWithPull
I   14.024s run_tests_on_device(ZX1G22KFD7)  >>ScopedMainEntryLogger
I   14.024s run_tests_on_device(ZX1G22KFD7)  Note: Google Test filter = TraceEventPerfTest.Submit_10000_TRACE_EVENT0_multithreaded
I   14.024s run_tests_on_device(ZX1G22KFD7)  [==========] Running 1 test from 1 test case.
I   14.024s run_tests_on_device(ZX1G22KFD7)  [----------] Global test environment set-up.
I   14.024s run_tests_on_device(ZX1G22KFD7)  [----------] 1 test from TraceEventPerfTest
I   14.024s run_tests_on_device(ZX1G22KFD7)  [ RUN      ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_multithreaded
I   14.024s run_tests_on_device(ZX1G22KFD7)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0_multithreaded: events_over_multiple_threads= 114 ms
I   14.024s run_tests_on_device(ZX1G22KFD7)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0_multithreaded: flush= 195 ms
I   14.024s run_tests_on_device(ZX1G22KFD7)  [       OK ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_multithreaded (314 ms)
I   14.024s run_tests_on_device(ZX1G22KFD7)  [----------] 1 test from TraceEventPerfTest (315 ms total)
I   14.024s run_tests_on_device(ZX1G22KFD7)  
I   14.024s run_tests_on_device(ZX1G22KFD7)  [----------] Global test environment tear-down
I   14.024s run_tests_on_device(ZX1G22KFD7)  [==========] 1 test from 1 test case ran. (315 ms total)
I   14.024s run_tests_on_device(ZX1G22KFD7)  [  PASSED  ] 1 test.
I   14.024s run_tests_on_device(ZX1G22KFD7)  <<ScopedMainEntryLogger
I   14.042s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell 'rm -f /storage/emulated/legacy/temp_file-187a52574fb0b.gtest_out'
I   14.042s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell '( pm clear org.chromium.native_test );echo %$?'
I   14.043s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB72)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB72 shell 'rm -f /data/data/org.chromium.native_test/temp_file-67f97e22694b8.xml'
I   14.128s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell 'rm -f /data/local/tmp/temp_file-c15eaae4a66f0'
I   14.143s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell '( TZ=utc ls -a -l /storage/emulated/legacy/ );echo %$?'
I   14.262s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell '( cat /storage/emulated/legacy/temp_file-647bb24f79f98.gtest_out );echo %$?'
I   14.359s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell 'rm -f /storage/emulated/legacy/temp_file-647bb24f79f98.gtest_out'
I   14.360s TimeoutThread-1-for-delete_temporary_file(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell 'rm -f /data/data/org.chromium.native_test/temp_file-825b5e7dea773.xml'
I   14.361s TimeoutThread-1-for-run_tests_on_device(ZX1G22KB64)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KB64 shell '( pm clear org.chromium.native_test );echo %$?'
I   14.543s run_tests_on_device(ZX1G22KB72)  >>ScopedMainEntryLogger
I   14.543s run_tests_on_device(ZX1G22KB72)  Note: Google Test filter = TraceEventPerfTest.Submit_10000_TRACE_EVENT0
I   14.543s run_tests_on_device(ZX1G22KB72)  [==========] Running 1 test from 1 test case.
I   14.543s run_tests_on_device(ZX1G22KB72)  [----------] Global test environment set-up.
I   14.543s run_tests_on_device(ZX1G22KB72)  [----------] 1 test from TraceEventPerfTest
I   14.543s run_tests_on_device(ZX1G22KB72)  [ RUN      ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0
I   14.543s run_tests_on_device(ZX1G22KB72)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0: flush= 317 ms
I   14.543s run_tests_on_device(ZX1G22KB72)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0: events= 64 ms
I   14.543s run_tests_on_device(ZX1G22KB72)  [       OK ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0 (981 ms)
I   14.543s run_tests_on_device(ZX1G22KB72)  [----------] 1 test from TraceEventPerfTest (981 ms total)
I   14.543s run_tests_on_device(ZX1G22KB72)  
I   14.543s run_tests_on_device(ZX1G22KB72)  [----------] Global test environment tear-down
I   14.543s run_tests_on_device(ZX1G22KB72)  [==========] 1 test from 1 test case ran. (982 ms total)
I   14.543s run_tests_on_device(ZX1G22KB72)  [  PASSED  ] 1 test.
I   14.543s run_tests_on_device(ZX1G22KB72)  <<ScopedMainEntryLogger
I   14.893s run_tests_on_device(ZX1G22KB64)  >>ScopedMainEntryLogger
I   14.893s run_tests_on_device(ZX1G22KB64)  Note: Google Test filter = TraceEventPerfTest.Long_TRACE_EVENT0
I   14.893s run_tests_on_device(ZX1G22KB64)  [==========] Running 1 test from 1 test case.
I   14.893s run_tests_on_device(ZX1G22KB64)  [----------] Global test environment set-up.
I   14.893s run_tests_on_device(ZX1G22KB64)  [----------] 1 test from TraceEventPerfTest
I   14.893s run_tests_on_device(ZX1G22KB64)  [ RUN      ] TraceEventPerfTest.Long_TRACE_EVENT0
I   14.893s run_tests_on_device(ZX1G22KB64)  *RESULT TraceEventPerfTest.Long_TRACE_EVENT0: flush= 368 ms
I   14.893s run_tests_on_device(ZX1G22KB64)  *RESULT TraceEventPerfTest.Long_TRACE_EVENT0: long_event= 66 ms
I   14.893s run_tests_on_device(ZX1G22KB64)  [       OK ] TraceEventPerfTest.Long_TRACE_EVENT0 (1050 ms)
I   14.893s run_tests_on_device(ZX1G22KB64)  [----------] 1 test from TraceEventPerfTest (1051 ms total)
I   14.893s run_tests_on_device(ZX1G22KB64)  
I   14.893s run_tests_on_device(ZX1G22KB64)  [----------] Global test environment tear-down
I   14.893s run_tests_on_device(ZX1G22KB64)  [==========] 1 test from 1 test case ran. (1052 ms total)
I   14.894s run_tests_on_device(ZX1G22KB64)  [  PASSED  ] 1 test.
I   14.894s run_tests_on_device(ZX1G22KB64)  <<ScopedMainEntryLogger
I   18.260s TimeoutThread-1-for-delete_temporary_file(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell 'rm -f /data/local/tmp/temp_file-a397b97a744e3.sh'
I   18.271s TimeoutThread-1-for-run_tests_on_device(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 pull /data/local/tmp/temp_file-c2db9829223e8 /tmp/tmpA6PEyL/tmp_ReadFileWithPull
I   18.427s TimeoutThread-1-for-delete_temporary_file(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell 'rm -f /data/local/tmp/temp_file-c2db9829223e8'
I   18.450s TimeoutThread-1-for-run_tests_on_device(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell '( TZ=utc ls -a -l /storage/emulated/legacy/ );echo %$?'
I   18.550s TimeoutThread-1-for-run_tests_on_device(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell '( cat /storage/emulated/legacy/temp_file-cb775b5913b3b.gtest_out );echo %$?'
I   18.650s TimeoutThread-1-for-delete_temporary_file(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell 'rm -f /data/data/org.chromium.native_test/temp_file-c439c2e0cdd44.xml'
I   18.651s TimeoutThread-1-for-delete_temporary_file(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell 'rm -f /storage/emulated/legacy/temp_file-cb775b5913b3b.gtest_out'
I   18.651s TimeoutThread-1-for-run_tests_on_device(ZY222X2RF7)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZY222X2RF7 shell '( pm clear org.chromium.native_test );echo %$?'
I   19.251s run_tests_on_device(ZY222X2RF7)  >>ScopedMainEntryLogger
I   19.251s run_tests_on_device(ZY222X2RF7)  Note: Google Test filter = TraceEventPerfTest.Submit_10000_TRACE_EVENT_with_TracedValue
I   19.251s run_tests_on_device(ZY222X2RF7)  [==========] Running 1 test from 1 test case.
I   19.251s run_tests_on_device(ZY222X2RF7)  [----------] Global test environment set-up.
I   19.251s run_tests_on_device(ZY222X2RF7)  [----------] 1 test from TraceEventPerfTest
I   19.251s run_tests_on_device(ZY222X2RF7)  [ RUN      ] TraceEventPerfTest.Submit_10000_TRACE_EVENT_with_TracedValue
I   19.252s run_tests_on_device(ZY222X2RF7)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT_with_TracedValue: flush= 3894 ms
I   19.252s run_tests_on_device(ZY222X2RF7)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT_with_TracedValue: events_with_value= 128 ms
I   19.252s run_tests_on_device(ZY222X2RF7)  [       OK ] TraceEventPerfTest.Submit_10000_TRACE_EVENT_with_TracedValue (5278 ms)
I   19.252s run_tests_on_device(ZY222X2RF7)  [----------] 1 test from TraceEventPerfTest (5279 ms total)
I   19.252s run_tests_on_device(ZY222X2RF7)  
I   19.252s run_tests_on_device(ZY222X2RF7)  [----------] Global test environment tear-down
I   19.252s run_tests_on_device(ZY222X2RF7)  [==========] 1 test from 1 test case ran. (5280 ms total)
I   19.252s run_tests_on_device(ZY222X2RF7)  [  PASSED  ] 1 test.
I   19.252s run_tests_on_device(ZY222X2RF7)  <<ScopedMainEntryLogger
I   20.022s TimeoutThread-1-for-delete_temporary_file(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell 'rm -f /data/local/tmp/temp_file-78181febb054f.sh'
I   20.022s TimeoutThread-1-for-run_tests_on_device(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 pull /data/local/tmp/temp_file-d64d74cf93d38 /tmp/tmpuMLjRK/tmp_ReadFileWithPull
I   20.179s TimeoutThread-1-for-delete_temporary_file(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell 'rm -f /data/local/tmp/temp_file-d64d74cf93d38'
I   20.192s TimeoutThread-1-for-run_tests_on_device(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell '( TZ=utc ls -a -l /storage/emulated/legacy/ );echo %$?'
I   20.293s TimeoutThread-1-for-run_tests_on_device(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell '( cat /storage/emulated/legacy/temp_file-416b74ed9c4b5.gtest_out );echo %$?'
I   20.392s TimeoutThread-1-for-delete_temporary_file(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell 'rm -f /storage/emulated/legacy/temp_file-416b74ed9c4b5.gtest_out'
I   20.394s TimeoutThread-1-for-delete_temporary_file(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell 'rm -f /data/data/org.chromium.native_test/temp_file-a8da2f2b44f78.xml'
I   20.394s TimeoutThread-1-for-run_tests_on_device(ZX1G22KBZ8)  [host]> /b/c/b/Android_Nexus6_Perf__2_/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s ZX1G22KBZ8 shell '( pm clear org.chromium.native_test );echo %$?'
I   20.894s run_tests_on_device(ZX1G22KBZ8)  >>ScopedMainEntryLogger
I   20.894s run_tests_on_device(ZX1G22KBZ8)  Note: Google Test filter = TraceEventPerfTest.Submit_10000_TRACE_EVENT0_in_traceable_tasks
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [==========] Running 1 test from 1 test case.
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [----------] Global test environment set-up.
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [----------] 1 test from TraceEventPerfTest
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [ RUN      ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_in_traceable_tasks
I   20.894s run_tests_on_device(ZX1G22KBZ8)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0_in_traceable_tasks: flush= 341 ms
I   20.894s run_tests_on_device(ZX1G22KBZ8)  *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT0_in_traceable_tasks: events_in_task= 67 ms
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [       OK ] TraceEventPerfTest.Submit_10000_TRACE_EVENT0_in_traceable_tasks (7031 ms)
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [----------] 1 test from TraceEventPerfTest (7032 ms total)
I   20.894s run_tests_on_device(ZX1G22KBZ8)  
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [----------] Global test environment tear-down
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [==========] 1 test from 1 test case ran. (7033 ms total)
I   20.894s run_tests_on_device(ZX1G22KBZ8)  [  PASSED  ] 1 test.
I   20.894s run_tests_on_device(ZX1G22KBZ8)  <<ScopedMainEntryLogger
I   20.894s run_tests_on_device(ZX1G22KBZ8)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZX1G22K86J)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZX1G22KFD7)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZX1G22KG9L)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZX1G22KB72)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZX1G22KB64)  Finished running tests on this device.
I   20.895s run_tests_on_device(ZY222X2RF7)  Finished running tests on this device.
I   20.900s Main  FINISHED TRY #1/3
I   20.900s Main  All tests completed.
C   20.901s Main  ********************************************************************************
C   20.901s Main  Summary
C   20.901s Main  ********************************************************************************
C   20.901s Main  [==========] 7 tests ran.
C   20.901s Main  [  PASSED  ] 7 tests.


I guess this has something to do with the perf data is printed to stderr, whereas run_gtest_perf_test.py currently only capture output from stdout. 
Project Member

Comment 14 by bugdroid1@chromium.org, May 11 2017

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

commit 55cc689a360554c57326bd642a21d5bd1f4a2c66
Author: nednguyen <nednguyen@google.com>
Date: Thu May 11 02:35:57 2017

Make sure that run_command_with_output also capture the command stderr

I am suspecting this is making run_gtest_perf_test wrapper script failing to
capture the numerical data of C++ perf test (See
https://bugs.chromium.org/p/chromium/issues/detail?id=715565#c13)

BUG= 715565 

Review-Url: https://codereview.chromium.org/2875843002
Cr-Commit-Position: refs/heads/master@{#470778}

[modify] https://crrev.com/55cc689a360554c57326bd642a21d5bd1f4a2c66/testing/scripts/common.py

After fetching the isolate & run this locally, I find out that we need "--verbose" flag to enable test metrics logging on Android. Not sure why desktop doesn't need this (https://chromium-swarm.appspot.com/task?id=360fb11c2c534210&refresh=10&show_raw=1) but I gonna do a quick fix so we can move along with the Android swarming plan anyway.
Blocking: 721416
Project Member

Comment 17 by bugdroid1@chromium.org, May 11 2017

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

commit 67fdcd138ad6a6a8c27848b668355f8c571a89a1
Author: nednguyen <nednguyen@google.com>
Date: Thu May 11 17:20:28 2017

Enable extra flags to make sure that C++ perf tests always output metrics

TBR=eyaich@chromium.org
BUG= 715565 

Review-Url: https://codereview.chromium.org/2879623002
Cr-Commit-Position: refs/heads/master@{#470991}

[modify] https://crrev.com/67fdcd138ad6a6a8c27848b668355f8c571a89a1/testing/scripts/run_gtest_perf_test.py

With #17, Android swarming nexus 5 is producing data on tracing_perftests (https://chromium-swarm.appspot.com/task?id=3611c4804b3eec10&refresh=10&show_raw=1). We can move forward with the rest of Android bots now.
Project Member

Comment 19 by bugdroid1@chromium.org, May 16 2017

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

commit 1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16
Author: Stephen Martinis <martiniss@chromium.org>
Date: Tue May 16 00:08:21 2017

Add 3 more android perf bots to swarming

Bug:  715565 
Change-Id: I6c64b131b8f52f786726be75b4c97b38cf799381
Reviewed-on: https://chromium-review.googlesource.com/498716
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: David Tu <dtu@chromium.org>

[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__1_.json
[modify] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/masters/master.chromium.perf/slaves.cfg
[add] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf.json
[modify] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Compile.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__3_.json
[modify] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__3_.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__2_.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__3_.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__2_.json
[add] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__1_.json
[delete] https://crrev.com/f1a52bdea3939b52c096b980fdda4cdd00a45577/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__1_.json
[add] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf.json
[modify] https://crrev.com/1dad4f223eeb2f867d5e6d7c88ad6a23afb26f16/masters/master.chromium.perf/master.cfg

Project Member

Comment 20 by bugdroid1@chromium.org, May 16 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/e4cfba0964da71ba5242461120eec69551c1380b

commit e4cfba0964da71ba5242461120eec69551c1380b
Author: Stephen Martinis <martiniss@google.com>
Date: Tue May 16 00:18:35 2017

Project Member

Comment 21 by bugdroid1@chromium.org, May 16 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infra/puppet/+/e0d194ee4c8b5c6b3ef481c502b138947a014993

commit e0d194ee4c8b5c6b3ef481c502b138947a014993
Author: Stephen Martinis <martiniss@google.com>
Date: Tue May 16 00:18:36 2017

Project Member

Comment 22 by bugdroid1@chromium.org, May 16 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/master-manager/+/12849bab0e6ec707ca615c01326fb745abf4e7c0

commit 12849bab0e6ec707ca615c01326fb745abf4e7c0
Author: Stephen Martinis <martiniss@google.com>
Date: Tue May 16 00:30:59 2017

Project Member

Comment 23 by bugdroid1@chromium.org, May 16 2017

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

commit bc2f9e3bcedfe53aaa5874d0bdf370e9299e1ac8
Author: Stephen Martinis <martiniss@chromium.org>
Date: Tue May 16 04:03:43 2017

Add new android bots

Also adds the ability to regenerate certain builder's sharding maps.

Bug:  715565 
Change-Id: I7ee070e4b302ad9e8e8146b44ca52bd1e6deae8b
Reviewed-on: https://chromium-review.googlesource.com/499409
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#472012}
[modify] https://crrev.com/bc2f9e3bcedfe53aaa5874d0bdf370e9299e1ac8/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/bc2f9e3bcedfe53aaa5874d0bdf370e9299e1ac8/tools/perf/core/benchmark_sharding_map.json
[modify] https://crrev.com/bc2f9e3bcedfe53aaa5874d0bdf370e9299e1ac8/tools/perf/core/perf_data_generator.py
[modify] https://crrev.com/bc2f9e3bcedfe53aaa5874d0bdf370e9299e1ac8/tools/perf/core/sharding_map_generator.py

I converted some bots in the recent CLs, but some of the bots don't seem to be able to find devices. Here's a list:

Bad bots:
build10-b1
build48-b1
build15-b1
build16-b1
build9-b1
build49-b1

Good bots:
build45-b1
build13-b1 (5/7 good)
build14-b1

It looks like some of them were able to after some time. I'll see what waiting does.

Here's a sample log of the errors on the bots:

47 2017-05-16 05:04:34.264 I: Device file /home/chrome-bot/.android/build49-b1--device1__android_device_status.json exists, setting OS to Android.
47 2017-05-16 05:04:34.265 I: get_dimensions(): 10.078s
47 2017-05-16 05:04:34.269 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:34.270 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:34.270 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:34.270 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:34.271 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:34.271 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:04:44.352 I: get_state_all_devices_android() (device part) took 0s
47 2017-05-16 05:04:44.353 I: get_state(): 10.088s
47 2017-05-16 05:04:44.715 D: "POST /swarming/api/v1/bot/poll HTTP/1.1" 200 55
47 2017-05-16 05:04:44.716 D: Request https://chromium-swarm.appspot.com/swarming/api/v1/bot/poll succeeded
47 2017-05-16 05:04:44.716 D: Server response:
sleep: 60.0
47 2017-05-16 05:04:44.717 I: on_bot_idle(): 0s
47 2017-05-16 05:05:02.074 I: ts_mon: serializing metrics
47 2017-05-16 05:05:02.078 I: ts_mon: sending 13845 bytes
47 2017-05-16 05:05:02.204 I: ts_mon: request finished
47 2017-05-16 05:05:44.719 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:44.720 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:44.720 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:44.720 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:44.720 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:44.720 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.816 I: Device file /home/chrome-bot/.android/build49-b1--device1__android_device_status.json exists, setting OS to Android.
47 2017-05-16 05:05:54.816 I: get_dimensions(): 10.099s
47 2017-05-16 05:05:54.820 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.820 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.821 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.821 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.821 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:05:54.821 E: Failed to open USB device, is user in group plugdev? LIBUSB_ERROR_NO_DEVICE [-4]
47 2017-05-16 05:06:02.074 I: ts_mon: serializing metrics
47 2017-05-16 05:06:02.078 I: ts_mon: sending 13871 bytes
47 2017-05-16 05:06:02.182 I: ts_mon: request finished
47 2017-05-16 05:06:04.890 I: get_state_all_devices_android() (device part) took 0s
47 2017-05-16 05:06:04.891 I: get_state(): 10.074s
47 2017-05-16 05:06:05.057 D: "POST /swarming/api/v1/bot/poll HTTP/1.1" 200 55
47 2017-05-16 05:06:05.058 D: Request https://chromium-swarm.appspot.com/swarming/api/v1/bot/poll succeeded
47 2017-05-16 05:06:05.058 D: Server response:
sleep: 60.0
47 2017-05-16 05:06:05.059 I: on_bot_idle(): 0s

Ben, any ideas? It appears that the Nexus 6 and 7v2s couldn't be found by swarming. The only good bots above were from the Nexus 5 bot. Can you swarming code not handle those devices?
Cc: jbudorick@chromium.org rnep...@chromium.org
Labels: -Pri-3 Pri-1
Status: Started (was: Assigned)
cc-ing other android people, in case the device type matters.

Also updated priority to be accurate.
The bots still have old buildbot slave and test processes running on them, preventing access to the devices from within the containers. I fixed build9-b1 by running the following command:

`cd /b/ ; rm -rf !(android_*) ; sudo reboot`

You're going to want to run that on all affected bots.
Ok, I did that on the bots, and it seemed to have fixed everything. I'll double check this today.
Project Member

Comment 28 by bugdroid1@chromium.org, May 17 2017

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

commit 138bedb6930d9d7adc9e261133e869f1ee98419d
Author: Stephen Martinis <martiniss@chromium.org>
Date: Wed May 17 10:38:57 2017

Fix typo in device ID

BUG= 715565 

NOTRY=true

Change-Id: I734732ae86da69c63b129de97440f2681794a4e8
Reviewed-on: https://chromium-review.googlesource.com/506870
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Annie Sullivan <sullivan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#472410}
[modify] https://crrev.com/138bedb6930d9d7adc9e261133e869f1ee98419d/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/138bedb6930d9d7adc9e261133e869f1ee98419d/tools/perf/core/benchmark_sharding_map.json
[modify] https://crrev.com/138bedb6930d9d7adc9e261133e869f1ee98419d/tools/perf/core/perf_data_generator.py

Project Member

Comment 29 by bugdroid1@chromium.org, May 18 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/master-manager/+/cf546d21642cc3914654551b696ce8ec203c80ef

commit cf546d21642cc3914654551b696ce8ec203c80ef
Author: Stephen Martinis <martiniss@google.com>
Date: Thu May 18 22:48:48 2017

Project Member

Comment 30 by bugdroid1@chromium.org, May 19 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/b607a87b2ff338efae0cc0824fa5495b43cca452

commit b607a87b2ff338efae0cc0824fa5495b43cca452
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 19 00:58:51 2017

Project Member

Comment 31 by bugdroid1@chromium.org, May 19 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/b607a87b2ff338efae0cc0824fa5495b43cca452

commit b607a87b2ff338efae0cc0824fa5495b43cca452
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 19 00:58:51 2017

Project Member

Comment 32 by bugdroid1@chromium.org, May 19 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infra/puppet/+/15ed39bc21d9e10bba1d91cc462e9c43d31845bb

commit 15ed39bc21d9e10bba1d91cc462e9c43d31845bb
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 19 00:58:52 2017

Project Member

Comment 33 by bugdroid1@chromium.org, May 19 2017

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

commit 2cc4e2912d055df545a22801adaae8d16fbcb216
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri May 19 01:03:47 2017

Convert Android One Perf builder to swarming

Bug:  715565 
Change-Id: Ic4c07b2cb19df7e5c5d6271751b48d5eb31df306
Reviewed-on: https://chromium-review.googlesource.com/508910
Reviewed-by: smut <smut@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>

[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__1_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/masters/master.chromium.perf/slaves.cfg
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__2_.json
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__2_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Compile.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Compile.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__1_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__3_.json
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf__2_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[add] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_Perf.json
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__3_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__3_.json
[delete] https://crrev.com/16c52aa6473518cf6751a9503a6e0b0d684979f8/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/2cc4e2912d055df545a22801adaae8d16fbcb216/masters/master.chromium.perf/master.cfg

Blockedon: 724425
Project Member

Comment 35 by bugdroid1@chromium.org, May 19 2017

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

commit 339b5c9b0a35e57fb3d8feb1697b6c38c6f1654b
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri May 19 10:07:22 2017

Add Android One Perf bot to chromium.perf

NOTRY=true

Bug:  715565 
Change-Id: Idbcb0e6c7b89a254c62aed320883fd8870223b88
Reviewed-on: https://chromium-review.googlesource.com/508837
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#473145}
[modify] https://crrev.com/339b5c9b0a35e57fb3d8feb1697b6c38c6f1654b/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/339b5c9b0a35e57fb3d8feb1697b6c38c6f1654b/tools/perf/core/benchmark_sharding_map.json
[modify] https://crrev.com/339b5c9b0a35e57fb3d8feb1697b6c38c6f1654b/tools/perf/core/perf_data_generator.py

Blockedon: 725695
Project Member

Comment 37 by bugdroid1@chromium.org, May 26 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infra/puppet/+/9cdd886f82b26713594edd1cd359830738373779

commit 9cdd886f82b26713594edd1cd359830738373779
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 26 22:17:18 2017

Project Member

Comment 38 by bugdroid1@chromium.org, May 26 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/693c6469dd42a4edb7eb7683911b3296f7062d8a

commit 693c6469dd42a4edb7eb7683911b3296f7062d8a
Author: Stephen Martinis <martiniss@google.com>
Date: Fri May 26 22:40:41 2017

Project Member

Comment 39 by bugdroid1@chromium.org, May 27 2017

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

commit dad3f187406314cfa60dbb7d48e8295aca9fd7a0
Author: Stephen Martinis <martiniss@chromium.org>
Date: Sat May 27 06:01:23 2017

Add webview to telemetry perf build target

This makes the builders include SystemWebView.apk and
SystemWebViewShell.apk in the isolateds, which is needed
to run webview tests on swarming.

Bug:  715565 
Change-Id: I0712c9308e945c24f80847bb3168837a9c6db497
Reviewed-on: https://chromium-review.googlesource.com/508060
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Michael Case <mikecase@chromium.org>
Cr-Commit-Position: refs/heads/master@{#475241}
[modify] https://crrev.com/dad3f187406314cfa60dbb7d48e8295aca9fd7a0/tools/perf/chrome_telemetry_build/BUILD.gn

Project Member

Comment 42 by bugdroid1@chromium.org, Jun 28 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/master-manager/+/84b6355d91ca1afad61291b5270f8c6d67319793

commit 84b6355d91ca1afad61291b5270f8c6d67319793
Author: Stephen Martinis <martiniss@google.com>
Date: Wed Jun 28 23:04:26 2017

Project Member

Comment 43 by bugdroid1@chromium.org, Jun 28 2017

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

commit 5d4caff656569f3e8f3096f77628970c25eb6be8
Author: Stephen Martinis <martiniss@chromium.org>
Date: Wed Jun 28 23:15:32 2017

Switch chromium.perf webview bots to swarming

Bug:  715565 
Change-Id: Iae88fe535876ab3f3589e1ed50c5deaff07167a6
Reviewed-on: https://chromium-review.googlesource.com/517307
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: David Tu <dtu@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>

[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/src_side_script_fails.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/missing_device.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/masters/master.chromium.perf/slaves.cfg
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__2_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__1_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/test_failure.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/provision_devices.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/host_info_failure.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_WebView_Perf__3_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/5d4caff656569f3e8f3096f77628970c25eb6be8/masters/master.chromium.perf/master.cfg

Project Member

Comment 44 by bugdroid1@chromium.org, Jun 28 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/infradata/config/+/42225f29701517d14c2e9f789a77d520387f5d40

commit 42225f29701517d14c2e9f789a77d520387f5d40
Author: Stephen Martinis <martiniss@google.com>
Date: Wed Jun 28 23:17:30 2017

Status: Fixed (was: Started)
This is done. Woohoo!

Sign in to add a comment