-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Digital Ocean] Add SFO3 region. Also update e2e tests to use full list of supported zones #10622
[Digital Ocean] Add SFO3 region. Also update e2e tests to use full list of supported zones #10622
Conversation
Hi @srikiz. Thanks for your PR. I'm waiting for a kubernetes 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. |
e4df2b5
to
1c35e27
Compare
tests/e2e/go.mod
Outdated
@@ -8,5 +8,5 @@ require ( | |||
github.com/spf13/pflag v1.0.5 | |||
gopkg.in/yaml.v2 v2.3.0 | |||
k8s.io/klog/v2 v2.4.0 | |||
sigs.k8s.io/kubetest2 v0.0.0-20210115020551-4275dd0a0d63 |
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.
I think this is downgrading the package. Any reason why that's necessary? Otherwise I think we can revert this go.mod and go.sum change
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.
Oh, I didn't realize that, thanks. I will revert the go.mod and go.sum change.
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.
@rifelpet - I think it should be okay now. Please have a look when you get a chance. Thanks !
45c489d
to
bbe6924
Compare
tests/e2e/go.mod
Outdated
@@ -9,4 +9,4 @@ require ( | |||
gopkg.in/yaml.v2 v2.3.0 | |||
k8s.io/klog/v2 v2.4.0 | |||
sigs.k8s.io/kubetest2 v0.0.0-20210115020551-4275dd0a0d63 | |||
) |
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.
@srikiz I think these trailing newline changes in go.mod and go.sum need to be reverted as well.
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.
Sure, updated.
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: rifelpet, srikiz 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 |
/ok-to-test |
Small addition to use SFO3 to the list of regions DO KOPS supports.