Commit c17daf91 authored by John Budorick's avatar John Budorick Committed by Commit Bot

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/+/2103132Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750270}
parent 888f8dd6
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment