Add CI job to validate Prepare-Node.ps1 #5862
Labels
area/OS/windows
Issues or PRs related to the Windows operating system.
area/test/jenkins
Issue about jenkins setup code
kind/task
Categorizes issue or PR as related to a routine task that needs to be performed
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Prepare-Node.ps1
is meant to be run once when preparing a Windows Node for K8s / Antrea installation.Since we provide our own customized script (instead of relying on https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/hostprocess/PrepareNode.ps1) and we point users to it in our Windows installation document, we should make sure that the script works correctly every time we cut a new Antrea release. This script is not currently exercised in our Windows CI jobs, as it is only run once to prepare worker Nodes when setting up the cluster (test clusters persist across CI jobs), and it is not run by the CI jobs themselves.
It would be a good idea to have an on-demand Jenkins job to validate the script, that we can trigger when we prepare a new release.
The text was updated successfully, but these errors were encountered: