-
Notifications
You must be signed in to change notification settings - Fork 175
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
Implement operator e2e #1933
Implement operator e2e #1933
Conversation
Depends-On: istio/operator#379
prow/config/jobs/operator.yaml
Outdated
@@ -24,6 +24,11 @@ jobs: | |||
command: [make, gen-check] | |||
modifiers: [optional] | |||
|
|||
- name: e2e | |||
command: [entryppoint, make, 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.
typo
@howardjohn can you PTAL? TX |
command: [entrypoint, make, e2e] | ||
requirements: [kind] | ||
modifiers: [optional] | ||
|
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.
repos: [istio/istio] | |
to automatically checkout istio. Can be a followup
@sdake: Updated 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. |
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
* Implement operator e2e Depends-On: istio/operator#379 * Address reviewer comments
Depends-On: istio/operator#379