Skip to content

Commit

Permalink
Remove device_status dimensions for perf bot
Browse files Browse the repository at this point in the history
Bug: b/299080080
Change-Id: I647d9fae65593d7c78e124278c085be8d9c1b61b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/319860
Reviewed-by: Jeremy Leconte <[email protected]>
Commit-Queue: Christoffer Jansson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#40729}
  • Loading branch information
Christoffer Jansson authored and WebRTC LUCI CQ committed Sep 11, 2023
1 parent c7860e8 commit cb5f650
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion infra/specs/internal.client.webrtc.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
}
],
"dimensions": {
"device_status": "available",
"id": "mac-254-e504",
"os": "iOS-15.7.8",
"pool": "WebRTC"
Expand Down
3 changes: 1 addition & 2 deletions infra/specs/mixins.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
'dimensions': {
'os': 'iOS-15.7.8',
'pool': 'WebRTC',
'id': 'mac-254-e504',
'device_status': 'available'
'id': 'mac-254-e504'
}
}
},
Expand Down
1 change: 0 additions & 1 deletion infra/specs/mixins_webrtc.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
'os': 'iOS-15.7.8',
'pool': 'WebRTC',
'id': 'mac-254-e504',
'device_status': 'available'
},
},
},
Expand Down

0 comments on commit cb5f650

Please sign in to comment.