forked from webrtc-sdk/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove decommisioned Pixel2 perf bots
Bug: None Change-Id: I872fe20b9ce901e8a5dd2dd814f00bb7d368e1ec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/313542 Reviewed-by: Björn Terelius <[email protected]> Commit-Queue: Christoffer Jansson <[email protected]> Cr-Commit-Position: refs/heads/main@{#40486}
- Loading branch information
Christoffer Jansson
authored and
WebRTC LUCI CQ
committed
Jul 28, 2023
1 parent
4f4e989
commit c787adc
Showing
15 changed files
with
158 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2278,52 +2278,6 @@ buckets { | |
} | ||
} | ||
} | ||
builders { | ||
name: "Perf Android32 (O Pixel2)" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
swarming_tags: "vpython:native-python-wrapper" | ||
dimensions: "cores:8" | ||
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/reclient": {' | ||
' "instance": "rbe-webrtc-trusted",' | ||
' "metrics_project": "chromium-reclient-metrics"' | ||
' },' | ||
' "$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: "[email protected]" | ||
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 { | ||
name: "Perf Android32 (R Pixel5)" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
|
@@ -2370,52 +2324,6 @@ buckets { | |
} | ||
} | ||
} | ||
builders { | ||
name: "Perf Android64 (O Pixel2)" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
swarming_tags: "vpython:native-python-wrapper" | ||
dimensions: "cores:8" | ||
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/reclient": {' | ||
' "instance": "rbe-webrtc-trusted",' | ||
' "metrics_project": "chromium-reclient-metrics"' | ||
' },' | ||
' "$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: "[email protected]" | ||
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 { | ||
name: "Perf Android64 (R Pixel5)" | ||
swarming_host: "chromium-swarm.appspot.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1207,28 +1207,6 @@ notifiers { | |
failed_step_regexp_exclude: ".*\\(experimental\\).*" | ||
} | ||
} | ||
notifiers { | ||
notifications { | ||
on_new_status: INFRA_FAILURE | ||
email { | ||
recipients: "[email protected]" | ||
} | ||
template: "infra_failure" | ||
} | ||
notifications { | ||
on_new_status: FAILURE | ||
email { | ||
recipients: "[email protected]" | ||
} | ||
template: "build_failure" | ||
notify_blamelist {} | ||
} | ||
builders { | ||
bucket: "perf" | ||
name: "Perf Android32 (O Pixel2)" | ||
repository: "https://webrtc.googlesource.com/src" | ||
} | ||
} | ||
notifiers { | ||
notifications { | ||
on_new_status: INFRA_FAILURE | ||
|
@@ -1251,28 +1229,6 @@ notifiers { | |
repository: "https://webrtc.googlesource.com/src" | ||
} | ||
} | ||
notifiers { | ||
notifications { | ||
on_new_status: INFRA_FAILURE | ||
email { | ||
recipients: "[email protected]" | ||
} | ||
template: "infra_failure" | ||
} | ||
notifications { | ||
on_new_status: FAILURE | ||
email { | ||
recipients: "[email protected]" | ||
} | ||
template: "build_failure" | ||
notify_blamelist {} | ||
} | ||
builders { | ||
bucket: "perf" | ||
name: "Perf Android64 (O Pixel2)" | ||
repository: "https://webrtc.googlesource.com/src" | ||
} | ||
} | ||
notifiers { | ||
notifications { | ||
on_new_status: INFRA_FAILURE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -365,24 +365,6 @@ job { | |
builder: "MacArm64 Builder" | ||
} | ||
} | ||
job { | ||
id: "Perf Android32 (O Pixel2)" | ||
realm: "perf" | ||
acls { | ||
role: TRIGGERER | ||
granted_to: "[email protected]" | ||
} | ||
acl_sets: "perf" | ||
triggering_policy { | ||
kind: LOGARITHMIC_BATCHING | ||
log_base: 1.7 | ||
} | ||
buildbucket { | ||
server: "cr-buildbucket.appspot.com" | ||
bucket: "perf" | ||
builder: "Perf Android32 (O Pixel2)" | ||
} | ||
} | ||
job { | ||
id: "Perf Android32 (R Pixel5)" | ||
realm: "perf" | ||
|
@@ -401,24 +383,6 @@ job { | |
builder: "Perf Android32 (R Pixel5)" | ||
} | ||
} | ||
job { | ||
id: "Perf Android64 (O Pixel2)" | ||
realm: "perf" | ||
acls { | ||
role: TRIGGERER | ||
granted_to: "[email protected]" | ||
} | ||
acl_sets: "perf" | ||
triggering_policy { | ||
kind: LOGARITHMIC_BATCHING | ||
log_base: 1.7 | ||
} | ||
buildbucket { | ||
server: "cr-buildbucket.appspot.com" | ||
bucket: "perf" | ||
builder: "Perf Android64 (O Pixel2)" | ||
} | ||
} | ||
job { | ||
id: "Perf Android64 (R Pixel5)" | ||
realm: "perf" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.