-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[META] [Windows CI] Adding gradle check support for windows #4811
Copy link
Copy link
Closed
Labels
MetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PRenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.4.0'Issues and PRs related to version v2.4.0''Issues and PRs related to version v2.4.0'windows
Description
Is your feature request related to a problem? Please describe.
Coming from #1448 - these are the steps to add gradle check support for windows via a github workflow.
- Edit github workflow to have a new workflow file for Windows trigger, on cron, on manual. It should have a new param to enter the platform of the test. #4815
- Edit Jenkinsfile to take the platform param and able to switch runner on the fly. #4816
- Add new packer profile to create a new Windows AMI specifically for gradle check, adding docker, compose, etc. #4817
- 4. Adding new windows agent profile based on the AMI in cdk.
- 5. Deploy the new cdk into the public jenkins.
- 6. Pull the 1 2 into Jenkins and try to test by manually triggering the workflow and fix until it passes.
- 7. Adjust parallel runs number and apply for more hardware for the task.
Originally posted by @peterzhuamazon in #1448 (comment)
We would like gradle check on windows to run against opensearch core to ensure robust testing.
Opening this issue to track progress on these steps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PRenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.4.0'Issues and PRs related to version v2.4.0''Issues and PRs related to version v2.4.0'windows