-
Notifications
You must be signed in to change notification settings - Fork 72
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
VSCode Debugging launch template. e2e accept environment flags. #639
Conversation
/retest |
1 similar comment
/retest |
"program": "${workspaceRoot}/tests/e2e/e2e_suite_test.go", | ||
"env": { | ||
// "KUBECONFIG": "/path/to/.kube/config", | ||
"KUBERNETES_MASTER": "http://localhost:8080", |
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.
localhost:8080 4reelz?
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.
It's the default. Not defining it is also fine.
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.
Your kubeconfig takes care of what cluster it talks to.
Looks like openshift_ci need to be set to true for CI to create corresponding secrets required for e2e to work now. |
/retest |
2 similar comments
/retest |
/retest |
@kaovilai: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
No description provided.