-
Notifications
You must be signed in to change notification settings - Fork 208
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
🏃extend ci-conformance.sh testing capability #428
Comments
@sayantani11 please ensure that the issue contains sufficient context and information about what exactly needs to be done so that a new contributor can pick it up with almost 0 barrier to entry. The guidelines for good-first-issues can be found here. /remove-good-first-issue |
/good-first-issue |
@sayantani11: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
Can I take this issue? |
/assign @Darshnadas |
@Darshnadas You will see a PR reference we are looking for something similar, but as of now our main focus will be the |
Can i also work on this issue? |
/assign |
@sayantani11 Sure, a thread starting in a slack sounds good |
@PranshuSrivastava as you can see @Darshnadas has claimed the issue, so I think one person will be okay for the PR. You can still browse through the project and see if there are other changes that you could introduce for enhancement of the project. Hope you understand🙂 |
@sayantani11 Sure, no problem! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@sayantani11 I would like to work on this if nobody else is doing so. |
/assign |
@mehabhalodiya There's a PR but guess that needs improvement, you can still work on it |
@Darshnadas I see you are working on this. Let me know if you wouldn't, I can continue 🙂 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close |
@sayantani11: Closing this issue. In response to this:
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. |
/kind feature
Extending ci-conformance.sh testing capability to allow other tests to be run on a CAPZ cluster - a temporary solution until kubernetes-sigs/cluster-api#2826 is fixed.
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
ci-entrypoint.sh
will be the new entrypoint for all E2E tests. It can accept k/k master branch or release branches, and has the option to run upstream E2E tests or bring your own E2E tests by appending custom commands to./scripts/ci-entrypoint.sh.
Anything else you would like to add:
Refer to: kubernetes-sigs/cluster-api-provider-azure#617
https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/scripts/ci-entrypoint.sh
As of now try adding the
scripts/ci-entrypoint.sh
file, and as we move forward we could see for the rest.The text was updated successfully, but these errors were encountered: