-
Notifications
You must be signed in to change notification settings - Fork 438
Update the OVA test script to dynamically detect targets to test #1781
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
Conversation
/retest |
bdea7e8
to
b23eec9
Compare
It this for flatcar:
We did see a similar thing in CAPV too. Let's add something to e2e.sh to wait for the connection to be up, like here (without the if part), maybe needs to replace VSPHERE_SERVER by GOVC_URL or so: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/hack/e2e.sh#L141-L166 |
Looks like the filtering isn't working correctly with that version of grep anyway. 🤦 I'll pick this back up later. Will convert to WIP for now. |
b23eec9
to
de4a9fa
Compare
/test pull-ova-all |
1 similar comment
/test pull-ova-all |
04f3272
to
0e675c9
Compare
0e675c9
to
85bd869
Compare
/test pull-ova-all |
85bd869
to
8d7dc2a
Compare
/test pull-ova-all |
8d7dc2a
to
52c2e52
Compare
/test pull-ova-all |
1 similar comment
/test pull-ova-all |
dbc8856
to
44e4c9e
Compare
/test pull-ova-all |
/test pull-ova-all |
/test pull-ova-all |
ace0665
to
bf9f8f4
Compare
/test pull-ova-all |
RockyLinux-8 is failing with
Is it possibly an incompatibility with the version of vsphere? Maybe we just need to exclude this one too? |
/test pull-ova-all |
2 similar comments
/test pull-ova-all |
/test pull-ova-all |
Signed-off-by: Marcus Noble <[email protected]>
b744093
to
07790a0
Compare
/lgtm |
/assign @mboersma |
/lgtm For rocky 8: it propably needs something similar to: But fine as follow-up. |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change description
Updates the OVA test script to dynamically detect target OSs we support and run tests for those.
We also filter out the following:
The following are also filtered out as I'm unable to currently get them to work in our test environment:
(If anyone can help with these I'd really appreciate it. I'll open issues to remove these exclusions after this PR is merged so we can work on supporting these too)
This results in, currently, the following targets:
Related issues
Additional context