Use chrome-tester@ account on internal chromium.clang builders.
Follow up to crrev.com/c/2095448 Bug: 1060280, 1061511 Change-Id: Idf000e44348a779b0205e9cee610e359cf702e99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103132 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#750270}
This commit is contained in:

committed by
Commit Bot

parent
888f8dd6d2
commit
c17daf917a
testing/buildbot
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1037,6 +1037,7 @@
|
||||
# Used on an internal builder.
|
||||
'ToTLinuxOfficial': {
|
||||
'mixins': [
|
||||
'chrome-tester-service-account',
|
||||
'linux-xenial',
|
||||
],
|
||||
'test_suites': {
|
||||
@ -1091,12 +1092,16 @@
|
||||
},
|
||||
# Used on an internal builder.
|
||||
'ToTMacOfficial': {
|
||||
'mixins': [
|
||||
'chrome-tester-service-account',
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'chromium_mac_gtests',
|
||||
'isolated_scripts': 'chromium_mac_rel_isolated_scripts',
|
||||
},
|
||||
},
|
||||
'ToTWin': {
|
||||
'mixins': ['chrome-tester-service-account'],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'chromium_win_gtests',
|
||||
'isolated_scripts': 'win_specific_isolated_scripts',
|
||||
@ -1117,8 +1122,9 @@
|
||||
},
|
||||
'ToTWin64': {
|
||||
'mixins': [
|
||||
'x86-64',
|
||||
'chrome-tester-service-account',
|
||||
'win10',
|
||||
'x86-64',
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'chromium_win_gtests',
|
||||
@ -1158,12 +1164,18 @@
|
||||
},
|
||||
},
|
||||
'ToTWinOfficial': {
|
||||
'mixins': [
|
||||
'chrome-tester-service-account',
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'chromium_win_gtests',
|
||||
'isolated_scripts': 'win_specific_isolated_scripts',
|
||||
},
|
||||
},
|
||||
'ToTWinThinLTO64': {
|
||||
'mixins': [
|
||||
'chrome-tester-service-account',
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'chromium_win_gtests',
|
||||
'isolated_scripts': 'win_specific_isolated_scripts',
|
||||
|
Reference in New Issue
Block a user