Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore windows CI #816

Merged
merged 7 commits into from
May 30, 2024
Merged

Restore windows CI #816

merged 7 commits into from
May 30, 2024

Conversation

CodyCBakerPhD
Copy link
Collaborator

Restoring the previous state of attempting to fix Windows pipelines

There also seems to be a new failure in the Windows DevTests suite (but never BuildTests) following merge of #786

At time of merge it was only seen in the LiveServices tests (and thus disregarded as an impersistent live service specific problem) and not in the dev tests; but it's been seen in the DevTests for Windows ever since as well

@garrettmflynn
Copy link
Member

Fixed the Pipelines test on Windows! Was making this too complicated by adding an .env file, you can just directly set the environment variable using Github Actions.

As for the DevTests failure, I'm still not sure what's going on there...

@CodyCBakerPhD
Copy link
Collaborator Author

Incredible - admirable persistence on this issue!

What do you think about disabling dev tests for Windows on this PR and continuing debugging for that on yet another follow-up?

Comment on lines +102 to +103
env:
GIN_DATA_DIRECTORY: ${{ github.workspace }}
Copy link
Collaborator Author

@CodyCBakerPhD CodyCBakerPhD May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhh, I had no idea these were (or could be) scoped per line under run/steps

@garrettmflynn
Copy link
Member

Sure sounds good to me.

@CodyCBakerPhD CodyCBakerPhD marked this pull request as ready for review May 30, 2024 16:30
@CodyCBakerPhD
Copy link
Collaborator Author

Cool - this PR technically needs your approval since I'm the one who opened it yesterday 😆

Copy link
Member

@garrettmflynn garrettmflynn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. Looks good!

@CodyCBakerPhD CodyCBakerPhD merged commit fb4da85 into main May 30, 2024
22 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the windows_pipelines branch May 30, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants