-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Reenable Windows CI build with Artifactory support #4596
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ab52f3c
ci: use Artifactory remote in windows workflow
ximinez 3df07fb
Merge remote-tracking branch 'upstream/develop' into action
ximinez f31ebff
Merge remote-tracking branch 'upstream/develop' into action
ximinez e0a84e0
Merge remote-tracking branch 'upstream/develop' into action
ximinez 10f25ff
Merge remote-tracking branch 'upstream/develop' into action
ximinez e88ca37
Merge remote-tracking branch 'upstream/develop' into action
ximinez 1b5e089
Merge remote-tracking branch 'upstream/develop' into action
ximinez 9c0882f
[FOLD] Run on self-hosted runner
ximinez 069aebb
fixup! [FOLD] Run on self-hosted runner
ximinez ab26e5c
fixup! fixup! [FOLD] Run on self-hosted runner
ximinez 106596b
Merge remote-tracking branch 'upstream/develop' into action
ximinez b42edc1
Merge remote-tracking branch 'upstream/develop' into action
ximinez 5cfa42c
Merge remote-tracking branch 'upstream/develop' into action
ximinez 5d661f5
Merge remote-tracking branch 'upstream/develop' into action
ximinez f568ac0
Merge remote-tracking branch 'upstream/develop' into action
ximinez f01002f
Merge remote-tracking branch 'upstream/develop' into action
ximinez 9c15e2a
Merge remote-tracking branch 'upstream/develop' into action
ximinez 77a8f2c
Revert "fixup! fixup! [FOLD] Run on self-hosted runner"
ximinez de2df5d
Revert "fixup! [FOLD] Run on self-hosted runner"
ximinez a35dd82
Revert "[FOLD] Run on self-hosted runner"
ximinez efd32a6
Merge remote-tracking branch 'upstream/develop' into action
ximinez 0fecaf7
Merge remote-tracking branch 'upstream/develop' into action
ximinez 4cd85a6
Try using one unit test job?
ximinez 43690b3
Merge remote-tracking branch 'upstream/develop' into action
ximinez 2f3ddde
Merge remote-tracking branch 'upstream/develop' into action
ximinez 222c7e4
[FOLD] Address review feedback from @thejohnfreeman:
ximinez 715aeea
fixup! [FOLD] Address review feedback from @thejohnfreeman:
ximinez 1641cc6
fixup! fixup! [FOLD] Address review feedback from @thejohnfreeman:
ximinez f875a86
[FOLD] Further feedback from @thejohnfreeman:
ximinez 63c6717
Merge remote-tracking branch 'upstream/develop' into action
ximinez e308801
Merge remote-tracking branch 'upstream/develop' into action
ximinez 8f1c1e4
[FOLD] Improve remote setup step
ximinez 15f1f0c
fixup! [FOLD] Improve remote setup step
ximinez 5778a34
Merge remote-tracking branch 'upstream/develop' into action
ximinez 7fdd63c
Merge remote-tracking branch 'upstream/develop' into action
ximinez c3bce68
Merge remote-tracking branch 'upstream/develop' into action
ximinez 5f3a938
Merge remote-tracking branch 'upstream/develop' into action
ximinez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hosted runner seems to be keeping some state between runs, which cause errors when the commands are run again. This was a workaround. Here's an example from my own repo: https://github.com/ximinez/rippled/actions/runs/5490473061/jobs/10005957758#step:8:14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it because the runner does not create a fresh environment for each job? I think we should consider this a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what it looks like.