mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Fix missing perftest-output.pb file for Android perf bots.
Bug: webrtc:13899 Change-Id: Ica8fe3f90a80c79b5cd53b755cc0761292664547 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258403 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36507}
This commit is contained in:
parent
2e1ac58631
commit
616bea20e1
4 changed files with 30 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
|||
"args": [
|
||||
"--android",
|
||||
"--adb-path",
|
||||
"../../third_party/android_sdk/public/platform-tools/adb"
|
||||
"../../third_party/android_sdk/public/platform-tools/adb",
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"
|
||||
],
|
||||
"merge": {
|
||||
"args": [
|
||||
|
@ -39,6 +40,7 @@
|
|||
},
|
||||
{
|
||||
"args": [
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb",
|
||||
"--nologs"
|
||||
],
|
||||
"merge": {
|
||||
|
@ -77,7 +79,8 @@
|
|||
"args": [
|
||||
"--android",
|
||||
"--adb-path",
|
||||
"../../third_party/android_sdk/public/platform-tools/adb"
|
||||
"../../third_party/android_sdk/public/platform-tools/adb",
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"
|
||||
],
|
||||
"merge": {
|
||||
"args": [
|
||||
|
@ -109,6 +112,7 @@
|
|||
},
|
||||
{
|
||||
"args": [
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb",
|
||||
"--nologs"
|
||||
],
|
||||
"merge": {
|
||||
|
@ -147,7 +151,8 @@
|
|||
"args": [
|
||||
"--android",
|
||||
"--adb-path",
|
||||
"../../third_party/android_sdk/public/platform-tools/adb"
|
||||
"../../third_party/android_sdk/public/platform-tools/adb",
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"
|
||||
],
|
||||
"merge": {
|
||||
"args": [
|
||||
|
@ -179,6 +184,7 @@
|
|||
},
|
||||
{
|
||||
"args": [
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb",
|
||||
"--nologs"
|
||||
],
|
||||
"merge": {
|
||||
|
@ -217,7 +223,8 @@
|
|||
"args": [
|
||||
"--android",
|
||||
"--adb-path",
|
||||
"../../third_party/android_sdk/public/platform-tools/adb"
|
||||
"../../third_party/android_sdk/public/platform-tools/adb",
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"
|
||||
],
|
||||
"merge": {
|
||||
"args": [
|
||||
|
@ -248,6 +255,7 @@
|
|||
},
|
||||
{
|
||||
"args": [
|
||||
"--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb",
|
||||
"--nologs"
|
||||
],
|
||||
"merge": {
|
||||
|
|
|
@ -218,6 +218,13 @@
|
|||
'args': ['--test-suite', 'low_bandwidth_audio_perf_test']
|
||||
}
|
||||
},
|
||||
'perf-output': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb'
|
||||
]
|
||||
}
|
||||
},
|
||||
'perf-pool': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
|
|
|
@ -160,6 +160,13 @@
|
|||
'args': ['--test-suite', 'low_bandwidth_audio_perf_test'],
|
||||
},
|
||||
},
|
||||
'perf-output': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb',
|
||||
],
|
||||
},
|
||||
},
|
||||
'perf-pool': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
'Perf Android32 (M AOSP Nexus6)': {
|
||||
'mixins': [
|
||||
'shamu', 'marshmallow_generic', 'android-devices', 'perf-pool',
|
||||
'timeout-3h', 'has_native_resultdb_integration'
|
||||
'perf-output', 'timeout-3h', 'has_native_resultdb_integration'
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_perf_tests',
|
||||
|
@ -266,7 +266,7 @@
|
|||
'Perf Android32 (M Nexus5)': {
|
||||
'mixins': [
|
||||
'hammerhead', 'marshmallow_generic', 'android-devices', 'perf-pool',
|
||||
'timeout-3h', 'has_native_resultdb_integration'
|
||||
'perf-output', 'timeout-3h', 'has_native_resultdb_integration'
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_perf_tests',
|
||||
|
@ -275,7 +275,7 @@
|
|||
'Perf Android64 (M Nexus5X)': {
|
||||
'mixins': [
|
||||
'bullhead', 'marshmallow', 'android-devices', 'perf-pool',
|
||||
'timeout-3h', 'has_native_resultdb_integration'
|
||||
'perf-output', 'timeout-3h', 'has_native_resultdb_integration'
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_perf_tests',
|
||||
|
@ -284,7 +284,7 @@
|
|||
'Perf Android64 (O Pixel2)': {
|
||||
'mixins': [
|
||||
'walleye', 'android-devices', 'perf-pool', 'timeout-3h',
|
||||
'has_native_resultdb_integration'
|
||||
'perf-output', 'has_native_resultdb_integration'
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_perf_tests',
|
||||
|
|
Loading…
Reference in a new issue