
This reverts commit 429c1bd74d5b821a360be6a215bcbe7c422bedeb. Reason for revert: It breaks some CQ bots (e.g. https://ci.chromium.org/ui/p/webrtc/builders/try/linux_compile_rel/42825/overview). I am reverting to check is this is the culprit. Original change's description: > Add 2 additional tests config in waterfalls.pyl. > > * Add a presubmit check that generate_builbot_json.py has been called. > * Add a webrtc_mixins.pyl file. > > Bug: webrtc:13899 > Change-Id: I7c4226ddd80bf9376bcb91476a1446a0392e7ec6 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257904 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Jeremy Leconte <jleconte@google.com> > Cr-Commit-Position: refs/heads/main@{#36428} Bug: webrtc:13899 Change-Id: Ic79306688c26937a988a9eacb4799f53f7145c65 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257919 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36431}
24 lines
708 B
Plaintext
24 lines
708 B
Plaintext
# Copyright (c) 2022 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
[
|
|
{
|
|
'name': 'client.webrtc',
|
|
'mixins': [],
|
|
'machines': {
|
|
'Linux64 Release': {
|
|
'os_type': 'linux',
|
|
'mixins': ['linux-bionic', 'x86-64', 'result_adapter'],
|
|
'test_suites': {
|
|
'isolated_scripts': 'desktop_and_video_capture_tests',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
]
|