-
Notifications
You must be signed in to change notification settings - Fork 370
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
Add Jenkins Job for Windows OVS containerization #5603
Conversation
d97a857
to
da6f50d
Compare
da6f50d
to
2a230f2
Compare
2a230f2
to
e3e6ad0
Compare
@NamanAg30 , |
7c5a140
to
c65ef4c
Compare
c65ef4c
to
82c39a3
Compare
Please update commit message and PR description. |
da0e4c3
to
76d3067
Compare
76d3067
to
1b1c75b
Compare
1b1c75b
to
51756ea
Compare
/test-windows-containerd-e2e |
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.
LGTM
Reminder: Based on the previous discussion, once this PR is merged, we should mark the jenkins-windows-e2e
test as a mandatory pre-merge check, which means it can only be bypassed with specific skip commands like /skip-all
or /skip-windows-e2e
.
/test-windows-containerd-conformance |
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.
glad to see that kube-proxy for Windows is removed.
eb1105f
to
e9f07fe
Compare
/test-windows-all |
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.
LGTM
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.
LGTM
Add new jobs to run e2e, conformance and networkpolicy tests on testbed with Containerd runtime and OVS running inside container. Signed-off-by: Naman Agarwal <[email protected]> Signed-off-by: Pulkit Jain <[email protected]>
e9f07fe
to
802f64b
Compare
@XinShuYang @jainpulkit22 did all the Windows tests pass before the last push? |
yes |
Following CI jobs are added as a part of jenkins job for Windows OVS containerization
Add new jobs to run e2e, conformance and networkpolicy tests on testbed with Containerd runtime and
OVS running inside container.
Add job to allow skiping windows e2e, conformance and networkpolicy jobs with trigger phrases skip-windows-e2e, skip-windows-conformance and skip-windows-networkpolicy respectively, also one can make use of skip-all to skip running all the three jobs.
Add period job for OVS userspace daemons running as Windows services
For #5325