Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2076)

Unified Diff: masters/master.chromium.fyi/slaves.cfg

Issue 1257683007: Make CrWinClangLLD bot do 32-bit builds, add a CrWinClangLLD64 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/slaves.cfg
diff --git a/masters/master.chromium.fyi/slaves.cfg b/masters/master.chromium.fyi/slaves.cfg
index 5e1126960fd90c7ba7411a14016c016d5c50586e..8406bd7e1d8382e53abaa08fe13c4aa486eb8fec 100644
--- a/masters/master.chromium.fyi/slaves.cfg
+++ b/masters/master.chromium.fyi/slaves.cfg
@@ -595,7 +595,7 @@ slaves = [
},
{
'master': 'ChromiumFYI',
- 'builder': 'CrWinAsan(dll)',
+ 'builder': ['CrWinAsan(dll)', 'CrWinClangLLD64'],
'hostname': 'build27-m1',
'os': 'win',
'version': 'win7',
@@ -603,7 +603,7 @@ slaves = [
},
{
'master': 'ChromiumFYI',
- 'builder': 'CrWinAsan(dll) tester',
+ 'builder': ['CrWinAsan(dll) tester', 'CrWinClangLLD64 tester'],
'hostname': 'vm190-m1',
'os': 'win',
'version': 'win7',
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698