Skip to content
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

Fix two bugs for kubetest2 gke retry #147

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

chizhg
Copy link
Contributor

@chizhg chizhg commented Jun 25, 2021

  1. Return the gcloud output if the cluster creation command fails. This will be used for matching the retryable error pattern to determine whether to retry or not.
  2. Fix the private cluster master IP ranges when retrying.

I have manually tested the change and everything works.

/cc @amwat @BenTheElder

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 25, 2021
@chizhg chizhg changed the title Fix two issues for kubetest2 gke retry Fix two bugs for kubetest2 gke retry Jun 25, 2021
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 28, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 28, 2021
@@ -140,7 +140,7 @@ func runWithOutputAndReturn(cmd exec.Cmd) (string, error) {

exec.SetOutput(cmd, io.MultiWriter(os.Stdout, &buf), io.MultiWriter(os.Stderr, &buf))
if err := cmd.Run(); err != nil {
return "", err
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this is possible to unit test because of our exec shim, I don't want to block fixing this feature, but it might be worth adding a quick set of tests

@k8s-ci-robot k8s-ci-robot merged commit f4c453f into kubernetes-sigs:master Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants