-
Notifications
You must be signed in to change notification settings - Fork 34
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
Enable running integration tests via prow #731
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
/test |
@Diaphteiros: The
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. |
/test all |
@Diaphteiros: No jobs can be run with
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. |
/test pull-landscaper-e2e-kind |
/test pull-landscaper-e2e-kind |
/test pull-landscaper-e2e-kind |
/test pull-landscaper-e2e-kind |
/test pull-landscaper-e2e-kind |
@Diaphteiros You need rebase this pull request with latest master branch. Please check. |
Further improvements: - upgrade helm version for integration tests - upgrade kubectl version for integration tests - fix bug in testcluster create registry|cluster command if no id is given
/test pull-landscaper-e2e-kind |
@Diaphteiros: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. 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-sigs/prow repository. I understand the commands that are listed here. |
How to categorize this PR?
/area dev-productivity
/kind enhancement
/priority 3
What this PR does / why we need it:
Ideally, with this it should be possible to use the
/test
command on PRs and have the integration tests executed by prow. Might need some fine-tuning to export the logs and stuff like that.This PR requires #732 to be merged before.
Release note: