-
Notifications
You must be signed in to change notification settings - Fork 110
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
Segment the kubetest2 gke deployer flags to different groups and some other updates #153
Segment the kubetest2 gke deployer flags to different groups and some other updates #153
Conversation
41aa3ea
to
50e87fd
Compare
50e87fd
to
990d087
Compare
990d087
to
800f475
Compare
800f475
to
43da44a
Compare
/assign @amwat @BenTheElder |
43da44a
to
0e86c6b
Compare
0e86c6b
to
4a4672d
Compare
4a4672d
to
2d36dc1
Compare
2d36dc1
to
deb34e2
Compare
@chizhg: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
b170568
to
d6a9921
Compare
BoskosLocation string `flag:"~boskos-location" desc:"If set, manually specifies the location of the Boskos server."` | ||
BoskosAcquireTimeoutSeconds int `flag:"~boskos-acquire-timeout-seconds" desc:"How long (in seconds) to hang on a request to Boskos to acquire a resource before erroring."` | ||
BoskosHeartbeatIntervalSeconds int `flag:"~boskos-heartbeat-interval-seconds" desc:"How often (in seconds) to send a heartbeat to Boskos to hold the acquired resource. 0 means no heartbeat."` | ||
BoskosResourceType []string `flag:"~boskos-resource-type" desc:"If set, manually specifies the resource type(s) of GCP projects to acquire from Boskos."` |
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.
what is the purpose of this 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.
For multiproject multicluster topology with shared VPC network, we need at least 3 projects - one is the host project and the other two are the service projects. A host project cannot be used as a service project, and vice versa, so we have to acquire them from 2 different project pools, one from the host project pool and the other two from the service project pool.
Currently for ASM testing we are acquiring these projects out of the kubetest2 gke deployer, and this change is to enable us to acquire the projects with kubetest2.
I have added it to the PR description.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amwat, chizhg 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 |
[kubetest2-gke deployer] Automatically resolves the release channel if it's not specified #142 (comment)