Remove the bot 'Perf Linux Trusty'
Bug: chromium:1199405 Change-Id: I0a0ca56b217760cba0db6b1a8b1580bea0edc6a5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260103 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36652}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
7c94291c58
commit
68dcea5f0d
@ -732,7 +732,6 @@ linux_builder("Linux64 Release", "Linux|x64|rel")
|
|||||||
linux_try_job("linux_rel")
|
linux_try_job("linux_rel")
|
||||||
linux_builder("Linux64 Builder", "Linux|x64|size", perf_cat = "Linux|x64|Builder|", prioritized = True)
|
linux_builder("Linux64 Builder", "Linux|x64|size", perf_cat = "Linux|x64|Builder|", prioritized = True)
|
||||||
linux_try_job("linux_compile_rel")
|
linux_try_job("linux_compile_rel")
|
||||||
perf_builder("Perf Linux Trusty", "Linux|x64|Tester|Trusty", triggered_by = ["Linux64 Builder"])
|
|
||||||
perf_builder("Perf Linux Bionic", "Linux|x64|Tester|Bionic", triggered_by = ["Linux64 Builder"])
|
perf_builder("Perf Linux Bionic", "Linux|x64|Tester|Bionic", triggered_by = ["Linux64 Builder"])
|
||||||
linux_builder("Linux32 Debug (ARM)", "Linux|arm|dbg")
|
linux_builder("Linux32 Debug (ARM)", "Linux|arm|dbg")
|
||||||
linux_try_job("linux_compile_arm_dbg")
|
linux_try_job("linux_compile_arm_dbg")
|
||||||
|
@ -2591,54 +2591,6 @@ buckets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
builders {
|
|
||||||
name: "Perf Linux Trusty"
|
|
||||||
swarming_host: "chromium-swarm.appspot.com"
|
|
||||||
swarming_tags: "vpython:native-python-wrapper"
|
|
||||||
dimensions: "os:Linux"
|
|
||||||
dimensions: "pool:luci.webrtc.perf"
|
|
||||||
exe {
|
|
||||||
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
|
||||||
cipd_version: "refs/heads/main"
|
|
||||||
cmd: "luciexe"
|
|
||||||
}
|
|
||||||
properties:
|
|
||||||
'{'
|
|
||||||
' "$build/goma": {'
|
|
||||||
' "server_host": "goma.chromium.org",'
|
|
||||||
' "use_luci_auth": true'
|
|
||||||
' },'
|
|
||||||
' "$recipe_engine/isolated": {'
|
|
||||||
' "server": "https://isolateserver.appspot.com"'
|
|
||||||
' },'
|
|
||||||
' "$recipe_engine/resultdb/test_presentation": {'
|
|
||||||
' "column_keys": [],'
|
|
||||||
' "grouping_keys": ['
|
|
||||||
' "status",'
|
|
||||||
' "v.test_suite"'
|
|
||||||
' ]'
|
|
||||||
' },'
|
|
||||||
' "builder_group": "client.webrtc.perf",'
|
|
||||||
' "recipe": "webrtc/standalone"'
|
|
||||||
'}'
|
|
||||||
priority: 30
|
|
||||||
execution_timeout_secs: 10800
|
|
||||||
build_numbers: YES
|
|
||||||
service_account: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
|
||||||
experiments {
|
|
||||||
key: "luci.recipes.use_python3"
|
|
||||||
value: 100
|
|
||||||
}
|
|
||||||
resultdb {
|
|
||||||
enable: true
|
|
||||||
bq_exports {
|
|
||||||
project: "webrtc-ci"
|
|
||||||
dataset: "resultdb"
|
|
||||||
table: "perf_test_results"
|
|
||||||
test_results {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
builders {
|
builders {
|
||||||
name: "Perf Mac 10.11"
|
name: "Perf Mac 10.11"
|
||||||
swarming_host: "chromium-swarm.appspot.com"
|
swarming_host: "chromium-swarm.appspot.com"
|
||||||
|
@ -317,11 +317,6 @@ consoles {
|
|||||||
name: "buildbucket/luci.webrtc.perf/Linux64 Builder"
|
name: "buildbucket/luci.webrtc.perf/Linux64 Builder"
|
||||||
category: "Linux|x64|Builder"
|
category: "Linux|x64|Builder"
|
||||||
}
|
}
|
||||||
builders {
|
|
||||||
name: "buildbucket/luci.webrtc.perf/Perf Linux Trusty"
|
|
||||||
category: "Linux|x64|Tester"
|
|
||||||
short_name: "Trusty"
|
|
||||||
}
|
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.webrtc.perf/Perf Linux Bionic"
|
name: "buildbucket/luci.webrtc.perf/Perf Linux Bionic"
|
||||||
category: "Linux|x64|Tester"
|
category: "Linux|x64|Tester"
|
||||||
|
@ -1290,28 +1290,6 @@ notifiers {
|
|||||||
repository: "https://webrtc.googlesource.com/src"
|
repository: "https://webrtc.googlesource.com/src"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
notifiers {
|
|
||||||
notifications {
|
|
||||||
on_new_status: INFRA_FAILURE
|
|
||||||
email {
|
|
||||||
recipients: "webrtc-troopers-robots@google.com"
|
|
||||||
}
|
|
||||||
template: "infra_failure"
|
|
||||||
}
|
|
||||||
notifications {
|
|
||||||
on_new_status: FAILURE
|
|
||||||
email {
|
|
||||||
recipients: "webrtc-troopers-robots@google.com"
|
|
||||||
}
|
|
||||||
template: "build_failure"
|
|
||||||
notify_blamelist {}
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
bucket: "perf"
|
|
||||||
name: "Perf Linux Trusty"
|
|
||||||
repository: "https://webrtc.googlesource.com/src"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
notifiers {
|
notifiers {
|
||||||
notifications {
|
notifications {
|
||||||
on_new_status: INFRA_FAILURE
|
on_new_status: INFRA_FAILURE
|
||||||
|
@ -420,24 +420,6 @@ job {
|
|||||||
builder: "Perf Linux Bionic"
|
builder: "Perf Linux Bionic"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
job {
|
|
||||||
id: "Perf Linux Trusty"
|
|
||||||
realm: "perf"
|
|
||||||
acls {
|
|
||||||
role: TRIGGERER
|
|
||||||
granted_to: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
|
||||||
}
|
|
||||||
acl_sets: "perf"
|
|
||||||
triggering_policy {
|
|
||||||
kind: LOGARITHMIC_BATCHING
|
|
||||||
log_base: 1.7
|
|
||||||
}
|
|
||||||
buildbucket {
|
|
||||||
server: "cr-buildbucket.appspot.com"
|
|
||||||
bucket: "perf"
|
|
||||||
builder: "Perf Linux Trusty"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
job {
|
job {
|
||||||
id: "Perf Mac 10.11"
|
id: "Perf Mac 10.11"
|
||||||
realm: "perf"
|
realm: "perf"
|
||||||
|
@ -104,7 +104,6 @@ realms {
|
|||||||
values: "Perf Android64 (M Nexus5X)"
|
values: "Perf Android64 (M Nexus5X)"
|
||||||
values: "Perf Android64 (O Pixel2)"
|
values: "Perf Android64 (O Pixel2)"
|
||||||
values: "Perf Linux Bionic"
|
values: "Perf Linux Bionic"
|
||||||
values: "Perf Linux Trusty"
|
|
||||||
values: "Perf Mac 10.11"
|
values: "Perf Mac 10.11"
|
||||||
values: "Perf Win7"
|
values: "Perf Win7"
|
||||||
}
|
}
|
||||||
|
@ -374,77 +374,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Perf Linux Trusty": {
|
|
||||||
"isolated_scripts": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
".",
|
|
||||||
"--remove",
|
|
||||||
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json"
|
|
||||||
],
|
|
||||||
"isolate_name": "low_bandwidth_audio_perf_test",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--test-suite",
|
|
||||||
"low_bandwidth_audio_perf_test"
|
|
||||||
],
|
|
||||||
"script": "//tools_webrtc/perf/process_perf_results_py2.py"
|
|
||||||
},
|
|
||||||
"name": "low_bandwidth_audio_perf_test",
|
|
||||||
"resultdb": {
|
|
||||||
"result_file": "${ISOLATED_OUTDIR}/gtest_output.json",
|
|
||||||
"result_format": "gtest_json"
|
|
||||||
},
|
|
||||||
"swarming": {
|
|
||||||
"can_use_on_swarming_builders": true,
|
|
||||||
"dimension_sets": [
|
|
||||||
{
|
|
||||||
"os": "Ubuntu-14.04",
|
|
||||||
"pool": "WebRTC-perf"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hard_timeout": 10800,
|
|
||||||
"idempotent": false,
|
|
||||||
"io_timeout": 10800
|
|
||||||
},
|
|
||||||
"test_id_prefix": "ninja://audio:low_bandwidth_audio_perf_test/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--test_artifacts_dir=${ISOLATED_OUTDIR}",
|
|
||||||
"--save_worst_frame",
|
|
||||||
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json",
|
|
||||||
"--nologs"
|
|
||||||
],
|
|
||||||
"isolate_name": "webrtc_perf_tests",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--test-suite",
|
|
||||||
"webrtc_perf_tests"
|
|
||||||
],
|
|
||||||
"script": "//tools_webrtc/perf/process_perf_results_py2.py"
|
|
||||||
},
|
|
||||||
"name": "webrtc_perf_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"result_file": "${ISOLATED_OUTDIR}/gtest_output.json",
|
|
||||||
"result_format": "gtest_json"
|
|
||||||
},
|
|
||||||
"swarming": {
|
|
||||||
"can_use_on_swarming_builders": true,
|
|
||||||
"dimension_sets": [
|
|
||||||
{
|
|
||||||
"os": "Ubuntu-14.04",
|
|
||||||
"pool": "WebRTC-perf"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hard_timeout": 10800,
|
|
||||||
"idempotent": false,
|
|
||||||
"io_timeout": 10800
|
|
||||||
},
|
|
||||||
"test_id_prefix": "ninja://:webrtc_perf_tests/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Perf Mac 10.11": {
|
"Perf Mac 10.11": {
|
||||||
"isolated_scripts": [
|
"isolated_scripts": [
|
||||||
{
|
{
|
||||||
|
@ -138,13 +138,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'linux-trusty': {
|
|
||||||
'swarming': {
|
|
||||||
'dimensions': {
|
|
||||||
'os': 'Ubuntu-14.04'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'logdog-butler': {
|
'logdog-butler': {
|
||||||
'swarming': {
|
'swarming': {
|
||||||
'cipd_packages': [{
|
'cipd_packages': [{
|
||||||
|
@ -280,18 +280,6 @@
|
|||||||
'isolated_scripts': 'desktop_perf_tests',
|
'isolated_scripts': 'desktop_perf_tests',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# TODO(tikuta): remove this (crbug.com/954875)
|
|
||||||
'Perf Linux Trusty': {
|
|
||||||
'os_type':
|
|
||||||
'linux',
|
|
||||||
'mixins': [
|
|
||||||
'linux-trusty', 'perf-pool', 'timeout-3h',
|
|
||||||
'resultdb-gtest-json-format'
|
|
||||||
],
|
|
||||||
'test_suites': {
|
|
||||||
'isolated_scripts': 'desktop_perf_tests',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'Perf Mac 10.11': {
|
'Perf Mac 10.11': {
|
||||||
'os_type':
|
'os_type':
|
||||||
'mac',
|
'mac',
|
||||||
|
Reference in New Issue
Block a user