
* 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}
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
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.
|
|
|
|
{
|
|
'baremetal-pool': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'pool': 'WebRTC-baremetal',
|
|
},
|
|
},
|
|
},
|
|
'baremetal-try-pool': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'pool': 'WebRTC-baremetal-try',
|
|
},
|
|
},
|
|
},
|
|
'quick-perf-tests': {
|
|
'args': [
|
|
'--force_fieldtrials=WebRTC-QuickPerfTest/Enabled/',
|
|
'--nologs',
|
|
'--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json',
|
|
],
|
|
'resultdb': {
|
|
'result_format': 'gtest_json',
|
|
'result_file': '${ISOLATED_OUTDIR}/gtest_output.json',
|
|
},
|
|
},
|
|
'linux': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Ubuntu'
|
|
}
|
|
}
|
|
},
|
|
'resultdb-json-format': {
|
|
'resultdb': {
|
|
'result_format': 'json'
|
|
}
|
|
},
|
|
'win': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Windows'
|
|
}
|
|
}
|
|
},
|
|
}
|