You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the workflow right now to use the windows-2019 image for the test runner - the linked GitHub issue indicates that Windows Server 2019 is still supported, but not the default.
Triage the test failures in a separate, later PR on Windows Server 2022.
The text was updated successfully, but these errors were encountered:
SaxyPandaBear
changed the title
Windows event log tests regression
Windows event log tests regression in GitHub windows-2022 test runner image
Feb 4, 2022
Windows event log unit tests are failing consistently in GitHub Actions.
Example below:
I think that this is attributed to a recent change to the Windows OS that GitHub is using for the runner: actions/runner-images#4856
What corroborates that these failures are related to the GitHub runner change is that there are recent workflows that succeeded.
https://github.com/aws/amazon-cloudwatch-agent/runs/5009246587?check_suite_focus=true is a recent PR run that succeeded, which uses the Windows Server 2019 image.
https://github.com/aws/amazon-cloudwatch-agent/runs/5030533176?check_suite_focus=true is a recent failed run, which uses the Windows Server 2022 image. Though not 100% sure the issue, it's the only real change that would have affected the tests from what I can tell.
I think what should be done is:
windows-2019
image for the test runner - the linked GitHub issue indicates that Windows Server 2019 is still supported, but not the default.The text was updated successfully, but these errors were encountered: