-
Notifications
You must be signed in to change notification settings - Fork 84
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 smoke tests #528
Add smoke tests #528
Conversation
✔️ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready! 🔨 Explore the source changes: d33f427 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-sigs-cluster-api-ibmcloud/deploys/61fb660d26397e0007aeba31 😎 Browse the preview: https://deploy-preview-528--kubernetes-sigs-cluster-api-ibmcloud.netlify.app |
Hi @Amulyam24. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@mkumatag Right now running this is pretty straight forward. I'm not sure if any additional scenario can be introduced here since all the cases(creating kind cluster, deploying providers correctly) are covered via
|
agree but I'm not sure we can run the e2e all the time but we can run the smoke for every PR and e2e optional(that's what most of the folks do as of now like aws etc..) |
/ok-to-test |
@Amulyam24 seems like its not able to find the customize binary! �[91mFailed to generate the manifest for "infrastructure-ibmcloud" / "v0.2.0"
Unexpected error:
<*errors.withStack | 0xc0009a4048>: {
error: <*errors.withMessage | 0xc0000a4160>{
cause: <*errors.withStack | 0xc0009a4018>{
error: <*exec.Error | 0xc000428020>{
Name: "kustomize",
Err: <*errors.errorString | 0xc0003cb3e0>{
s: "executable file not found in $PATH",
},
},
stack: [0x1546667, 0x1a85fba, 0x1a85188, 0x1ad746b, 0x1ad9cc5, 0x4d1a85, 0x4d1005, 0x7348fa, 0x73283a, 0x732205, 0x733afe, 0x733732, 0x757ec7, 0x757a73, 0x759d32, 0x765ee5, 0x765cfe, 0x1ad701e, 0x515042, 0x46b181],
},
msg: "failed to execute kustomize: ",
},
stack: [0x1a86051, 0x1a85188, 0x1ad746b, 0x1ad9cc5, 0x4d1a85, 0x4d1005, 0x7348fa, 0x73283a, 0x732205, 0x733afe, 0x733732, 0x757ec7, 0x757a73, 0x759d32, 0x765ee5, 0x765cfe, 0x1ad701e, 0x515042, 0x46b181],
}
failed to execute kustomize: : exec: "kustomize": executable file not found in $PATH
occurred�[0m
/home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/[email protected]/framework/clusterctl/repository.go:89
�[91mFull Stack Trace�[0m |
It is failing with another issue now
|
/retest |
We got 1.1.0 version released with a fix to use the latest cert-manager packages, let's update the go.mod file for the same part of this PR to fix the issue.. |
Signed-off-by: Amulyam24 <[email protected]>
@mkumatag, made the changes. The test passes now. PTAL. |
@mkumatag, There are not specs under |
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: Amulyam24, mkumatag 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 |
Signed-off-by: Amulyam24 [email protected]
What this PR does / why we need it:
Adds smoke tests for testing pre workload creation steps.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #524
Special notes for your reviewer:
/area provider/ibmcloud
Release note: