[ci] Use static pool for MSBuild emulator test jobs - #8192
Closed
pjcollins wants to merge 1 commit into
Closed
Conversation
pjcollins
force-pushed
the
static-macos-test
branch
3 times, most recently
from
July 18, 2023 15:48
7acb190 to
0b327a1
Compare
Member
Author
|
It looks like these pools present a bunch of issues related to rebuild performance, things like fastdev and tasks expected to be skipped on rebuild are failing. I'll need to look into the system datetime or other machine state variables that could be problematic... One common issue appears to be: I'll try to add a |
pjcollins
force-pushed
the
static-macos-test
branch
7 times, most recently
from
July 21, 2023 18:59
9b74c6e to
c346b14
Compare
pjcollins
force-pushed
the
static-macos-test
branch
2 times, most recently
from
July 24, 2023 18:56
fd701a3 to
45d39d1
Compare
pjcollins
force-pushed
the
static-macos-test
branch
3 times, most recently
from
August 2, 2023 00:32
e12fd86 to
3b92f2f
Compare
Moves MSBuild emulator test jobs to a static machine pool containing mac minis to try to improve reliability and performance.
pjcollins
force-pushed
the
static-macos-test
branch
from
August 2, 2023 16:24
3b92f2f to
b0d33cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves MSBuild emulator test jobs to a static machine pool containing
mac minis to try to improve reliability and performance.