DescriptionMove about half of the clang/win bots to gn.
The CrWinClang64(dbg) bot already is on gn. After this change, the
following bots will be on gn:
Pinned:
CrWinClang
CrWinClang(shared)
CrWinClang64(dbg) (already on gn)
ToT:
ClangToTWin(dll)
ClangToTWin64
ClangToTWin64(dll)
These complement each other, so that each of
- 32-bit release static official
- 32-bit release shared
- 32-bit debug shared
- 64-bit release static official
- 64-bit release shared
- 64-bit debug shared
has one gyp and one gn bot (one a ToT bot, the other a pinned bot,
respectively).
I'll also switch one of the ASan bots, but that's for a separate CL.
Hopefully, no behavior change.
BUG=498033
R=dpranke@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/dafacdab8ad432c98028eff432c09360f28254fe
Patch Set 1 #
Total comments: 1
Messages
Total messages: 13 (4 generated)
|