tbonelee opened a new pull request, #5091:
URL: https://github.com/apache/zeppelin/pull/5091
### What is this PR for?
#### Background
- Windows build/test currently runs on AppVeyor.
#### Problem
- AppVeyor jobs are hard for individual contributors to reproduce and debug.
- Maintaining a separate CI provider increases overhead.
#### Proposal
- Port the Windows build/test job to GitHub Actions with feature parity.
#### Benefits
- Single CI platform, easier contributor workflows, simpler maintenance.
Scope / Tasks
Definition of Done{}
All Windows checks run on GitHub Actions and pass consistently.
AppVeyor is removed from required checks and configuration.
### What type of PR is it?
CI
### Todos
- [x] Add a Windows workflow on GitHub Actions (build).
- [x] Ensure caching/artifacts.
- [x] Disable AppVeyor after GA workflow is green and stable.
### What is the Jira issue?
[[ZEPPELIN-6353]](https://issues.apache.org/jira/browse/ZEPPELIN-6353)
### How should this be tested?
- Check `windows-build` job in `core`
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]