mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Add webrtc_nonparallel_tests to Fuchsia bots.
Bug: None Change-Id: Icdb18969dda11a045232bea0f8eaa476bb474f69 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297720 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39562}
This commit is contained in:
parent
f7826f12c5
commit
2f7071a57a
3 changed files with 57 additions and 0 deletions
|
@ -2499,6 +2499,34 @@
|
|||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:voip_unittests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-summary-output=${ISOLATED_OUTDIR}/gtest_output.json",
|
||||
"--test-arg=--gtest_output=json:/custom_artifacts/gtest_output.json",
|
||||
"--test-arg=--undefok=test_launcher_summary_output",
|
||||
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json"
|
||||
],
|
||||
"isolate_name": "webrtc_nonparallel_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_nonparallel_tests",
|
||||
"resultdb": {
|
||||
"result_file": "${ISOLATED_OUTDIR}/gtest_output.json",
|
||||
"result_format": "gtest_json"
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:webrtc_nonparallel_tests/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
'mixins': ['shards-4'],
|
||||
},
|
||||
'voip_unittests': {},
|
||||
'webrtc_nonparallel_tests': {},
|
||||
# TODO(bugs.fuchsia.dev/115601): Enable when cpu time API's are implemented in Fuchsia
|
||||
# 'test_support_unittests': {},
|
||||
# TODO(bugs.webrtc.org/14707): chromium.test component needs to allow creating listening ports.
|
||||
|
|
|
@ -2609,6 +2609,34 @@
|
|||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:voip_unittests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-summary-output=${ISOLATED_OUTDIR}/gtest_output.json",
|
||||
"--test-arg=--gtest_output=json:/custom_artifacts/gtest_output.json",
|
||||
"--test-arg=--undefok=test_launcher_summary_output",
|
||||
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json"
|
||||
],
|
||||
"isolate_name": "webrtc_nonparallel_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_nonparallel_tests",
|
||||
"resultdb": {
|
||||
"result_file": "${ISOLATED_OUTDIR}/gtest_output.json",
|
||||
"result_format": "gtest_json"
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:webrtc_nonparallel_tests/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue